paper-with-me

Papers

When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities

2026-07-09 · Weiduo Liao, Yunqiao Yang, Ying Wei arxiv

Sparse autoencoders (SAEs) have emerged as a promising technique for mechanistic interpretability by learning a set of sparse latent features in large models, each of which encodes a distinct concept. However, in vision-language models (VLMs), vanilla SAEs struggle to learn modality-consistent concepts, with concepts often exhibiting fragmented coverage (i.e., disjoint regions) in the visual modality. To address this challenge, we propose a Structured Sparse AutoEncoder ($S^2AE$) that enforces concept consistency from both semantic and spatial perspectives in the visual modality. Specifically, we group image patches based on Transformer attention similarity and spatial proximity, and introduce a structured sparsity regularization when training the vanilla SAE. The regularization consists of exclusive sparsity for inter-group concept disentanglement and group sparsity for intra-group concept consistency, which drives the latent neurons by SAEs to specialize in distinct, semantically grounded concepts. Evaluated on the \texttt{Qwen2.5-VL-7B-Instruct} model, the method achieves 6.06% average improvement in semantic alignment (mIoU) and 60.81 in representational efficiency (lower l0 norm) while maintaining near-perfect reconstruction fidelity with an Explained Variance above 99%. Cross-modal analysis further demonstrates that $S^2AE$ enhances neuronal monosemanticity by this visual structural prior, achieving a 3.08% average gain in semantic consistency and a 2.37% average gain in monosemanticity scores for both modalities of multimodal features, thereby fostering more coherent and disentangled representations.

📄 PDF Abstract BibTeX arXiv:2607.08605

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Retrieval Models with Sparse Autoencoders

2026-02-27 · Thibault Formal, Maxime Louis, Hervé Dejean, Stéphane Clinchant arxiv

Sparse autoencoders (SAEs) provide a powerful mechanism for decomposing the dense representations produced by Large Language Models (LLMs) into interpretable latent features. We posit that SAEs constitute a natural found…

From Atoms to Trees: Building a Structured Feature Forest with Hierarchical Sparse Autoencoders

2026-02-12 · Yifan Luo, Yang Zhan, Jiedong Jiang, Tianyang Liu 외 arxiv

Sparse autoencoders (SAEs) have proven effective for extracting monosemantic features from large language models (LLMs), yet these features are typically identified in isolation. However, broad evidence suggests that LLM…

Non-linear, Sparse Dimensionality Reduction via Path Lasso Penalized Autoencoders

2021-02-22 · Oskar Allerbo, Rebecka Jörnsten

High-dimensional data sets are often analyzed and explored via the construction of a latent low-dimensional space which enables convenient visualization and efficient predictive modeling or clustering. For complex data s…

ClusteringDimensionality Reduction

Enhancing Interpretability of Sparse Latent Representations with Class Information

2025-05-20 · Farshad Sangari Abiz, Reshad Hosseini, Babak N. Araabi

Variational Autoencoders (VAEs) are powerful generative models for learning latent representations. Standard VAEs generate dispersed and unstructured latent spaces by utilizing all dimensions, which limits their interpre…

Disentanglement

Sparse Autoencoders, Again?

2025-06-05 · Yin Lu, Tong He, Xuening Zhu, David Wipf

Is there really much more to say about sparse autoencoders (SAEs)? Autoencoders in general, and SAEs in particular, represent deep architectures that are capable of modeling low-dimensional latent structure in data. Such…

Language ModelingLanguage ModellingLarge Language Model