CVAug 20, 2023

DomainAdaptor: A Novel Approach to Test-time Adaptation

arXiv:2308.10297v132 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of domain adaptation in machine learning for applications where test data differs from training data, representing an incremental advance over existing methods.

The paper tackles domain shift between training and test samples by proposing DomainAdaptor, a test-time adaptation method that adapts trained CNN models to unseen domains during testing, achieving state-of-the-art performance on four benchmarks with notable improvements in few-data scenarios.

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 Minimization loss to better exploit the information in the test data. Extensive experiments show that DomainAdaptor consistently outperforms the state-of-the-art methods on four benchmarks. Furthermore, our method brings more remarkable improvement against existing methods on the few-data unseen domain. The code is available at https://github.com/koncle/DomainAdaptor.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes