MLLGOct 12, 2024

COME: Test-time adaption by Conservatively Minimizing Entropy

arXiv:2410.10894v130 citationsh-index: 9ICLR
Originality Highly original
AI Analysis

It addresses a critical limitation in test-time adaptation for machine learning models, offering a drop-in replacement to enhance stability and performance in open-world scenarios.

The paper tackles the problem of model collapse due to overconfidence in test-time adaptation by proposing COME, a method that conservatively minimizes entropy, resulting in up to 34.5% improvement in accuracy and 15.1% reduction in false positive rate on benchmarks.

Machine learning models must continuously self-adjust themselves for novel data distribution in the open world. As the predominant principle, entropy minimization (EM) has been proven to be a simple yet effective cornerstone in existing test-time adaption (TTA) methods. While unfortunately its fatal limitation (i.e., overconfidence) tends to result in model collapse. For this issue, we propose to Conservatively Minimize the Entropy (COME), which is a simple drop-in replacement of traditional EM to elegantly address the limitation. In essence, COME explicitly models the uncertainty by characterizing a Dirichlet prior distribution over model predictions during TTA. By doing so, COME naturally regularizes the model to favor conservative confidence on unreliable samples. Theoretically, we provide a preliminary analysis to reveal the ability of COME in enhancing the optimization stability by introducing a data-adaptive lower bound on the entropy. Empirically, our method achieves state-of-the-art performance on commonly used benchmarks, showing significant improvements in terms of classification accuracy and uncertainty estimation under various settings including standard, life-long and open-world TTA, i.e., up to $34.5\%$ improvement on accuracy and $15.1\%$ on false positive rate.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes