Source-free Domain Adaptation via Distributional Alignment by Matching Batch Normalization Statistics
Masato Ishii, Masashi Sugiyama

TL;DR
This paper introduces a source-free domain adaptation method that aligns target features with source distribution by matching batch normalization statistics and maximizing mutual information, achieving competitive results without source data access.
Contribution
The method uniquely uses batch normalization statistics from a pretrained model to perform domain adaptation without source data, fixing the classifier and fine-tuning the encoder.
Findings
Achieves competitive performance on benchmark datasets.
Does not require access to source data during adaptation.
Outperforms some existing source-free adaptation methods.
Abstract
In this paper, we propose a novel domain adaptation method for the source-free setting. In this setting, we cannot access source data during adaptation, while unlabeled target data and a model pretrained with source data are given. Due to lack of source data, we cannot directly match the data distributions between domains unlike typical domain adaptation algorithms. To cope with this problem, we propose utilizing batch normalization statistics stored in the pretrained model to approximate the distribution of unobserved source data. Specifically, we fix the classifier part of the model during adaptation and only fine-tune the remaining feature encoder part so that batch normalization statistics of the features extracted by the encoder match those stored in the fixed classifier. Additionally, we also maximize the mutual information between the features and the classifier's outputs to…
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.
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
