Test-time Correlation Alignment
Linjing You, Jiabao Lu, Xiayuan Huang

TL;DR
This paper introduces Test-time Correlation Alignment (TCA), a simple and efficient method for improving neural network robustness under distribution shifts without source data, through correlation alignment and linear transformations.
Contribution
It provides a theoretical analysis of TCA's feasibility and proposes two algorithms, LinearTCA and LinearTCA+, that outperform existing TTA methods with low computational overhead.
Findings
TCA significantly outperforms baselines across various tasks and benchmarks.
LinearTCA achieves higher accuracy with minimal GPU memory and computation.
TCA improves performance on CLIP by over 1.86%.
Abstract
Deep neural networks often degrade under distribution shifts. Although domain adaptation offers a solution, privacy constraints often prevent access to source data, making Test-Time Adaptation (TTA, which adapts using only unlabeled test data) increasingly attractive. However, current TTA methods still face practical challenges: (1) a primary focus on instance-wise alignment, overlooking CORrelation ALignment (CORAL) due to missing source correlations; (2) complex backpropagation operations for model updating, resulting in overhead computation and (3) domain forgetting. To address these challenges, we provide a theoretical analysis to investigate the feasibility of Test-time Correlation Alignment (TCA), demonstrating that correlation alignment between high-certainty instances and test instances can enhance test performances with a theoretical guarantee. Based on this, we propose two…
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.
