Related Experiment Videos
Adapt in the Wild: Test-Time Entropy Minimization with Sharpness and Feature Regularization
IEEE Transactions on Pattern Analysis and Machine Intelligence
|August 11, 2026
Summary
Test-time adaptation (TTA) can be unstable due to batch normalization. New methods, SAR and SAR2, stabilize TTA by addressing noisy samples and representation collapse, improving real-world deployment.
Area of Science:
- Artificial Intelligence
- Machine Learning
- Computer Vision
Background:
- Test-time adaptation (TTA) enhances model performance on unseen data by adapting during testing.
- Existing TTA methods struggle with unstable online model updates, particularly with mixed shifts, small batches, and imbalanced data.
- Batch normalization layers are identified as a key factor contributing to TTA instability.
Purpose of the Study:
- Investigate the causes of TTA instability.
- Develop novel methods to stabilize TTA and prevent model collapse.
- Improve the robustness and reliability of TTA for real-world applications.
Main Methods:
- Analyzed the impact of batch-agnostic normalization layers (group/layer norm) on TTA stability.
- Proposed SAR (sharpness-aware and reliable entropy minimization) to mitigate noisy samples and promote flat minima.
- Introduced SAR2, building on SAR, with redundancy and inequity regularizers to prevent representation collapse.
Main Results:
- TTA with group/layer norm shows improved stability but can still collapse.
- Model collapse is linked to gradient explosion/degradation and biased representations.
- SAR and SAR2 effectively stabilize TTA, outperforming prior methods in challenging scenarios.
Conclusions:
- Batch-norm-free TTA is more stable but prone to collapse.
- SAR and SAR2 offer robust solutions to TTA instability and representation collapse.
- The proposed methods are computationally efficient and suitable for real-world deployment.
Related Concept Videos
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Standard Entropy Change for a Reaction
Entropy is a state function, so the standard entropy change for a chemical reaction (ΔS°rxn) can be calculated from the difference in standard entropy between the products and the reactants.
Goodness-of-Fit Test
The goodness-of-fit test is a type of hypothesis test which determines whether the data "fits" a particular distribution. For example, one may suspect that some anonymous data may fit a binomial distribution. A chi-square test (meaning the distribution for the hypothesis test is chi-square) can be used to determine if there is a fit. The null and alternative hypotheses may be written in sentences or stated as equations or inequalities. The test statistic for a goodness-of-fit test is given as...