Test-time Batch Statistics Calibration for Covariate Shift
Fuming You, Jingjing Li, Zhou Zhao

TL;DR
This paper introduces a novel test-time adaptation method called $oldsymbol{ extalpha}$-BN that calibrates batch statistics during inference to improve neural network performance under covariate shift without additional training.
Contribution
The paper proposes $oldsymbol{ extalpha}$-BN, a new approach for test-time adaptation that mixes source and target batch statistics to handle covariate shift effectively.
Findings
Achieves state-of-the-art results on 12 datasets across various tasks.
Improves performance by 28.4% to 43.9% on GTA5 to Cityscapes without training.
Outperforms recent source-free domain adaptation methods.
Abstract
Deep neural networks have a clear degradation when applying to the unseen environment due to the covariate shift. Conventional approaches like domain adaptation requires the pre-collected target data for iterative training, which is impractical in real-world applications. In this paper, we propose to adapt the deep models to the novel environment during inference. An previous solution is test time normalization, which substitutes the source statistics in BN layers with the target batch statistics. However, we show that test time normalization may potentially deteriorate the discriminative structures due to the mismatch between target batch statistics and source parameters. To this end, we present a general formulation -BN to calibrate the batch statistics by mixing up the source and target statistics for both alleviating the domain shift and preserving the discriminative…
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 · Machine Learning and ELM
MethodsTest
