Sparse Autoencoders Learn Monosemantic Features in Vision-Language Models
Mateusz Pach, Shyamgopal Karthik, Quentin Bouniot, Serge Belongie, Zeynep Akata
TL;DR
This work extends sparse autoencoders to vision-language models to quantify neuron-level monosemanticity with a new MonoSemanticity score (MS). It demonstrates that SAEs yield more monosemantic neurons, particularly with wider and sparser latent representations, and validates MS against human judgments via a large user study. The authors also show that SAE-based interventions on the CLIP vision encoder can steer multimodal LLM outputs without modifying the language model, enabling targeted insertion or suppression of discovered concepts. The work provides a practical, unsupervised toolkit for improving interpretability and controllability in VLMs and offers benchmark data for future research.
Abstract
Sparse Autoencoders (SAEs) have recently gained attention as a means to improve the interpretability and steerability of Large Language Models (LLMs), both of which are essential for AI safety. In this work, we extend the application of SAEs to Vision-Language Models (VLMs), such as CLIP, and introduce a comprehensive framework for evaluating monosemanticity at the neuron-level in visual representations. To ensure that our evaluation aligns with human perception, we propose a benchmark derived from a large-scale user study. Our experimental results reveal that SAEs trained on VLMs significantly enhance the monosemanticity of individual neurons, with sparsity and wide latents being the most influential factors. Further, we demonstrate that applying SAE interventions on CLIP's vision encoder directly steers multimodal LLM outputs (e.g., LLaVA), without any modifications to the underlying language model. These findings emphasize the practicality and efficacy of SAEs as an unsupervised tool for enhancing both interpretability and control of VLMs. Code and benchmark data are available at https://github.com/ExplainableML/sae-for-vlm.
