<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Domain Adaptation on Chen Kai Blog</title><link>https://www.chenk.top/en/tags/domain-adaptation/</link><description>Recent content in Domain Adaptation on Chen Kai Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 13 May 2025 09:00:00 +0000</lastBuildDate><atom:link href="https://www.chenk.top/en/tags/domain-adaptation/index.xml" rel="self" type="application/rss+xml"/><item><title>Transfer Learning (3): Domain Adaptation</title><link>https://www.chenk.top/en/transfer-learning/03-domain-adaptation/</link><pubDate>Tue, 13 May 2025 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/transfer-learning/03-domain-adaptation/</guid><description>&lt;p>Your autonomous-driving stack works perfectly on sunny California freeways. Then it rains in Seattle. Top-1 accuracy drops from 95% to 70%. The model did not get worse — the &lt;em>data distribution shifted&lt;/em>, and your training set never told it what wet asphalt looks like at dusk.&lt;/p>
&lt;p>This is the everyday problem of &lt;strong>domain adaptation&lt;/strong>: you have abundant labelled data in one distribution (the &lt;em>source&lt;/em>) and unlabelled data in another (the &lt;em>target&lt;/em>), and you need the model to perform on the target. This article shows you how, from first-principles theory to a working DANN implementation.&lt;/p></description></item><item><title>Transfer Learning (1): Fundamentals and Core Concepts</title><link>https://www.chenk.top/en/transfer-learning/01-fundamentals-and-core-concepts/</link><pubDate>Thu, 01 May 2025 09:00:00 +0000</pubDate><guid>https://www.chenk.top/en/transfer-learning/01-fundamentals-and-core-concepts/</guid><description>&lt;p>You spent two weeks training an ImageNet classifier on a rack of GPUs. On Monday morning, your team lead asks for a chest X-ray pneumonia model, and the entire labeled dataset is &lt;strong>two hundred images&lt;/strong>. Do you book another two weeks of GPU time and start from scratch?&lt;/p>
&lt;p>Of course not. You use what the ImageNet model already knows about edges, textures, and shapes, swap out the last layer, and fine-tune on the X-rays. Two hours later, you have a model that beats anything you could have trained from random weights with so little data. That&amp;rsquo;s &lt;strong>transfer learning&lt;/strong>, and it&amp;rsquo;s why most real-world deep learning projects ship in days instead of months.&lt;/p></description></item></channel></rss>