Unraveling Batch Normalization for Realistic Test-Time Adaptation
Zixian Su, Jingwei Guo, Kai Yao, Xi Yang, Qiufeng Wang, Kaizhu Huang
TL;DR
The paper investigates why target statistics estimated during test-time degrade under realistic mini-batch conditions and identifies reduced class diversity as the principal cause. It introduces Test-time Exponential Moving Average (TEMA) with adaptive momentum to broaden class information, plus a layer-wise rectification strategy that balances source and target statistics according to inter-domain divergence, all in a training-free framework. Through extensive experiments on CIFAR-10-C, CIFAR-100-C, and ImageNet-C, the approach achieves state-of-the-art robustness across varying batch sizes and domain shifts, with strong stability in small-batch regimes. The work offers practical, training-free improvements for real-world test-time adaptation and highlights the importance of class diversity in accurate target-statistic estimation.
Abstract
While recent test-time adaptations exhibit efficacy by adjusting batch normalization to narrow domain disparities, their effectiveness diminishes with realistic mini-batches due to inaccurate target estimation. As previous attempts merely introduce source statistics to mitigate this issue, the fundamental problem of inaccurate target estimation still persists, leaving the intrinsic test-time domain shifts unresolved. This paper delves into the problem of mini-batch degradation. By unraveling batch normalization, we discover that the inexact target statistics largely stem from the substantially reduced class diversity in batch. Drawing upon this insight, we introduce a straightforward tool, Test-time Exponential Moving Average (TEMA), to bridge the class diversity gap between training and testing batches. Importantly, our TEMA adaptively extends the scope of typical methods beyond the current batch to incorporate a diverse set of class information, which in turn boosts an accurate target estimation. Built upon this foundation, we further design a novel layer-wise rectification strategy to consistently promote test-time performance. Our proposed method enjoys a unique advantage as it requires neither training nor tuning parameters, offering a truly hassle-free solution. It significantly enhances model robustness against shifted domains and maintains resilience in diverse real-world scenarios with various batch sizes, achieving state-of-the-art performance on several major benchmarks. Code is available at \url{https://github.com/kiwi12138/RealisticTTA}.
