Overview
This post introduces an arXiv paper (cs.CV, cs.CL) proposing a training-free mechanistic interpretability approach to defend CLIP-based vision models against typographic attacks.
- Field: NLP / Computer Vision
- Authors: Bohan Liu, Wenqian Ye, Guangzhi Xiong, Zhenghao He, Sanchit Sinha, Aidong Zhang
- Published: 2026-07-02
- arXiv: 2607.02494
- Models trained via Contrastive Language-Image Pretraining (CLIP) are the foundational vision encoders for most modern Large Vision Language Models (LVLMs).
- A critical, underexplored failure mode exists: irrelevant text appearing within images confounds visual representations, biasing them toward lexical meaning rather than true visual semantics — known as a Typographic Attack (TA).
- This vulnerability poses significant risk to safety-critical applications such as autonomous driving.
- The authors propose a novel, training-free mechanistic interpretability method.
- It provides sampling-based interpretations of hidden state representations and quantitatively attributes semantic versus lexical attention to individual attention heads.
- Through probabilistic analysis and circuit mining, they isolate specific Vision Transformer (ViT) components that disproportionately encode lexical information, identifying the mechanistic root of TA.
- Simple interventions directly on the identified circuits (e.g., selectively adjusting attention weights) require no additional training yet significantly improve classification robustness against typographic attacks.
- 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 gains in visual question answering accuracy under TA perturbations on RIO-Bench.
Key points
Method
Results
Conclusion
The results confirm the effectiveness and generalizability of the mechanistic approach for achieving interpretable robustness against typographic attacks.
---
*Automatically collected on 2026-07-06.*