DomainAdaptor: A Novel Approach to Test-time Adaptation
Jian Zhang, Lei Qi, Yinghuan Shi, Yang Gao

TL;DR
DomainAdaptor introduces a unified test-time adaptation method combining adaptive batch normalization and entropy minimization, significantly improving model performance on unseen domains, especially with limited test data.
Contribution
It proposes a novel test-time adaptation approach with AdaMixBN and GEM loss, effectively handling domain shifts during testing.
Findings
Outperforms state-of-the-art on four benchmarks
Enhances adaptation with limited test data
Consistently improves model robustness across domains
Abstract
To deal with the domain shift between training and test samples, current methods have primarily focused on learning generalizable features during training and ignore the specificity of unseen samples that are also critical during the test. In this paper, we investigate a more challenging task that aims to adapt a trained CNN model to unseen domains during the test. To maximumly mine the information in the test data, we propose a unified method called DomainAdaptor for the test-time adaptation, which consists of an AdaMixBN module and a Generalized Entropy Minimization (GEM) loss. Specifically, AdaMixBN addresses the domain shift by adaptively fusing training and test statistics in the normalization layer via a dynamic mixture coefficient and a statistic transformation operation. To further enhance the adaptation ability of AdaMixBN, we design a GEM loss that extends the Entropy…
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 · Advanced Neural Network Applications · Machine Learning and Data Classification
