CVLGMar 12, 2024

Entropy is not Enough for Test-Time Adaptation: From the Perspective of Disentangled Factors

arXiv:2403.07366v1114 citationsh-index: 14ICLR
AI Analysis

This addresses the problem of error accumulation in test-time adaptation for machine learning practitioners, offering a novel method to improve robustness in biased and wild environments.

The paper tackles the unreliability of entropy as a confidence metric in test-time adaptation under biased scenarios, revealing it stems from neglecting latent disentangled factors, and introduces DeYO with a new PLPD metric, achieving consistent superiority over baselines across various scenarios.

Test-time adaptation (TTA) fine-tunes pre-trained deep neural networks for unseen test data. The primary challenge of TTA is limited access to the entire test dataset during online updates, causing error accumulation. To mitigate it, TTA methods have utilized the model output's entropy as a confidence metric that aims to determine which samples have a lower likelihood of causing error. Through experimental studies, however, we observed the unreliability of entropy as a confidence metric for TTA under biased scenarios and theoretically revealed that it stems from the neglect of the influence of latent disentangled factors of data on predictions. Building upon these findings, we introduce a novel TTA method named Destroy Your Object (DeYO), which leverages a newly proposed confidence metric named Pseudo-Label Probability Difference (PLPD). PLPD quantifies the influence of the shape of an object on prediction by measuring the difference between predictions before and after applying an object-destructive transformation. DeYO consists of sample selection and sample weighting, which employ entropy and PLPD concurrently. For robust adaptation, DeYO prioritizes samples that dominantly incorporate shape information when making predictions. Our extensive experiments demonstrate the consistent superiority of DeYO over baseline methods across various scenarios, including biased and wild. Project page is publicly available at https://whitesnowdrop.github.io/DeYO/.

Code Implementations1 repo
Foundations

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

Your Notes