ResearchPod Summary
Vision-language models (VLMs) like CLIP often suffer from significant performance drops when faced with distribution shifts in real-world, unlabeled test streams. Existing test-time adaptation (TTA) methods often rely on entropy minimization, which can inadvertently reinforce incorrect predictions by aggressively sharpening the model's confidence. This paper investigates how to adapt VLMs effectively without access to source data or labels, specifically focusing on preventing the corruption of local semantic geometry and the accumulation of progressive bias that leads to model collapse.
The authors propose Local Margin Restoration (LMR), a one-step TTA framework designed around two core principles: preserving plausible near-top candidates and dynamically calibrating margins to prevent bias.
Experiments on standard benchmarks (CIFAR-C, ImageNet-C) demonstrate that LMR consistently outperforms existing state-of-the-art TTA baselines. The framework is particularly effective in low-batch regimes where traditional methods struggle with noisy pseudo-labels. By explicitly modeling the local geometry of predictions and the temporal dynamics of the test stream, LMR provides a more robust and efficient way to maintain VLM performance in dynamic environments.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.