论文概要
研究领域: NLP 作者: Bohan Liu, Wenqian Ye, Guangzhi Xiong 发布时间: 2026-07-04 arXiv: 2507.03233
English Translation
Models trained via Contrastive Language-Image Pretraining (CLIP) serve as the foundational vision encoders for most modern Large Vision Language Models (LVLMs). Despite their widespread adoption, CLIP models exhibit a critical yet underexplored failure mode: irrelevant text appearing within images confounds visual representations, biasing them toward lexical meaning rather than true visual semantics. This robustness issue, commonly described as a Typographic Attack (TA), exposes a vulnerability that poses a significant risk to safety-critical applications such as autonomous driving.
To achieve interpretable and effective robustness against TA, the authors propose a novel, training-free mechanistic interpretability method. The method provides sampling-based interpretations of hidden state representations and quantitatively attributes semantic versus lexical focus to individual attention heads. Through probabilistic analysis and circuit mining, the study isolates specific Vision Transformer (ViT) components that disproportionately encode lexical information, thereby identifying the mechanical root of TA.
The study further shows that applying simple interventions directly on the identified circuits — without any additional training — significantly improves robustness of targeted classification against typographic attacks. These interventions, such as selectively adjusting attention weights, outperform both supervised and training-free defense methods. Experiments demonstrate that applying the proposed interventions to the vision encoders of multiple state-of-the-art LVLMs significantly improves visual question answering (VQA) accuracy under typographic attack perturbations on RIO-Bench, confirming the effectiveness and generalization of this mechanistic approach.
Key Contributions
- A training-free mechanistic interpretability framework for analyzing hidden state representations in CLIP-style ViTs
- Quantitative attribution of semantic vs. lexical focus to individual attention heads
- Circuit mining that pinpoints the mechanical origin of typographic attack vulnerability
- Simple, training-free circuit interventions that outperform existing defenses and generalize across LVLMs on RIO-Bench