paper-with-me

홈 › Papers

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

2024-03-01 · Huan Ma, Yan Zhu, Changqing Zhang, Peilin Zhao, Baoyuan Wu, Long-Kai Huang, QinGhua Hu, Bingzhe Wu

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.

📄 PDF Abstract BibTeX arXiv:2403.00376

Code (1)

mahuanaaa/intta 공식 구현 pytorch

Tasks

Fine-Grained Image Classificationimage-classificationImage ClassificationLanguage ModellingTest-time Adaptation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Inference-Time Rule Eraser: Fair Recognition via Distilling and Removing Biased Rules

2024-04-07 · Yi Zhang, Dongyuan Lu, Jitao Sang

Machine learning models often make predictions based on biased features such as gender, race, and other social attributes, posing significant fairness risks, especially in societal applications, such as hiring, banking, …

Decision MakingFairness

ViTEraser: Harnessing the Power of Vision Transformers for Scene Text Removal with SegMIM Pretraining

2023-06-21 · Dezhi Peng, Chongyu Liu, Yuliang Liu, Lianwen Jin

Scene text removal (STR) aims at replacing text strokes in natural scenes with visually coherent backgrounds. Recent STR approaches rely on iterative refinements or explicit text masks, resulting in high complexity and s…

DecoderLong-range modelingScene Text DetectionText Detection

MLLMEraser: Achieving Test-Time Unlearning in Multimodal Large Language Models through Activation Steering

2025-10-05 · Chenlu Ding, Jiancan Wu, Leheng Sheng, Fan Zhang 외 arxiv

Multimodal large language models (MLLMs) have demonstrated remarkable capabilities across vision-language tasks, yet their large-scale deployment raises pressing concerns about memorized private data, outdated knowledge,…

ID-Eraser: Proactive Defense Against Face Swapping via Identity Perturbation

2026-04-23 · Junyan Luo, Peipeng Yu, Jianwei Fei, Shiya Zeng 외 arxiv

Deepfake technologies have rapidly advanced with modern generative AI, and face swapping in particular poses serious threats to privacy and digital security. Existing proactive defenses mostly rely on pixel-level perturb…

Face RecognitionFace Swapping

LMEraser: Large Model Unlearning through Adaptive Prompt Tuning

2024-04-17 · Jie Xu, Zihan Wu, Cong Wang, Xiaohua Jia

To address the growing demand for privacy protection in machine learning, we propose a novel and efficient machine unlearning approach for \textbf{L}arge \textbf{M}odels, called \textbf{LM}Eraser. Existing unlearning res…

DiversityMachine Unlearningmodel