CVAILGMar 1, 2024

Spurious Feature Eraser: Stabilizing Test-Time Adaptation for Vision-Language Foundation Model

arXiv:2403.00376v34 citationsh-index: 11AAAI
Originality Incremental advance
AI Analysis

This addresses the generalization limitations of foundation models for fine-grained image classification tasks, representing an incremental improvement.

The paper tackles the problem of decision shortcuts in vision-language foundation models like CLIP, which hinder generalization on downstream tasks, by proposing a test-time prompt tuning method that erases spurious features, resulting in significant performance improvements validated through comparative analysis.

Vision-language foundation models have exhibited remarkable success across a multitude of downstream tasks due to their scalability on extensive image-text paired data. However, these models also display significant limitations when applied to downstream tasks, such as fine-grained image classification, as a result of ``decision shortcuts'' that hinder their generalization capabilities. In this work, we find that the CLIP model possesses a rich set of features, encompassing both \textit{desired invariant causal features} and \textit{undesired decision shortcuts}. Moreover, the underperformance of CLIP on downstream tasks originates from its inability to effectively utilize pre-trained features in accordance with specific task requirements. To address this challenge, we propose a simple yet effective method, Spurious Feature Eraser (SEraser), to alleviate the decision shortcuts by erasing the spurious features. Specifically, we introduce a test-time prompt tuning paradigm that optimizes a learnable prompt, thereby compelling the model to exploit invariant features while disregarding decision shortcuts during the inference phase. The proposed method effectively alleviates excessive dependence on potentially misleading spurious information. We conduct comparative analysis of the proposed method against various approaches which validates the significant superiority.

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