Domain-Specific Batch Normalization for Unsupervised Domain Adaptation
Woong-Gi Chang, Tackgeun You, Seonguk Seo, Suha Kwak, Bohyung Han

TL;DR
This paper introduces a domain-specific batch normalization approach for unsupervised domain adaptation in deep neural networks, improving performance by customizing normalization layers for each domain while sharing other model parameters.
Contribution
The authors propose a two-stage algorithm that integrates domain-specific batch normalization into existing adaptation methods, extending to multiple source domains and achieving state-of-the-art results.
Findings
Achieves state-of-the-art accuracy on benchmark datasets.
Effective extension to multi-source domain adaptation.
Compatible with existing deep domain adaptation techniques.
Abstract
We propose a novel unsupervised domain adaptation framework based on domain-specific batch normalization in deep neural networks. We aim to adapt to both domains by specializing batch normalization layers in convolutional neural networks while allowing them to share all other model parameters, which is realized by a two-stage algorithm. In the first stage, we estimate pseudo-labels for the examples in the target domain using an external unsupervised domain adaptation algorithm---for example, MSTN or CPUA---integrating the proposed domain-specific batch normalization. The second stage learns the final models using a multi-task classification loss for the source and target domains. Note that the two domains have separate batch normalization layers in both stages. Our framework can be easily incorporated into the domain adaptation techniques based on deep neural networks with batch…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Cancer-related molecular mechanisms research
MethodsBatch Normalization
