Paper Overview
Field: NLP / Vision-Language Authors: Bohan Liu, Wenqian Ye, Guangzhi Xiong, Zhenghao He, Sanchit Sinha, Aidong Zhang Published: 2026-07-02 arXiv: 2607.02494 Categories: cs.CV, cs.CL
Summary
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 approach:
- Provides sampling-based interpretations of hidden state representations
- Quantitatively attributes semantic vs. lexical attention to individual attention heads
- Uses probability analysis and circuit mining to isolate specific Vision Transformer (ViT) components that disproportionately encode lexical information, identifying the mechanical root of TA
- Simple interventions applied directly to the identified circuits — such as selectively adjusting attention weights — significantly improve robustness against typographic attacks in targeted classification, without any additional training.
- These interventions outperform both supervised and unsupervised defense methods.
- Applying the interventions to the vision encoders of several state-of-the-art LVLMs yields significant accuracy gains on RIO-Bench under typographic attack perturbations in visual question answering.
Key Findings
---
*Auto-collected on 2026-07-06*