Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Larger Norm More Transferable: An Adaptive Feature Norm Approach for Unsupervised Domain Adaptation

About

Domain adaptation enables the learner to safely generalize into novel environments by mitigating domain shifts across distributions. Previous works may not effectively uncover the underlying reasons that would lead to the drastic model degradation on the target task. In this paper, we empirically reveal that the erratic discrimination of the target domain mainly stems from its much smaller feature norms with respect to that of the source domain. To this end, we propose a novel parameter-free Adaptive Feature Norm approach. We demonstrate that progressively adapting the feature norms of the two domains to a large range of values can result in significant transfer gains, implying that those task-specific features with larger norms are more transferable. Our method successfully unifies the computation of both standard and partial domain adaptation with more robustness against the negative transfer issue. Without bells and whistles but a few lines of code, our method substantially lifts the performance on the target task and exceeds state-of-the-arts by a large margin (11.5% on Office-Home and 17.1% on VisDA2017). We hope our simple yet effective approach will shed some light on the future research of transfer learning. Code is available at https://github.com/jihanyang/AFN.

Ruijia Xu, Guanbin Li, Jihan Yang, Liang Lin• 2018

Related benchmarks

TaskDatasetResultRank
Unsupervised Domain AdaptationOffice-Home (test)
Average Accuracy67.3
332
Image ClassificationOffice-31
Average Accuracy87.1
261
Unsupervised Domain AdaptationOffice-Home
Average Accuracy68.5
238
Domain AdaptationOffice-31 unsupervised adaptation standard
Accuracy (A to W)90.1
162
Domain AdaptationOffice-31
Accuracy (A -> W)90.3
156
Image ClassificationOffice-Home
Average Accuracy67.3
142
Domain AdaptationOffice-Home (test)
Mean Accuracy67.3
112
Domain AdaptationOffice-Home
Average Accuracy71.8
111
Unsupervised Domain AdaptationImageCLEF-DA
Average Accuracy88.9
104
Domain AdaptationVisDA 2017 (test)
Mean Class Accuracy76.1
98
Showing 10 of 50 rows

Other info

Code

Follow for update