NOTE: Robust Continual Test-time Adaptation Against Temporal Correlation
Taesik Gong, Jongheon Jeong, Taewon Kim, Yewon Kim, Jinwoo Shin,, Sung-Ju Lee

TL;DR
This paper introduces a robust test-time adaptation method for non-i.i.d. data streams, using instance-aware normalization and class-balanced sampling, outperforming existing methods in correlated test scenarios.
Contribution
The paper proposes a novel TTA scheme that is robust to temporal correlations in test data, addressing a key limitation of prior i.i.d.-assumed methods.
Findings
Outperforms state-of-the-art TTA methods on non-i.i.d. data streams.
Achieves comparable performance to i.i.d.-based algorithms under correlated data.
Demonstrates effectiveness on real-world non-i.i.d. datasets.
Abstract
Test-time adaptation (TTA) is an emerging paradigm that addresses distributional shifts between training and testing phases without additional data acquisition or labeling cost; only unlabeled test data streams are used for continual model adaptation. Previous TTA schemes assume that the test samples are independent and identically distributed (i.i.d.), even though they are often temporally correlated (non-i.i.d.) in application scenarios, e.g., autonomous driving. We discover that most existing TTA methods fail dramatically under such scenarios. Motivated by this, we present a new test-time adaptation scheme that is robust against non-i.i.d. test data streams. Our novelty is mainly two-fold: (a) Instance-Aware Batch Normalization (IABN) that corrects normalization for out-of-distribution samples, and (b) Prediction-balanced Reservoir Sampling (PBRS) that simulates i.i.d. data stream…
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
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Seismic Imaging and Inversion Techniques · Reservoir Engineering and Simulation Methods
MethodsTest · Batch Normalization
