paper-with-me

홈 › Papers

Language Models Can Explain Visual Features via Steering

2026-03-23 · Javier Ferrando, Enrique Lopez-Cuena, Pablo Agustin Martin-Torres, Daniel Hinjos, Anna Arias-Duart, Dario Garcia-Gasulla arxiv

Sparse Autoencoders uncover thousands of features in vision models, yet explaining these features without requiring human intervention remains an open challenge. While previous work has proposed generating correlation-based explanations based on top activating input examples, we present a fundamentally different alternative based on causal interventions. We leverage the structure of Vision-Language Models and steer individual SAE features in the vision encoder after providing an empty image. Then, we prompt the language model to explain what it ``sees'', effectively eliciting the visual concept represented by each feature. Results show that Steering offers an scalable alternative that complements traditional approaches based on input examples, serving as a new axis for automated interpretability in vision models. Moreover, the quality of explanations improves consistently with the scale of the language model, highlighting our method as a promising direction for future research. Finally, we propose Steering-informed Top-k, a hybrid approach that combines the strengths of causal interventions and input-based approaches to achieve state-of-the-art explanation quality without additional computational cost.

📄 PDF Abstract BibTeX arXiv:2603.22593

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Where Steering Signals Come From: Activation Source Selection in Activation Steering

2026-07-28 · Jiaran Ye, Lingxu Ran, Zijun Yao, Chenpeng Wang 외 arxiv

Activation steering controls language models by adding vectors or features to hidden states at inference time, but the upstream source of these steering signals is often treated as a secondary detail. We study this sourc…

SAVE: Sparse Autoencoder-Driven Visual Information Enhancement for Mitigating Object Hallucination

2025-12-08 · Sangha Park, Seungryong Yoo, Jisoo Mok, Sungroh Yoon arxiv

Although Multimodal Large Language Models (MLLMs) have advanced substantially, they remain vulnerable to object hallucination caused by language priors and visual information loss. To address this, we propose SAVE (Spars…

Driving through the Concept Gridlock: Unraveling Explainability Bottlenecks in Automated Driving

2023-10-25 · Jessica Echterhoff, An Yan, Kyungtae Han, Amr Abdelraouf 외

Concept bottleneck models have been successfully used for explainable machine learning by encoding information within the model with a set of human-defined concepts. In the context of human-assisted or autonomous driving…

Autonomous Driving

Denoising Concept Vectors with Sparse Autoencoders for Improved Language Model Steering

2025-05-21 · Haiyan Zhao, Xuansheng Wu, Fan Yang, Bo Shen 외

Linear Concept Vectors have proven effective for steering large language models (LLMs). While existing approaches like linear probing and difference-in-means derive these vectors from LLM hidden representations, diverse …

counterfactualDenoisingLanguage ModelingLanguage Modelling

A Causal Explainable Guardrails for Large Language Models

2024-05-07 · Zhixuan Chu, Yan Wang, Longfei Li, Zhibo Wang 외

Large Language Models (LLMs) have shown impressive performance in natural language tasks, but their outputs can exhibit undesirable attributes or biases. Existing methods for steering LLMs toward desired attributes often…