Paper deep dive
When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities
Weiduo Liao, Yunqiao Yang, Ying Wei
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 94%
Last extracted: 7/10/2026, 6:26:49 AM
Summary
The paper introduces Structured Sparse AutoEncoder (S²AE), a method designed to enhance concept consistency in Vision-Language Models (VLMs) by enforcing semantic and spatial coherence in visual representations. S²AE groups image patches using Transformer attention similarity and spatial proximity, then applies exclusive and group sparsity regularizations to reduce polysemanticity and improve monosemanticity. Evaluated on Qwen2.5-VL-7B-Instruct, S²AE significantly boosts semantic alignment (mIoU), representational efficiency (l0 norm), and cross-modal consistency while maintaining high reconstruction fidelity (Explained Variance >99%).
Entities (12)
Relation Signals (8)
Structured Sparse AutoEncoder (S²AE) â evaluatedon â Qwen2.5-VL-7B-Instruct
confidence 99% ¡ Evaluated on the Qwen2.5-VL-7B-Instruct model, the method achieves 6.06% average improvement
Structured Sparse AutoEncoder (S²AE) â improves â Monosemanticity
confidence 96% ¡ S²AE enhances neuronal monosemanticity by this visual structural prior, achieving a 3.08% average gain in semantic consistency
Structured Sparse AutoEncoder (S²AE) â addresses â fragmented concept coverage
confidence 95% ¡ vanilla SAEs struggle to learn modality-consistent concepts, with concepts often exhibiting fragmented coverage... To address this challenge, we propose a Structured Sparse AutoEncoder (S²AE)
Structured Sparse AutoEncoder (S²AE) â groups â image patches
confidence 94% ¡ Specifically, we group image patches based on Transformer attention similarity and spatial proximity
Structured Sparse AutoEncoder (S²AE) â applies â Group Sparsity Regularization
confidence 93% ¡ and group sparsity for intra-group concept consistency
Structured Sparse AutoEncoder (S²AE) â applies â Exclusive Sparsity Regularization
confidence 93% ¡ The regularization consists of exclusive sparsity for inter-group concept disentanglement
Structured Sparse AutoEncoder (S²AE) â improves â mIoU
confidence 92% ¡ achieves 6.06% average improvement in semantic alignment (mIoU)
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract: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.
Tags
Links
- Source: https://arxiv.org/abs/2607.08605v1
- Canonical: https://arxiv.org/abs/2607.08605v1
Trouble viewing inline? Open PDF directly â
Full Text
105,622 characters extracted from source content.
Expand or collapse full text
When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Weiduo Liao 1 , Yunqiao Yang 2 , and Ying Wei 1 1 Zhejiang University, 2 Nanyang Technological University 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 2 AE) 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 theQwen2.5-VL-7B-Instructmodel, the method achieves6.06%average improvement in semantic alignment (mIoU) and60.81in representational efficiency (lowerl 0 norm) while maintaining near-perfect reconstruction fidelity with an Explained Variance above 99%. Cross-modal analysis further demonstrates that S 2 AE enhances neuronal monosemanticity by this visual structural prior, achieving a3.08%average gain in semantic consistency and a2.37%average gain in monosemanticity scores for both modalities of multimodal features, thereby fostering more coherent and disentangled representations. Code Repository: github.com/liaoweiduo/s2ae. SAE visualization space: huggingface.co/spaces/liaoweiduo/SAE-explorer. 1. Introduction Recent large vision-language models (VLMs) have achieved strong performance across diverse vision-language tasks, including image understanding (Hu et al., 2022, Jung et al., 2025), medical image diagnosis (Xiang et al., 2025, Ding et al., 2025), and increasingly complex multi-modal reasoning (Zhao et al., 2025, Liu et al., 2025b, Wang et al., 2026). However, their increasing deployment has raised concerns regarding the reliability (Guan et al., 2024, Yang et al., 2025a), generalization (Li et al., 2025, Yang et al., 2025b), and internal mechanisms (Neo et al., 2025, Jiang et al., 2025a) of these models. Mechanistic interpretability aims to address these challenges by uncovering the internal representations and computational mechanisms underlying model predictions (Wang et al., 2023, Bricken et al., 2023a, Dreyer et al., 2025), offering a principled pathway toward understanding, diagnosing, and ultimately improving VLMs in turn (Yao et al., 2024, CywiĹski and Deja, 2025, Li et al., 2026). Prior neuron-level interpretation of hidden representations (Zhou et al., 2018, Oikarinen and Weng, 2023, Ahn et al., 2024) faces a key challenge: individual neurons are often polysemantic, activating in response to multiple unrelated concepts (Olah et al., 2020, Elhage et al., 2022, Gandelsman et al., 2025). Motivated by the linear representation hypothesis (Park et al., 2024), which posits that model representations can be expressed as linear combinations of monosemantic features, sparse autoencoders (SAEs) (Lee et al., 2006) Corresponding author(s): Ying Wei https://wei-ying.net/ arXiv:2607.08605v1 [cs.CV] 9 Jul 2026 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities ConceptVanillaOursConceptVanillaOursConceptVanillaOurs 0.58IoU=0.510.460.66 0.680.90 Figure 1: Visualization of SAE activation masks. SAE is trained onQwen2.5-VL-7B-Instructâs layer 5. Three concept cases are shown in green masks on the original images to compare the SAE activation mask performance. Takeaway: Our method achieves a significantly closer visual match with the underlying semantic concepts (higher IoU scores with the corresponding concept regions). In contrast, the vanilla-learned SAE often exhibits residual polysemanticity. project hidden representations into a large concept space that disentangles entangled representations into interpretable conceptual features (Huben et al., 2024, Lim et al., 2025, Zhang et al., 2025). However, vanilla SAEs optimize only for reconstruction fidelity and element-wise sparsity, without explicitly enforcing semantic or spatial coherence among the features. Consequently, the learned conceptual features often exhibit residual polysemanticity, i.e., a single feature responds to multiple unrelated concepts. This is reflected in their input activations 1 , i.e., those input tokens or image regions that activate a concept feature, which are distributed across semantically inconsistent regions (Zaigrajew et al., 2025, Han et al., 2025) rather than aligning with a coherent visual concept. For example, a conceptual feature associated with apark benchmay also have input activations on grass regions, as illustrated in Figure 1. To address this issue, we propose a structured sparse autoencoder (S 2 AE) that enforces a visual region to activate semantically coherent conceptual features. A key challenge, however, is that identifying a coherent visual region corresponding to a single concept is itself non-trivial, as concepts are often distributed and not explicitly aligned with pixel-level boundaries. To tackle this, we propose to partition each image into semantically coherent visual regions by jointly leveraging Transformer attention similarity and spatial proximity (Haurum et al., 2024). Intuitively, Transformer attention captures contextual semantic affinities among patches (He et al., 2022), while spatial adjacency reflects the structural continuity of visual objects; together their combination provides a principled proxy for grouping patches that are likely to share a common underlying concept into a region. Building on these regions, we introduce structured sparsity regularization, including an exclusive sparsity regularization that encourages concept features to specialize across different regions and a group sparsity regularization that encourages each concept feature to cover tokens throughout a region (Yoon and Hwang, 2017). This design promotes inter-region disentanglement and intra-region coherence semantically, thereby mitigating residual polysemanticity in the learned concept space. Importantly, although our structural sparsity regularization is imposed only on visual tokens, its effect is not confined to the visual modality. In S 2 AEs, the training objectives are reconstructing image patches and text tokens through a shared SAE feature space. Therefore, when visually fragmented or noisy activations are consolidated into more coherent region-grounded concepts, the corresponding shared SAE features can also acquire a cleaner semantic alignment across modalities. In Table 1, we calculate the monosemanticity (MS) score (Pach et al., 2026) for both modalities. The results show that beyond improving vision-side monosemanticity, S 2 AE also increases the language-side monosemanticity of multimodal features and im- 1 We distinguish between input activations and SAE activations. The former refers to input tokens or image regions that strongly activate a given conceptual feature, while the latter denotes activation values in the SAE layer for a given input (or its subcomponents, e.g., image patches. 2 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities proves vision-language consistency. This suggests that improving visual concept decomposition may indirectly reduce semantic ambiguity in multimodal features and strengthen their alignment with textual activations. Regarding the monosemanticity evaluation, we also propose an automated cross-modal interpretability pipeline to evaluate the monosemanticity of SAE features 2 within each modality and their consistency across modalities. For each dimension of SAE features, we collect masked images and masked textual contexts that strongly activate the feature, and assess whether the semantics inferred from these images and textual contexts are conceptually coherent and consistent across modalities. A straightforward approach to autonomously extracting the semantics would directly summarize these multimodal signals using a vision- language model; however, we empirically observe in section 6.6 that existing VLMs often yield low-quality concept descriptions due to insufficient reasoning reliability. To bridge this gap, we adopt a hierarchical summarization strategy: we first convert masked images into concise textual descriptions using a vision- language model (i.e.,Qwen3-VL-8B-Instruct), and feed these descriptions together with masked textural contexts to to a large language model (i.e.,Qwen3-30B-Instruct) to (1) generate concept explanations for each modality and (2) assess their cross-modal consistency. Empirically, the proposed structured sparsity regularization over SAE features yields concept features that are more visually coherent and semantically interpretable. Evaluated on the Qwen2.5-VL-7B-Instruct model, it improves monosemanticity measured by the overlap between patches that activate a single conceptual feature and a semantically coherent visual region, increasing mIoU at layer 15 from 0.516 for (vanilla SAE) to 0.594, while maintaining near-perfect reconstruction fidelity with explained variance above 0.99. Moreover, the proportion of SAE features with consistent visual and language conceptual explanations rises by 4.3 % on layer 5, reflecting stronger semantic consistency across modalities in the learned concept space. 2. Related Work Vision-Language Models Large vision-language models (VLMs) enable cross-modal reasoning by integrat- ing visual representations from vision encoders into large language models, typically through projection layers (Liu et al., 2023, Bai et al., 2025) or cross-attention modules (Alayrac et al., 2022). Representa- tive open-source VLM families have evolved along complementary axes: InternVL scales from dynamic high-resolution and strong vision encoders toward native multimodal pretraining, RL-based reasoning, and efficient deployment (Chen et al., 2024, Wang et al., 2025b); Qwen-VL progresses from fine-grained OCR and grounding to dynamic-resolution image/video understanding and MoE-based thinking models (Wang et al., 2024, Bai et al., 2025); and GLM-V emphasizes reasoning-centric multimodal training, advancing from compact thinking models to MoE, long-context, and tool-use-oriented variants (Hong et al., 2025). Despite their strong performance across diverse vision-language tasks, the internal representations learned by these models remain highly entangled, making them difficult to interpret mechanistically. Recent studies have interpreted VLM representations at multiple levels of granularity, including neurons (Fang et al., 2024, Liu et al., 2025a, Xu et al., 2025), modules (Bi et al., 2025, Xia et al., 2025, Jiang et al., 2025b), and layers (Jiang et al., 2025c, Shi et al., 2025, Song et al., 2026). Beyond representational analyses, mechanistic inter- pretability methods have been used to localize functional components through causal tracing (Golovanevsky et al., 2024), activation patching (Liu et al., 2026, Thube, 2025), targeted perturbations (Wang et al., 2025a), and attention-head interventions or ablations (Jiang et al., 2025b). However, these analyses are still typically grounded in architectural units or potentially polysemantic components, rather than fine-grained and interpretable conceptual features. This limitation motivates feature-level decompositions of multimodal representations into interpretable conceptual features (Lou et al., 2025, Zhang et al., 2025). 2 Unless otherwise specified, we use âSAE featuresâ and âconceptual featuresâ interchangeably. 3 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Sparse Autoencoders Sparse autoencoders (SAEs) have emerged as a promising tool for mechanistic interpretability by decomposing hidden states into sparse latent features that more closely align with human- interpretable concepts. A range of SAE variants has been proposed to improve feature interpretability, includingâ 1 -regularized vanilla SAEs (Bricken et al., 2023b), TopK-based methods (Bussmann et al., 2024, Gao et al., 2025), Gated SAEs (Rajamanoharan et al., 2024a), and JumpReLU SAEs (Rajamanoharan et al., 2024b). These methods have supported a broad range of interpretability analyses and downstream applica- tions across large language models (Gao et al., 2024, Makelov et al., 2025), vision-language models (Lim et al., 2025, Lou et al., 2025, Zhang et al., 2025, Shen et al., 2025, Kaushik et al., 2026), and cross-model settings (Thasarathan et al., 2025, Nasiri-Sarvi et al., 2026). However, the training objectives of existing SAE formulations typically include reconstruction fidelity and sparsity only, without explicitly modeling coherence among concept features. As a result, the concept features still present residual polysemantic (Makelov et al., 2025, Leask et al., 2025, Chanin et al., 2025, Paulo and Belrose, 2026). In the VLM setting, this limitation is particularly evident when input image patches that activate a conceptual feature fail to align consistently with a semantically coherent visual region, underscoring the need to leverage visual region structures in turn to improve SAE learning. In contrast to prior multi-modal SAE studies that mainly analyze visual and textual activations after training, our work studies whether structural priors imposed on the visual side can actively shape the shared multi-modal feature space, leading not only to visually coherent features but also to improved cross-modal semantic consistency. 3. Preliminaries 3.1. Sparse Autoencoder Consider concept extraction of an inputx âR D as a by-product of an unsupervised reconstruction task with sparse auto-encoders (Bricken et al., 2023a). Examples ofxinclude the residual stream representations of any transformer layer from image patches (Lim et al., 2025), text tokens (Lieberum et al., 2024), or both (Zhang et al., 2025). In our implementation, we explore multi-modal SAEs, where image patches and text tokens are treated as equivalent discrete units during the reconstruction process. The basic formulation for the encoder and the decoder is as follows: z = Ď((xâ b dec )W enc + b enc ), Ëx = zW dec + b dec , (1) wherez âR N denotes the SAE feature activation vector, also known as SAE latent (Zhang et al., 2025) or code (Fel et al., 2025),W enc âR DĂN is the encoder mapping with biasb enc âR N , andW dec âR NĂD is the decoder mapping with biasb dec âR D .N, Ddenote the number of SAE features and the hidden dimensionality of the inputx, respectively. TheĎ(â )is an activation function (e.g., ReLU) and depends on the specific SAE methods. The vanilla training objective in Bricken et al. (2023a) is to minimize the reconstruction mean square error with an additional sparsity loss as follows:â vanilla = âĽxâ Ëx⼠2 + ÎťâĽz⼠1 , whereâĽâ ⼠1 denotes al 1 penalty andÎťis a coefficient. The overwhelmingly large latent dimensionality N ⍠D and the sparsity regularization empowers decomposition of potential monosemantic concepts in x. Top-K SAE (Gao et al., 2024) implements the sparsity regularization by a hard Top-K mask (i.e.,Ď(â ) = TopK(â ) ) on SAE features, avoiding the use of thel 1 penaltywhich introduces a shrinkage bias on the SAE activation magnitudes. To improve SAE feature utilization, Top-K SAE initializesW dec to the transpose of W enc , and uses an auxiliary lossâ aux with coefficientÎť aux to reconstructxwith top-k aux SAE features that 4 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities never being activated so far, as introduced in (Gao et al., 2024). Thus, the loss for Top-K SAE is as follows: â sae = âĽxâ Ëx⼠2 + Îť aux â aux .(2) 3.2. Group Sparsity and Exclusive Sparsity Group sparsity and exclusive sparsity (Yoon and Hwang, 2017) have been two complementary regularization terms on a given matrixZ âR MĂN , whereMandNdenote the dimensions of rows and columns, respectively. Following the principles of mixed-norm regularization, they have been defined in Yoon and Hwang (2017) as follows: Group Sparsity (GS) Group sparsity, typically formulated via theâ 2,1 norm, treats each column of a matrix as a group and encourages sparsity at the group level, effectively driving entire columns to zero. For the matrix Z, the group sparsity regularization is defined as â gs (Z) = âĽZ⼠2,1 = N â j=1 ( M â i=1 Z 2 ij ) 1/2 ,(3) where the innerâ 2 norm measures the magnitude of each column, and the outerâ 1 norm promotes sparsity across columns. By penalizing the sum of column magnitudes, GS facilitates column-wise selection, ensuring that only a small subset of columns (i.e., groups) remains active. Exclusive Sparsity (ES) In contrast to group sparsity, exclusive sparsity (typically formulated via theâ 1,2 norm) encourages competition within predefined groups to enforce mutually exclusive representations. By treating each column of Z again as a group, the regularization is defined as â es (Z) = N â j=1 ( M â i=1 âŁZ ij ⣠) 2 ,(4) where the innerâ 1 norm promotes sparsity with each column, and the outerâ 2 norm balances the overall magnitude across columns. This forces each group to develop a unique profile, preventing different columns from sharing the same active row indices. While GS uses an innerâ 2 norm and outerâ 1 norm to achieve âall-or-nothingâ selection for entire columns, ES utilizes an innerâ 1 norm and outerâ 2 norm to promote âone-of-manyâ behavior within columns. In section 4.2, we will further detail how these regularizers are specifically adapted to the activation matrix of our SAE features to achieve semantic monosemanticity and consistency. 4. Improving Monosemanticity of Conceptual Features While SAEs applied on VLMs provide a framework for unifying vision and language concept extraction, we empirically observe that visual tokens are discretized from continuous image patches. We provide Figure 1, which is a visualization of SAE activation masks on three example images, using an SAE trained on layer 5 ofQwen2.5-VL-7B-Instruct. For each visual region describing a concept in an image, we identify the specific neuron whose activation mask (comprising all patches that activate it) yields the maximum 5 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Intersection over Union (IoU) with this region. For the details of this experiment and more examples, please refer to section 6.5 and Figure 8. In Table 1, we report the monosemanticity score (Pach et al., 2026) w.r.t. vision and language modalities. Vision monosemanticity scores (e.g.,0.492for Layer 15) are generally lower than language monosemanticity scores (e.g.,0.869for Layer 15), suggesting that learning monosemantic concepts in the vision modality is inherently more difficult for SAEs. The visualization and quantitative results highlight a fundamental limitation in current SAEs in the vision modality. Vanilla SAEs treat image patches identically to text tokens, lacking any structural guarantee for visual concepts. As observed in the âVanillaâ column, this token-centric approach often leads to significant residual polysemanticity. For instance, a SAE feature intended to represent a specific object may erroneously be activated on unrelated patches across the image simply because they share low-level feature similarities, failing to respect the spatial and semantic boundaries inherent to visual data. This motivates our proposed framework for improving the monosemanticity of conceptual features, moving beyond token-wise sparsity objectives that treat visual patches independently and overlook the spatial correlations inherent in visual representations, toward a formulation that better captures the integrated nature of visual intelligence. By introducing structural regularizers, we ensure that the extracted SAE features are not only sparsely activated but also spatially and conceptually coherent. Moreover, since the SAE is trained over both image patches and text tokens with a shared dictionary, visual and textual activations are not represented by disjoint SAE feature sets. A SAE feature that appears multimodal can be activated by both visual regions and textual contexts. Thus, visual-side polysemanticity can contaminate the shared semantic identity of such a feature. That is, if the visual activations mix object, background, and texture cues, the corresponding textual activations may also become harder to summarize as a single coherent concept. Our structured visual regularization targets this source of ambiguity by forcing visual activations to align with coherent regions, which in turn can sharpen the shared multimodal semantic features. 4.1. Visual Regions from Patch Grouping Enabling structured sparsity over SAE features requires a representation of visual regions that serves as a proxy for visually grounded concepts. Such concepts include (i) object-centric concepts (e.g.,people,tree) that correspond to concrete entities, and (i) relation-based or abstract concepts (e.g.,throwing,happy) that are grounded in specific visual cues such as body parts or facial expressions. To extract such regions, we leverage the self-attention mechanism, which characterizes the asymmetric semantic dependencies between patches to group semantically related patches. Particularly, we adopt agglomerative clustering (Haurum et al., 2024) rather than K-means (Vyas et al., 2020), as its bottom-up merging process better captures the hierarchical structure of concepts, progressively aggregating local textures into higher-level semantic objects. In the following, we construct an adjacency matrixdthat encodes pairwise affinities between patches, combining Transformer attention similarity and spatial proximity, and defines the connectivity used for agglomerative clustering. Grouping using attention Patches belonging to the same concept tend to have similar representations and exhibit similar attention patterns in the forwarding process of transformer layers. Thus, we leverage this prior assumption to define pairwise affinities between image patches for region grouping. For a given image, letZ l âR M I ĂN denote the SAE activations extracted at transformer layerl, whereM I is the number of image patches. We obtain the corresponding attention matrixA l âR M I ĂM I , where each entry reflects the attention weight between pairs of patches. To obtain a symmetric adjacency matrixdfor clustering, we 6 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities convert such single-directional similarities to bi-directional distances d A âR M I ĂM I as follows: d A = Norm(â( Ě A+ Ě A ⤠)), (5) where Ě A = 1 L â lâ[1,...,L] A l is the average attention overLlayers, andNorm(â )denotes row-wise min-max normalization to rescale distances in d to [0, 1]. Note that we use the average attention over all layers (i.e., Ě A) instead of that on the current layer (i.e.,A l ) for robust clustering. For further consideration of this design choice, please refer to section 6.7. (a) Only attention(b) Only spatiality(c) Attention + spatiality Figure 2: Visualization of clustering according to different affinity characterization: a) only the attention similarity, b) only the spatial distance, and c) both attention and spatial distance are used to construct the adjacency matrix. Incorporating spatial matching However, clustering based solely on attention introduces noisy outliers, as illustrated in Figure 2a. Although the grouped visual regions show dominant concepts, such aspeoples, trees, andparagraphs, there exist many patch outliers within a group that are far away from the clustering centers and semantically inconsistent with the dominant concepts. This mismatch between attention-based affinity and spatial continuity in natural images, i.e., visual concepts are typically spatially contiguous with patches belonging to the same object forming connected regions, motivates the need for an explicit spatial prior. Hence, we incorporate the spatial patch distance matrix to modulated A . Specifically, we define a spatial distance matrixd S i,j based on patch coordinates. Let the image be divided intohĂ wpatches with hw = M I , and letp i â [1, . . . , h]Ă [1, . . . , w]denote the coordinates of patchi. The patch spatial distance matrix d S âR M I ĂM I is defined using the patch-level Manhattan distance (Suwanda et al., 2020): d S i,j = âŁp i â p j ⣠1 , d S â Norm(d S ), (6) where d S i,j is the element in the i-th row and the j-th column of d S . The final adjacency matrix d for clustering is specified as: d i = d A i â (d S i ) Îą , (7) whereÎąis a coefficient to balance the impact of spatial distance, which is empirically studied in section 6.7. We then perform agglomerative clustering usingdas the distance matrix to partition the image intoGvisual regions, each of which characterizes a concept. 7 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities 4.2. Exclusive Sparsity and Group Sparsity To encourage each SAE feature to specialize in a single visual concept, we adapt the exclusive sparsity regularization in Equation 4 to operate over visual regions extracted in section 4.1. In the original formulation, exclusive sparsity is applied to a matrix where each column is treated as a group, enforcing competition within each column. In our setting, we instantiate a group as a visual region that encompasses a group of patches. To this end, we first construct a group-level SAE activation matrix. LetZ g âR M g ĂN be the SAE activations restricted to theg-th group, whereM g is the number of patches within that group andNis the number of SAE features. We develop a group-level activation profile vector by applying anâ 2 -norm across the patch dimension, yielding s g âR N such that its j-th SAE activation is as follows, s g j = âĽZ g âś,j ⼠2 .(8) Theâ 2 -norm ensures that the vectors g reflects the aggregate magnitude of SAE activations within theg-th group, providing a differentiable and representative basis for the subsequent exclusive sparsity penalty. Stacking these group-level profile vectors gives a global activation matrixS = [s 1 , . . . , s G ] ⤠âR GĂN , where each row corresponds to a visual region and each column corresponds to a SAE feature. We then apply the exclusive sparsity formulation in Equation 4 to S, yielding â es = 1 N N â j=1 ( G â g=1 âŁs g j âŁ) 2 .(9) Under this formulation, theâ 1 aggregation over visual groups encourages competition among groups for each SAE feature, while the outerâ 2 norm penalizes dispersed activations across multiple groups. Each SAE feature is thus encouraged to be activated predominantly within a single visual group, reducing cross-group co-activation and improving monosemanticity. To enforce consistent SAE activation within each visual region as a group, we further impose a group sparsity regularization. The goal is to encourage patches within the same group to activate a shared, sparse subset of SAE features, thereby improving intra-group semantic coherence. We adapt the group sparsity formulation in Equation (3) to operate on the previously defined group-level activation profile vectorss g ; we apply anâ 1 norm across the SAE feature dimension (i.e., N) for each group: â gs = 1 G G â g=1 âĽs g ⼠1 .(10) By minimizing this objective, we achieve higher intra-group monosemanticity, where each visual region is represented by a more semantically consistent and sparse set of SAE features. To optimize the SAE under these structural regularizations, we augment the original SAE objective with the two proposed regularizers. The total loss function is defined as follows: â total = â sae + Îť es â es + Îť gs â gs ,(11) whereÎť es andÎť gs are hyperparameters that govern the trade-off between reconstruction fidelity and structural regularization. Specifically, the exclusive sparsity termâ es encourages inter-group competition for SAE feature specialization, while the group sparsity termâ gs promotes intra-group coherence by aligning SAE activations across patches within the same group. Together, these complementary regularization ensure the resulting SAE features to be not only sparse but also semantically aligned with the underlying visual region structure. 8 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Binarized SAE activations To further decouple feature selection from activation magnitude and mitigate the âshrinkage biasâ commonly observed inâ 1 -regularized models, we introduce a binarization layer with a Straight-Through Estimator (Bengio et al., 2013) to the latent representations. Specifically, the continuous activationsZ g are transformed into binary gates Ë Z g using the formulation Ë Z = bin(Z)+ Z â Z.detach() . Consequently, the subsequent structural penalties, includingâ es andâ gs , are computed based on these binary gates rather than raw SAE activation magnitudes. This modification ensures that the sparsity regularization specifically target activation frequency and group-wise SAE feature co-occurrence, rather than directly penalizing SAE feature intensities. 5. Interpreting SAE Features via Hierarchical Semantic Synthesis This section details our hierarchical framework for interpreting the SAE features learned by S 2 AEs. The goal is to move beyond mere activation visualization toward a rigorous, automated understanding of how individual SAE features encode concepts across both visual and textual domains. 5.1. Motivation Interpreting SAE features in VLMs requires assigning a concise semantic explanation to the inputs (a.k.a. references) that strongly activate each SAE feature. Unlike language-only SAEs, where activating tokens are already expressed in natural language, visual SAE activations are masked image regions (Bohacek et al., 2026). Pioneered by Bills et al. (2023), Zhang et al. (2025), Gandelsman et al. (2024), these regions can be partial, small, spatially fragmented, or mixed with nearby background cues. Therefore, a reliable interpretation pipeline must first identify what each activated region depicts before abstracting a shared concept across multiple references. A straightforward solution is direct summarization: given a set of top-activating image/text references, directly ask a VLM to summarize their common visual/language concept. However, this formulation couples several challenges into a single step, like recognizing masked visual evidence, filtering noisy or incomplete activations, comparing multiple references, and abstracting their shared semantics. Empirically, we find that this direct pipeline often fails to produce valid summaries, especially for the vision modality. As shown in section 6.6, its identification rate (e.g., 66.4% at Layer 5) is substantially lower than our pipeline (e.g., 98.8% at Layer 5) across all evaluated layers. This suggests that current VLMs are not sufficiently reliable when asked to perform direct cross-reference concept abstraction from masked activations. We therefore adopt a hierarchical interpretation pipeline in Figure 3. For each SAE feature, we first perform reference-level concept identification. Masked image references are converted into concise visual descriptions by a VLM, while masked text references are converted into concise textual descriptions by an LLM. We then perform SAE feature-level semantic synthesis, where an LLM summarizes the visual descriptions and textual descriptions into modality-specific concepts and compares them for cross-modal consistency. This decomposition reduces the reasoning burden of each model call. The VLM focuses on localized visual recognition, while the LLM handles abstraction and consistency judgment in a unified textual space. As a result, the pipeline provides more stable feature summaries and a more reliable basis for measuring modality , cross-modal consistency, and monosemanticity. 9 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Reference Source Construction Captioning prompt: Describe the image in one concise sentence. LLM Reference Sample Collection SAE Clusters Vision mask IoU Semantic Synthesis & Modality Analysis Vision mask Masked texts VLM Original image Identification prompt: What is the concept depicted by the mask? Vision concept descriptions Summary prompt: Summarize the shared core. Consistency prompt: Whetherthe summaries of two modalities are consistent? Vision path Language path For each sample For each neuron Vision summary Language summary Consistency score Language mask Images Captions Vision references Language references Activation Activation VLM Figure 3: Overview of the SAE feature summarization pipeline. Reference Source Construction: The pipeline begins by using a VLM to generate concise captions for raw images, creating a paired multi-modal dataset as the foundation for analysis. Reference Sample Collection: Vision reference samples are prioritized by a composite score, which is the product of the activation and the maximum IoU between the SAE featureâs activation mask and semantic clusters, ensuring that selected samples are both highly active and conceptually coherent, while language reference samples only depend on activation values. Semantic Synthesis: Specifically for visual samples, a VLM serves as a high-level annotator to translate the isolated visual concepts within the masks into natural language concept descriptions. Modality Analysis: After that, an LLM independently processes the textual descriptions from the vision path and the raw masked tokens from the language path to summarize the core semantic themes of each modality. Finally, the LLM compares the two modality-specific summaries to calculate a consistency score, determining whether the SAE feature represents a unified concept across both vision and language. Section 6.6 further compares this hierarchical design with a direct VLM summary baseline. 5.2. Reference Source Construction To perform feature-level interpretation of our S 2 AE, we require a comprehensive set of reference samples where each image is paired with a descriptive text counterpart. Our data pipeline consists of two primary phases: 1) sourcing high-quality visual data and 2) generating synthetic textual descriptions to achieve cross-modal alignment. Visual data sourcing For the image modality, we utilize the evaluation dataset provided by Zhang et al. (2025). This dataset, hosted onHugging Face 3 , serves as an extensive repository of visual stimuli curated for interpretability research. While this source provides a diverse range of images, it does not include a corresponding high-granularity text corpus for every sample. Synthetic captioning via VLM To bridge the gap between modalities and create a balanced multi-modal reference set, we implement a customized textual augmentation pipeline. Given the absence of native text data for the aforementioned image source, we utilizeQwen3-VL-8B-Instruct(Team, 2025) to generate high-fidelity synthetic captions, using the prompt: Describe the image in one concise sentence. This augmented dataset allows us to collect reference samples for each learned SAE feature across both modalities. By identifying the top-activating samples for a specific SAE feature, we can analyze the visual and textual activations. 3 Hugging Face website: https://huggingface.co/datasets/lmms-lab/sae-sample-cache-dataset. 10 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities 5.3. Reference Sample Collection and Masking To interpret the learned SAE features, we follow a rigorous sample collection process, inspired by Zhang et al. (2025). For each SAE feature, we identify some top activating samples from a large-scale multimodal corpus. However, raw activations often contain noise from irrelevant spatial or linguistic contexts. Thus, we employ a masking strategy to achieve precise attribution. For each reference sample, including the image and its captioning text, we apply activation masks, retaining only the patches/tokens that have positive activation values for the SAE feature, for both vision and language modality. This masking approach ensures that our interpretation is grounded in the specific sub-components of the input that the SAE feature has specialized in, rather than the global context of the sample. í íś Layer 5 Neuron ID 479:Summary Rice ҧí§=3.17IoU=0.78, Ψ=2.47 ҧí§=3.22 IoU=0.49, Ψ=1.57 ҧí§=8.37IoU=0.16, Ψ=1.33 í íśí íś >> Figure 4: Illustration of activation-semantic alignment. The clusterCis highlighted in green in the original image, and the corresponding activation maskMis shown beside. Three examples of vision references show increasing activation intensity ( Ě z) but decreasing IoU (from left to right). The leftmost image serves as the most prototypical representation of the conceptC(e.g.,rice), exhibiting high conceptual integrity. In contrast, the middle image demonstrates concept interference, where the target concept co-occurs with extraneous semantic elements (e.g.,table). The rightmost image represents a spurious activation triggered by low-level visual noise, such as chromatic similarity between the shelf background and the target rice concept. Activation-semantic alignment for higher-quality reference samples Specifically for vision modality, to bridge the gap between low-level SAE feature activations and high-level semantic concepts, we introduce a Activation-Semantic Alignment mechanism. This process filters the reference samples by measuring the structural congruence between a SAE featureâs activation footprint and the modelâs internal concept clusters. For each input image, we utilize the previously described clustering (based on attention and spatial information, in section 4.1) to generate a set of disjoint clustersí = C 1 , C 2 , . . . , C G . These clusters serve as the endogenous ground truth labels for latent vision concepts. For a given SAE featurej, letM j â 0, 1 hĂw denote the binary activation mask, whereM j,p = 1if the activation at patchpis positive. We quantify the semantic purity of a SAE feature by calculating the Intersection over Union (IoU) between its maskM j and each cluster C g â í. The maximum alignment score is defined as: IoU j = max C g âí âŁM j ⊠C g ⣠âŁM j ⪠C g ⣠.(12) 11 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Rather than relying solely on raw activation magnitude, we rank and select reference samples based on a composite metricΨ j , defined as the product of the mean activation intensity ( Ě z j ) and the maximum structural alignment (IoU j ): Ψ j = Ě z j Ă IoU j .(13) Only samples with the highestΨ j scores are retained for the final interpretation pipeline. The introduction of theΨ j metric offers several practical advantages over vanilla selection based solely on activation values, as illustrated in Figure 4: 1) Suppression of polysemantic noise Standard selection is susceptible to âspurious activationsâ where a SAE feature might fire strongly but sporadically across unrelated spatial regions. By incorporatingIoU, we ensure that the SAE feature is consistently dedicated to a single, coherent semantic unit. Samples where a SAE featureâs activation is scattered across multiple clusters result in a low IoU, effectively filtering out polysemantic noise. 2) Endogenous consistency Since the clustersíare derived from the VLMâs own attention mechanism, they represent the modelâs internal âobject-levelâ logic. Aligning SAE features with these clusters ensures that the features we interpret are grounded in the modelâs own world-view, rather than being arbitrary artifacts of the SAE training process. 3) Improved interpretability By passing only structurally aligned patches to Qwen3-VL, we significantly reduce visual ambiguity. The model is presented with a masked image where the remaining content is guaranteed to be a complete, semantically meaningful entity (e.g., a whole eye or a specific texture) rather than a fragmented set of pixels. This leads to more accurate and concise linguistic summaries in the final interpretation stage. 5.4. Concept Interpretation via Modality-aware and Hierarchical Semantic Synthesis To synthesize the high-level semantic meaning of the learned SAE features, we implement a hierarchical, two-stage interpretation pipeline that unifies representations across modalities. In the first stage, a VLM performs localized concept identification, translating masked visual regions into precise linguistic descriptors. The second stage utilizes a larger, more capable LLM to perform semantic summarization and measuring consistency, aggregating the VLM-generated labels with raw textual samples to verify the SAE featureâs conceptual alignment. This strategic decoupling, delegating fine-grained visual recognition to the VLM while leveraging the LLM for abstract semantic reasoning, is grounded in the automated interpretability framework established by Bills et al. (2023) and further validated for multi-modal contexts by Zhang et al. (2025). Intuitively, this hierarchical decomposition aligns with the varying complexity of interpretability tasks: the model addresses the relatively straightforward task of individual concept recognition (i.e., âWhat is present in this image?â) before tackling the more cognitively demanding task of abstract semantic synthesis (i.e., âWhat commonalities link these disparate cases?â). This approach ensures that the interpretation process is both scalable and semantically rigorous, bypassing the ambiguity of raw visual activations by projecting them into a unified linguistic space for final synthesis. Concept identification With the reference samples collected, the first stage of our interpretability pipeline involves translating the visual features activated by each SAE feature into a format compatible with automated reasoning. Unlike the language modality, where concepts are inherently represented as natural language tokens, visual concepts are represented as masking within an image. To facilitate the use of LLMs for high-level semantic synthesis, we must first convert these masked visual regions into precise linguistic descriptors. We utilizeQwen3-VL-8B-Instructas a high-level visual annotator. For each visual sample (with an original image and a corresponding mask associated with one SAE feature), it is prompted to describe which visual feature or concept is indicated within the masked regions and provides a brief explanation that encapsulates its behavior. The detailed prompt is given in Prompt A.1. By leveraging the advanced fine-grained visual 12 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities recognition capabilities ofQwen3-VL, we obtain a set of descriptive âvisual labelsâ for each SAE feature, which serves as a textual proxy for its visual preferences. Dilation To ensure the VLM can effectively contextualize the features of interest, we apply a dilation operation to both the visual and textual masks. Specifically, we expand the mask boundaries by one unit (i.e., extending by one patch in the image grid and one token in the text sequence), thereby providing the model with localized peripheral information necessary for accurate concept identification. Summarizing references via LLM Once visual concepts are translated into natural language, the vision modality can be processed using the same unified pipeline as the language modality in the second stage. We perform a holistic semantic synthesis usingQwen3-30B-Instruct. This model acts as the central âinter- preterâ by consuming two sources of information for each SAE feature: 1) The visual concept identifications generated byQwen3-VL; 2) The raw masked text references that triggered this SAE feature.Qwen3-30B is tasked with generating a comprehensive explanation of the SAE featureâs function and determining its modality. Specifically, the model first performs intra-modality summarization to identify the core themes within the vision and language samples independently using Prompt A.3. Subsequently, it performs a cross-modality comparison between these two summaries to determine their semantic consistency using Prompt A.4. 6. Experiments The experimental parts answer two core research questions: (1) whether the proposed structural regularizers enable S 2 AE to learn grounded and coherent visual concepts without degrading reconstruction performance, and (2) whether the proposed hierarchical interpretation pipeline provides more reliable SAE feature summaries than direct VLM summarization. Specifically, we evaluate whether the learned vision concepts are both semantically distinct and group-consistent across vision patches. We deploy our proposed S 2 AE architecture on the residual streams ofQwen2.5-VL-7B-Instruct(e.g., Layers 5, 10, 15, 20). Given the high dimensionality of the residual blocks, we train the TopK-SAE with an expansion factor ofR = 32andK = 256. For the details of the implementation and training settings, please refer to Appendix A. 6.1. Results To qualitatively evaluate the effectiveness of our proposed structural regularizers, we randomly collect 5000 images from the reference dataset and calculate the average maximum alignment score (mIoU c ) over all activated SAE features. That is,mIoU c = Mean jâN + (IoU j ), whereN + is a collection of activated SAE features. Moreover, we report the explained variance (EV) to evaluate the reconstruction fidelity and the average number of active SAE features (L 0 norm) to evaluate the sparsity cost. S 2 AE improves visual concept alignment while preserving reconstruction fidelity and increasing sparsity efficiency According to the statistical results shown in Figure 5, S 2 AE demonstrates a consistent and robust improvement in the alignment between SAE feature activation patches and ground-truth clusters across the model hierarchy (from layers 5 to 20). In addition, a layer-wise comparison reveals that the performance gains are particularly pronounced in the shallow or middle layers of the model hierarchy, where the transition from raw visual signals to structured semantic concepts is most evident. Despite the gains in 13 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities 5101520 Transformer Layer 0.4 0.5 0.6 0.7 0.8 0.9 1.0 Score better Vanilla mIOU c Our mIOU c Vanilla EV Our EV 5101520 Transformer Layer 0 50 100 150 200 250 300 Active Neurons ( L 0 ) Figure 5: Quantitative comparison of SAE performance and sparsity across Transformer layers. Left: The trade- off between reconstruction fidelity (Explained Variance, EV, dashed lines) and semantic alignment (mIOU c , solid lines). Our method significantly improves semantic alignment with vision labels while maintaining a near-identical reconstruction score (> 0.99) compared to the vanilla baseline. Right: Sparsity cost measured by the number of active SAE features (â 0 norm). Takeaway: Our approach achieves superior isolation of concepts using significantly fewer active SAE features across all evaluated layers, demonstrating higher representational efficiency. concept isolation, the explained variance for S 2 AE remains remarkably stable and high (above 0.99). This indicates that S 2 AE successfully disentangles semantic concepts without sacrificing the reconstruction quality of the vision patches. This enhanced structural correspondence significantly strengthens the SAEâs capacity for accurate visual concept identification. The right panel demonstrates that S 2 AE maintains a significantly lowerL 0 norm across all layers. While the vanilla SAE is fixed at a budget of 256 active SAE features, our approach utilizes between 180 and 215 SAE features, achieving a more efficient and sparse representation of the input data without noisy SAE activation. 6.2. Modality Summary Statistics Table 1: Modality summarization based on interpretation. Layer 5Layer 10Layer 15Layer 20 Vanilla S 2 AEVanilla S 2 AEVanilla S 2 AEVanilla S 2 AE Identification rate0.988 0.9920.987 0.9780.981 0.9710.966 0.971 Multi-modal rate0.772 0.7210.770 0.4820.681 0.4040.656 0.549 Consistency rate â0.294 0.3370.327 0.3660.322 0.3480.308 0.319 Vision monosemanticity â0.510 0.5460.501 0.5340.492 0.5180.490 0.501 Language monosemanticity â0.872 0.8960.868 0.9030.869 0.8810.862 0.875 Vision rate0.178 0.2630.185 0.5020.272 0.5810.272 0.423 Vision monosemanticity â0.495 0.5170.487 0.4450.479 0.4410.470 0.454 Language rate0.050 0.0160.045 0.0160.047 0.0150.072 0.028 Language monosemanticity â 0.873 0.8580.863 0.8880.864 0.9140.870 0.905 In this subsection, we summarize the statistics of S 2 AE and vanilla SAE features w.r.t. modalities in Table 1, 14 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities respectively. Specifically, Identification rate refers to the percentage of valid SAE features that contain either a vision summary or a language summary or both. An invalid SAE feature means LLM can not give a clear summary on both vision references and language references. Among these valid SAE features, Multi-modal rate, Vision rate, and Language rate refer to the percentages of SAE features in specific modalities, respectively. Consistency rate refers to the percentage of multi-modal SAE features whose vision and language summaries have a consistent score> 0.0. Vision monosemanticity and Language monosemanticity refer to the MS score (Pach et al., 2026) w.r.t. vision and language reference samples, respectively. We report the MS scores for different modalities and use SigLip2 (Tschannen et al., 2025) to extract vision and language embeddings on active tokens, as it is a recent vision-language encoder optimized for cross-modality tasks, making it a suitable external semantic space for comparing visual and textual reference samples. S 2 AE yields more semantically consistent cross-modal features The Identification rate remains excep- tionally high across all layers (> 97%), suggesting that the vast majority of active SAE features capture meaningful concepts that can be mapped to vision or language summaries. There is a slight downward trend as the layers deepen, potentially reflecting the increased abstraction and complexity of concepts in higher layers of the Transformer. A striking observation is the disparity between unimodal SAE features. The Vision rate is significantly higher than the Language rate across all layers, peaking at58.10%in Layer 15. This indicates that the SAE primarily decomposes the latent space into visual primitives or grounded visual-language concepts rather than isolated language concepts. Despite the high multi-modal rate, S 2 AE consistently achieves a higher consistency rate than the vanilla SAE across all layers (peaking gain at4.3%in Layer 5), demonstrating that the application of group and exclusive sparsity effectively optimizes vision-based SAE feature performance by reducing noise and polysemy while enhancing cross-modal alignment between vision and language. S 2 AE improves multi-modal feature monosemanticity beyond the directly regularized vision side Table 1 shows that for multi-modal SAE features, S 2 AE consistently improves not only vision monosemanticity but also language monosemanticity across all evaluated layers, although the structural regularizers are applied only to visual patch groups. For example, language MS increases from0.872â 0.896at Layer 5, accompanied by consistent gains in vision-language consistency rate. This suggests that visual structure can act as an organizing prior for the shared multi-modal SAE feature space. By suppressing fragmented or background-driven visual activations, S 2 AE helps each multi-modal feature acquire a cleaner semantic meaning, which in turn makes its language-side activating contexts more coherent. We emphasize that this effect should be interpreted as an emergent cross-modal alignment effect through shared SAE features, rather than direct regularization of language tokens. 6.3. Concept Analysis with Word Cloud To facilitate a comparative analysis of visual and language features, we employ an automated interpretation pipeline that maps vision-based activations into the natural language domain. This allows for a unified characterization of features across modalities. To rigorously quantify the distributional shifts of concepts across different SAE layers, we implemented a multi-stage text processing pipeline. First, we perform linguistic normalization withen_core_web_smmodel in the spaCy software (Honnibal et al., 2020) to mitigate noise from morphological variations (e.g., tense, plurality). Each summary generated from the SAE features is lemmatized, ensuring that semantically identical concepts are mapped to a single canonical 15 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities form. However, the high cardinality of unique lemmas posed a challenge for direct interpretation. To address this high-dimensional sparsity, we employ BERTopic (Grootendorst, 2022) to group semantically related terms into cohesive clusters, including the steps as follows: 1) First, we utilize theall-MiniLM-L6-v2 SentenceTransformer (Reimers and Gurevych, 2019) to generate dense semantic embeddings. 2) Next, these embeddings undergo dimensionality reduction (i.e., UMAP (McInnes et al., 2018)) and hierarchical clustering (i.e., HDBSCAN (McInnes et al., 2017)) to distill the raw concepts into distinct, high-level âtopic wordsâ. 3) Finally, these âtopic wordsâ are visualized as word clouds in Figure 6. (a) Vision (l 5 )(b) Vision (l 10 )(c) Vision (l 15 )(d) Vision (l 20 ) (e) Language (l 5 )(f) Language (l 10 )(g) Language (l 15 )(h) Language (l 20 ) Figure 6: Evolution of Semantic Distributions in Vision and Language modalities. These word clouds visualize the thematic shift of concepts across four representative layers (l 5 , l 10 , l 15 , l 20 ). Takeaway: the network undergoes a systematic transition from modality-specific sensory perception to a converged, high-level conceptual space where visual morphology and linguistic narratives align through shared symbolic abstractions. Across layers, the word clouds reveal a clear shift in the granularity and abstraction of SAE concepts, with early layers focusing on concrete perceptual cues and later layers moving toward structured, symbolic semantics. At Layer 5, vision concepts are dominated by low-level perceptual and object-level attributes such asfluffyand vehicle, while language concepts already show functional descriptors such asassistantandhelpful. At Layer 10, concepts become more contextual. Vision features capture scene-level environments such as airportandstadium, whereas language features emphasize relational or behavioral notions such as competitiveandintensity. At Layer 15, vision concepts further specialize into fine-grained morphology and style, includingbeak,torso,gothic, andornate, while language concepts concentrate on human- centric and socio-economic categories such asproduct,brand,athlete, andchild. At Layer 20, the concepts become the most abstract. Vision features converge to general morphological primitives such as foot,head, andmesh, while language features shift toward thematic and symbolic concepts such astheme, betrayal, and biblical. 6.4. Case Studies This section selects a set of dog-related SAE features as a presentation of semantic grounding to further elucidate the interpretability of the learned concepts. In Figure 7, these examples demonstrate how the SAE captures specific semantic nuances across different modalities and activation patterns. SAE features such as Neuron 602 and Neuron 1565 exhibit robust cross-modal alignment. Neuron 602 (dog interaction and presence) is activated by diverse visual scenes of dogs in various environments, ranging from boats to living rooms, paired with linguistic descriptions ofpuppyanddog. Similarly, Neuron 1565 focuses on a specific behavioral trait (dog with tongue out), capturing the precise visual feature of an extended 16 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities â˘Alight-coloredpuppystandsonagreen ruginabathroom,facingawhitetoilet witharolloftoiletpaperhangingdown. Layer 5 Neuron 602: Summarydog interaction and presence â˘Aredvintagecarisparkedonadusty streetalongsideothervehicles,withtwo straydogsinteractingnearthecurb. â˘Ablackpuppywithbrowneyessits attentivelyonacarseat,wearingapurple leashandlookingdirectlyatthecamera. â˘Apersonandadogareridinginablue motorboatoncalm,turquoisewaters. Vision reference: Language reference: â˘AblackLabradordogwitharedcollar standsonastonepatio,tongueout, lookingatthecamerawithareddish. Layer 5 Neuron 1565: Summarydog with tongue out â˘Aclose-upofabrownandwhitecow playfullystickingoutitstonguewithtext overlayaskingifboogersareaproblem. â˘Ahappy,light-coloreddogwithapurple collarsitsinacarseat,tongueoutand lookingcontent. â˘Ashaggy,happy-lookingdogwithits tongueoutleansoutofatruckwindow. Vision reference: Language reference: â˘Afluffy,happyPomeraniandogwitha golden-brownandwhitecoatsits proudlyonawoodenbenchoutdoors, tongueoutandeyesbright. Layer 5 Neuron 5659: Summarypomeranian dog â˘AfluffyPomeraniandogwearinga blacksweatersitsamidstacluttered pileofbooksandpapersonawooden shelf. Language reference: Layer 5 Neuron 47247: Summarypug dog Vision reference: Figure 7: Examples of dog-related SAE features. Color indicates the modality of the SAE feature we present. Two multi-modal SAE features indicatedoganddog tongueconcepts, respectively. A vision SAE feature indicates a specific dog species:pug dog. A language SAE feature indicates another species:pomeranian dog. Vision and language concepts are highlighted with a patch-level mask and in green, respectively. tongue across different dogs and their corresponding textual mentions. Interestingly, some SAE features show specialized sensitivity within a single modality. Neuron 47247 4 (pug dog) demonstrates high visual specificity for the unique facial structure of pugs. In contrast, Neuron 5659 5 (pomeranian dog) shows strong linguistic grounding, as it is triggered by complex descriptive sentences detailing the Pomeranianâs fluffy coat and bright eyes, even when the visual cues are varied. These examples highlight the SAEâs ability to decouple broad categories (e.g.,dog) into fine-grained sub-concepts based on behavior (tongue out) and breed-specific morphology (pug, pomeranian). 17 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities ClusterVanillaOursClusterVanillaOursClusterVanillaOurs 0.58IoU=0.510.750.630.520.27 0.610.310.280.650.470.52 0.330.510.600.610.680.69 0.460.650.450.660.720.53 0.500.680.320.600.900.53 Figure 8: Visualization of SAE activation masks across different clusters.SAE is trained on Qwen2.5-VL-7B-Instructâs layer 5. Each row presents an image alongside three distinct cluster cases to compare SAE activation mask performance. 6.5. Improved Vision Representation We visualize and compare the activation masks of neurons from both the vanilla SAE and our regularized SAE learned on VLMâs layer 5 in Figure 8. For a given semantic cluster, we identify the neuron that yields the maximum IoU between its activation footprint and the clusterâs spatial region. This selection ensures that we are comparing the most representative neuron for each specific concept. Our observations highlight three significant improvements. Suppression of polysemantic noise First, our method effectively suppresses polysemantic noise and spurious activations. As shown in the first case of the first image, where the target concept ishat, S 2 AE precisely isolates the hat region. In contrast, the vanilla SAE erroneously activates additional patches on 4 This is a S 2 AE feature with vision and language concepts: pug dog and âumpireâ word, respectively. 5 This is a S 2 AE feature with vision and language concepts:urban skyline with text elementsandpomeranian dog, respectively. 18 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities the subjectâs black suit, likely due to chromatic similarity. Similarly, in the final case of the second image (concept:chair), our method maintains a focused activation on the chair itself, while the vanilla SAEâs activation leaks into surrounding, semantically unrelated areas. Improvement of concept completeness Second, our approach resolves the issue of incomplete or frag- mented concept activation. In the first case of the third image, the target concept involvesglasseson a table. The vanilla SAE fails to activate the glass located on the further table, whereas our method successfully captures all relevant instances. A similar improvement is observed in the first case of the fourth image (concept:banana), where our SAE provides a much more complete and coherent activation mask compared to the sparse output of the vanilla model. More fine-grained semantic concepts Third, our method captures more fine-grained semantic concepts. In the last image, while the vanilla SAE only identifies thecatas a single holistic concept, our model can distinguish between the broadercatconcept and more specific sub-concepts like thecatâs body. Furthermore, in the third case of the third image, our SAE is capable of distinguishing between different individuals in a scene, whereas the vanilla SAE merely activates for the general category of âpersonâ without individual-level differentiation. Quantitatively, our proposed method consistently achieves a higher maximum IoU across all visualized cases, demonstrating that the structural regularizers successfully guide SAE neurons to align with meaningful, integrated semantic units rather than arbitrary low-level features. 6.6. Interpreting Pipeline Design Layer 5 Neuron 43197: Summary Sprinkle-covered Donut Layer 5 Neuron 77862: Summary Big Ben ... and the iconicBigBen clock tower... ... with the iconicBigBen and Houses of... ... Elizabeth Tower (BigBen) in London, ... ... Elizabeth Tower (BigBen) against a... ... and colorfulsprinkles, ... ... red liquid withsprinkles, ... ... with colorfulsprinkles. tall ornate clock tower with pointed spire Big Ben OurDirect no common characteristic Big Ben OurDirect chocolate-frosted donut with colorful sprinkles sprinkles OurDirect ,astealker, and so on. The correct answer is "no common characteristic". sprinkles on food OurDirect Figure 9: Comparison between hierarchical and direct interpretation pipelines. Left: Identification rates across Transformer layers. Our hierarchical pipeline maintains near-perfect identification rates, while the direct summarization baseline is substantially less reliable. Right: SAE feature examples. Direct summarization often fails to extract common visual concepts from masked image references, whereas our pipeline first identifies local visual concepts and then summarizes them into coherent SAE feature descriptions. To validate the design of our automated interpretation pipeline, we compare our hierarchical summarization pipeline with a direct summarization baseline. Our pipeline first converts each activated visual reference into a concise textual description using a VLM (i.e.,Qwen3-VL-8B-Instruct), and then uses an LLM (i.e.,Qwen3-30B-Instruct) to summarize the common semantics across these image-derived descriptions. 19 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Similarly, for language references, the activated textual contexts are first interpreted into descriptions and then summarized into a language-side concept using the same LLM. In contrast, the direct baseline removes this intermediate description stage, i.e., it directly feeds the activated image references to the VLM to obtain a vision summary, and directly feeds the activated textual references to the VLM to obtain a language summary. Here, to make the comparison as fair as possible, we useQwen3-VL-30B-Instructto align the number of parameters with the LLM we used in our pipeline. This comparison tests whether direct summarization is sufficiently reliable for SAE feature interpretation, or whether explicit concept identification before summary is necessary. As shown in Figure 9, our hierarchical pipeline consistently achieves a much higher identification rate across all evaluated Transformer layers. This gap indicates that directly asking a VLM to infer a shared concept from multiple activated references is often unreliable, especially for visual references whose masks may contain partial objects, small discriminative regions, or spatially fragmented cues. Furthermore, the SAE feature examples explain this failure mode. For Neuron 77862 of Layer 5, which corresponding toBig Ben, our pipeline identifies the visual concept as tall ornate clock tower with pointed spire, while the direct baseline fails to extract a shared visual concept and outputs no common characteristic. However, the language-side references clearly contain repeated mentions of Big Ben, and both pipelines can summarize the language concept as Big Ben. This suggests that direct summarization is not necessarily weak at recognizing explicit textual repetitions, but struggles when the concept must be inferred from masked visual evidence. These results justify the hierarchical design used in section 5.4. Instead of relying on a VLM to directly perform both visual recognition and cross-reference abstraction, we decompose the interpretation task into two easier stages: localized concept identification and semantic summarization. This decomposition is especially important for the vision modality, where activated references are masked regions rather than complete natural images. By translating each visual activation into an explicit textual descriptor before summarization, our pipeline reduces visual ambiguity and yields more stable SAE feature interpretations. 6.7. Clustering Design í í ŕ´Ľ í ŕ´Ľ í+í í í +í í Figure 10: Visualization of clusters based on different adjacency criteria.S: spatial distance;A l : attention on the current layerl; Ě A: average attention over all layers. Takeaway: Ě A+ Syields best cohesive clusters with less intra-cluster noise. This section discusses the choice of the adjacency matrix for clustering. The Figure 10 provides a visualization of clustering performance under various adjacency matrix configurations, illustrating their effectiveness in resolving semantic units. Utilizing the average attention over all layers ( Ě A) as the adjacency matrix yields more concentrated and cohesive clusters with significantly less intra-cluster noise compared to relying solely on the current layerâs attention (A l ). Furthermore, the integration of spatial information (S) provides 20 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities an additional level of structural refinement, further enhancing the clarity and precision of the resulting clusters. Consequently, we adopt the combination of Ě A+ Sas our final implementation to ensure optimal spatial-semantic alignment for SAE interpretability. Figure 11: Impact of hyperparameterÎąon clustering quality. The plot illustrates the trade-off across a range ofÎą values, with silhouette scores averaged over 50 samples. Takeaway: An optimal balance between these two metrics is achieved when Îą is positioned between 0.01 and 0.02. Subsequently, to quantitatively evaluate the impact of the hyperparameterÎąon balancing semantic co- herence and spatial continuity, we conduct a hyperparameter tuning experiment using the Silhouette Score (Rousseeuw, 1987) as the primary metric. The Silhouette Score is a measure of how similar an object is to its own cluster compared to other clusters. For a given samplei, the score is defined ass(i) = b(i)âa(i) maxa(i),b(i) , wherea(i)represents the average distance betweeniand all other points in the same cluster, andb(i) denotes the average distance betweeniand points in the nearest neighboring cluster. A score closer to 1 indicates that the sample is well-matched to its own cluster and poorly matched to neighboring clusters. As illustrated in Figure 11, we calculated Silhouette scores for two distinct adjacency matrices averaged over 50 samples: one based on attention weights ( Ě A), and another based on physical coordinates (S). The plot reveals a clear trade-off: as the value ofÎąincreases, the silhouette score forSshows a significant upward trend before saturating, while the silhouette score for Ě Asteadily declines. This observation aligns with our underlying intuition. WhenÎąis small, the clustering process is primarily driven by attention weights; while this preserves strong semantic relationships, it often results in fragmented and spatially disjointed clusters due to the diffuse nature of visual features. Conversely, asÎąincreases, the spatial distance (S) becomes dominant, forcing adjacent patches to merge and thus improving spatial continuity. However, excessive spatial pressure can lead to the forced merging of semantically unrelated regions, compromising the overall semantic integrity of the clusters. Our results indicate that the two curves reach an optimal equilibrium within the range ofÎą â [0.01, 0.02]. In this interval, the generated clusters effectively capture core semantic concepts while maintaining high spatial compactness. Consequently, we selectÎą = 0.02as the default configuration for our system unless otherwise stated. 6.8. Ablation Studies To evaluate the impact of our two structural regularizers, we conduct an ablation study focusing on Exclusive Sparsity (denoted as ES) and Group Sparsity (denoted as GS), which are introduced in section 4.2. Before 21 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities ES GS mIOU c mIOU g â 0.524 0.199 ââ 0.568 0.080 ââ 0.522 0.211 â 0.555 0.153 Table 2: Ablation studies on exclusive sparsity (ES) and group sparsity (GS). Reported mIOU comparing active patch masks with cluster labels (mIOU c ) and within the same group (mIOU g ). analyzing the results, we define Group Consistency (mIOU g ) as a metric to measure semantic coherence within a predefined group of patches. Specifically, for each group, we calculate the pairwise IoU of the SAE neuron activation patterns across all constituent patches. The finalmIOU g is the average of these values across all groups, where a higher score indicates that patches within the same group consistently activate the same set of SAE neurons. Specifically,mIOU c measures the spatial overlap between neuron activation masks and cluster labels in the patch space, whereasmIOU g evaluates the consistency of activation patterns across patches within the same group in the SAE neuron activation space. As shown in Table 2, several key observations emerge: â˘The application of ES (second row) significantly improves the cluster-level alignment (mIOU c ) (introduced in section 6.5) from 0.524 to 0.568. This suggests that ES effectively encourages neurons to specialize in specific semantic clusters. However, this comes at the cost of a sharp decline in group consistency (mIOU g ), which drops from 0.199 to 0.080, indicating that ES alone may lead to fragmented or inconsistent activations within a group. ⢠While GS alone (third row) provides a marginal improvement in group consistency (mIOU g = 0.211), its primary value is realized when combined with ES. â˘By integrating both regularizers (fourth row), we achieve a balanced performance. The inclusion of GS effectively counters the side effects of ES by restoring the group consistency to 0.153 while maintaining a high cluster-level alignment (mIOU c = 0.555). In summary, the combination of ES and GS ensures that the learned features are not only discriminative at the cluster level but also semantically stable across related patches within a group. 6.9. Visualization Website To further improve the usability of our proposed SAE and help the community to understand the details of the concepts, we developed a website 6 deployed in HuggingFace Spaces. As shown in Figure 12, this website provides modality statistics and an interactive SAE activation probability density distribution graph for each layer. We also provide a fuzzy search panel to help users find specific neuron IDs related to the keywords in the vision and language summaries. Pressing the resulting pill buttons can directly relocate to the specific neurons. Next, the main panel, with a neuron ID scrolling bar, shows the details of the selected neuron. Specifically, we use a gallery view to show both the original image and the mask for vision references and highlight the active text tokens for text references. 6 https://huggingface.co/spaces/liaoweiduo/SAE-explorer. 22 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities a) Activation distribution panel. b) Fuzzy search panel.c) Neuron detail panel. Figure 12: Example of messages shown on our website. 7. Conclusion In this paper, we introduced the S 2 AE, a novel framework designed to enhance the mechanistic interpretability of Vision-Language Models. Addressing the limitations of vanilla Top-K SAEs, which often suffer from polysemantic noise and a lack of spatial coherence in the visual domain, we proposed a visual region consistency regularizer that leverages both Transformer attention similarity and spatial proximity to cluster patches into semantically meaningful units. By incorporating structured sparsity regularization, specifically through the combination of exclusive sparsity for inter-region disentanglement and group sparsity for intra-region consistency, S 2 AE successfully encourages SAE features to specialize in distinct, coherent visual concepts. We develop on theQwen2.5-VL-7B-Instructmodel and demonstrate that S 2 AE achieves superior semantic alignment (measured bymIoU c and visualized ) and representational efficiency (lowerâ 0 norm) while maintaining near-perfect reconstruction fidelity with an Explained Variance above 0.99. We also validate the design of our automated interpretation pipeline, showing that hierarchical concept identification followed by semantic synthesis is substantially more reliable than direct VLM summarization for masked SAE references. More importantly, our results show that visual structure is not merely a local regularizer for image patches. Because multi-modal SAEs use a shared feature dictionary for vision and language tokens, cleaner visual concept decomposition can propagate to multi-modal features, improving their language-side monosemanticity and cross-modal consistency. This finding broadens the role of visual structural priors from improving visual interpretability to organizing shared multi-modal concept representations. 23 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities References Yong Hyun Ahn, Hyeon Bae Kim, and Seong Tae Kim. W: A unified framework for explaining what where and why of neural networks by interpretation of neuron concepts. In IEEE Conference on Computer Vision and Pattern Recognition, pages 10968â10977, 2024. Jean-Baptiste Alayrac, Jeff Donahue, Pauline Luc, Antoine Miech, Iain Barr, Yana Hasson, Karel Lenc, Arthur Mensch, Katherine Millican, Malcolm Reynolds, et al. Flamingo: a visual language model for few-shot learning. In Conference on Neural Information Processing Systems, pages 23716â23736, 2022. Shuai Bai, Yuxuan Cai, Ruizhe Chen, Keqin Chen, Xionghui Chen, Zesen Cheng, Lianghao Deng, Wei Ding, Chang Gao, Chunjiang Ge, et al. Qwen3-VL technical report. arXiv preprint arXiv:2511.21631, 2025. Yoshua Bengio, Nicholas LĂŠonard, and Aaron Courville. Estimating or propagating gradients through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432, 2013. Jing Bi, Junjia Guo, Yunlong Tang, Lianggong Bruce Wen, Zhang Liu, Bingjie Wang, and Chenliang Xu. Unveiling visual perception in language models: An attention head analysis approach. In IEEE Conference on Computer Vision and Pattern Recognition, pages 4135â4144, 2025. Steven Bills, Nick Cammarata, Dan Mossing, Henk Tillman, Leo Gao, Gabriel Goh, Ilya Sutskever, Jan Leike, Jeff Wu, and William Saunders. Language models can explain neurons in language models.https: //openaipublic.blob.core.windows.net/neuron-explainer/paper/index.html, 2023. Maty Bohacek, Thomas Fel, Maneesh Agrawala, and Ekdeep Singh Lubana. Uncovering conceptual blindspots in generative image models using sparse autoencoders. In The Fourteenth International Conference on Learning Representations, 2026. URL https://openreview.net/forum?id=2sNrnTTEcv. Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Conerly, Nicholas L. Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Alex Tamkin, Karina Nguyen, Brayden McLean, Josiah E. Burke, Tristan Hume, Shan Carter, Tom Henighan, and Chris Olah. Towards monosemanticity: Decomposing language models with dictionary learning. Transformer Circuits Thread, 10 2023a. Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Conerly, Nick Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Zac Hatfield-Dodds, Alex Tamkin, Karina Nguyen, Brayden McLean, Josiah E Burke, Tristan Hume, Shan Carter, Tom Henighan, and Christopher Olah. Towards monosemanticity: Decomposing language models with dictionary learning. Transformer Circuits Thread, 2023b. Bart Bussmann, Patrick Leask, and Neel Nanda. Batchtopk sparse autoencoders. arXiv preprint arXiv:2412.06410, 2024. David Chanin, James Wilken-Smith, TomĂĄĹĄ Dulka, Hardik Bhatnagar, Satvik Golechha, and Joseph Isaac Bloom. A is for absorption: Studying feature splitting and absorption in sparse autoencoders. In Conference on Neural Information Processing Systems, 2025. Zhe Chen, Weiyun Wang, Hao Tian, Shenglong Ye, Zhangwei Gao, Erfei Cui, Wenwen Tong, Kongzhi Hu, Jiapeng Luo, Zheng Ma, et al. How far are we to gpt-4v? closing the gap to commercial multimodal models with open-source suites. Science China Information Sciences, 67(12):220101, 2024. 24 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Bartosz CywiĹski and Kamil Deja. SAeUron: Interpretable concept unlearning in diffusion models with sparse autoencoders. In Forty-second International Conference on Machine Learning, pages 11738â11775, 2025. Tong Ding, Sophia J Wagner, Andrew H Song, Richard J Chen, Ming Y Lu, Andrew Zhang, Anurag J Vaidya, Guillaume Jaume, Muhammad Shaban, Ahrong Kim, et al. A multimodal whole-slide foundation model for pathology. Nature medicine, pages 1â13, 2025. Maximilian Dreyer, Jim Berend, Tobias Labarta, Johanna Vielhaben, Thomas Wiegand, Sebastian Lapuschkin, and Wojciech Samek. Mechanistic understanding and validation of large AI models with SemanticLens. Nature Machine Intelligence, 7(9):1572â1585, 2025. Nelson Elhage, Tristan Hume, Catherine Olsson, Nicholas Schiefer, Tom Henighan, Shauna Kravec, Zac Hatfield-Dodds, Robert Lasenby, Dawn Drain, Carol Chen, et al. Toy models of superposition. arXiv preprint arXiv:2209.10652, 2022. Junfeng Fang, Zac Bi, Ruipeng Wang, Houcheng Jiang, Yuan Gao, Kun Wang, An Zhang, Jie Shi, Xiang Wang, and Tat-Seng Chua. Towards neuron attributions in multi-modal large language models. In Conference on Neural Information Processing Systems, pages 122867â122890, 2024. Thomas Fel, Ekdeep Singh Lubana, Jacob S. Prince, Matthew Kowal, Victor Boutin, Isabel Papadimitriou, Binxu Wang, Martin Wattenberg, Demba E. Ba, and Talia Konkle. Archetypal SAE: Adaptive and stable dictionary learning for concept extraction in large vision models. In Forty-second International Conference on Machine Learning, 2025. Yossi Gandelsman, Alexei A Efros, and Jacob Steinhardt. Interpreting CLIPâs image representation via text-based decomposition. In The Twelfth International Conference on Learning Representations, 2024. URL https://openreview.net/forum?id=5Ca9sSzuDp. Yossi Gandelsman, Alexei A Efros, and Jacob Steinhardt. Interpreting the second-order effects of neurons in CLIP. In International Conference on Learning Representations, 2025. Leo Gao, Tom DuprĂŠ la Tour, Henk Tillman, Gabriel Goh, Rajan Troll, Alec Radford, Ilya Sutskever, Jan Leike, and Jeffrey Wu. Scaling and evaluating sparse autoencoders. arXiv preprint arXiv:2406.04093, 2024. Leo Gao, Tom Dupre la Tour, Henk Tillman, Gabriel Goh, Rajan Troll, Alec Radford, Ilya Sutskever, Jan Leike, and Jeffrey Wu. Scaling and evaluating sparse autoencoders. In International Conference on Learning Representations, 2025. Michal Golovanevsky, William Rudman, Vedant Palit, Ritambhara Singh, and Carsten Eickhoff. What do vlms notice? a mechanistic interpretability pipeline for gaussian-noise-free text-image corruption and evaluation. arXiv preprint arXiv:2406.16320, 2024. Maarten Grootendorst. Bertopic: Neural topic modeling with a class-based tf-idf procedure. arXiv preprint arXiv:2203.05794, 2022. Tianrui Guan, Fuxiao Liu, Xiyang Wu, Ruiqi Xian, Zongxia Li, Xiaoyu Liu, Xijun Wang, Lichang Chen, Furong Huang, Yaser Yacoob, et al. HallusionBench: an advanced diagnostic suite for entangled language hallucination and visual illusion in large vision-language models. In IEEE Conference on Computer Vision and Pattern Recognition, pages 14375â14385, 2024. Sangyu Han, Yearim Kim, and Nojun Kwak. Causal interpretation of sparse autoencoder features in vision. arXiv preprint arXiv:2509.00749, 2025. 25 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Joakim Bruslund Haurum, Sergio Escalera, Graham W Taylor, and Thomas B Moeslund. Agglomerative token clustering. In European Conference on Computer Vision, pages 200â218. Springer, 2024. Yangji He, Weihan Liang, Dongyang Zhao, Hong-Yu Zhou, Weifeng Ge, Yizhou Yu, and Wenqiang Zhang. Attribute surrogates learning and spectral tokens pooling in transformers for few-shot learning. In IEEE Conference on Computer Vision and Pattern Recognition, pages 9119â9129, 2022. Wenyi Hong, Wenmeng Yu, Xiaotao Gu, Guo Wang, Guobing Gan, Haomiao Tang, Jiale Cheng, Ji Qi, Junhui Ji, Lihang Pan, et al. Glm-4.5 v and glm-4.1 v-thinking: Towards versatile multimodal reasoning with scalable reinforcement learning. arXiv preprint arXiv:2507.01006, 2025. Matthew Honnibal, Ines Montani, Sofie Van Landeghem, Adriane Boyd, et al. spacy: Industrial-strength natural language processing in python, 2020. Xiaowei Hu, Zhe Gan, Jianfeng Wang, Zhengyuan Yang, Zicheng Liu, Yumao Lu, and Lijuan Wang. Scaling up vision-language pre-training for image captioning. In IEEE Conference on Computer Vision and Pattern Recognition, pages 17980â17989, 2022. Robert Huben, Hoagy Cunningham, Logan Riggs Smith, Aidan Ewart, and Lee Sharkey. Sparse autoen- coders find highly interpretable features in language models. In International Conference on Learning Representations, 2024. Nicholas Jiang, Anish Kachinthaya, Suzanne Petryk, and Yossi Gandelsman. Interpreting and editing vision- language representations to mitigate hallucinations. In International Conference on Learning Representations, 2025a. Yanbei Jiang, Xueqi Ma, Shu Liu, Sarah Monazam Erfani, Tongliang Liu, James Bailey, Jey Han Lau, and Krista A Ehinger. Investigating the functional roles of attention heads in vision language models: Evidence for reasoning modules. arXiv preprint arXiv:2512.10300, 2025b. Zhangqi Jiang, Junkai Chen, Beier Zhu, Tingjin Luo, Yankun Shen, and Xu Yang. Devils in middle layers of large vision-language models: Interpreting, detecting and mitigating object hallucinations via attention lens. In IEEE Conference on Computer Vision and Pattern Recognition, pages 25004â25014, 2025c. Mingi Jung, Saehyung Lee, Eunji Kim, and Sungroh Yoon. Visual attention never fades: Selective progressive attention recalibration for detailed image captioning in multimodal large language models. In International Conference on Machine Learning, pages 28527â28551, 2025. Chiraag Kaushik, Davis Barch, and Andrea Fanelli. Learning multimodal dictionary decompositions with group-sparse autoencoders. In International Conference on Learning Representations, 2026. Patrick Leask, Bart Bussmann, Michael T Pearce, Joseph Isaac Bloom, Curt Tigges, Noura Al Moubayed, Lee Sharkey, and Neel Nanda. Sparse autoencoders do not find canonical units of analysis. In International Conference on Learning Representations, 2025. Honglak Lee, Alexis Battle, Rajat Raina, and Andrew Ng. Efficient sparse coding algorithms. In Conference on Neural Information Processing Systems, pages 801â808, 2006. Qiming Li, Zekai Ye, Xiaocheng Feng, Weihong Zhong, Weitao Ma, and Xiachong Feng. Causal tracing of object representations in large vision language models: Mechanistic interpretability and hallucination mitigation. In AAAI Conference on Artificial Intelligence, 2026. 26 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Tianle Li, Jihai Zhang, Yongming Rao, and Yu Cheng. Unveiling the compositional ability gap in vision- language reasoning model. In Conference on Neural Information Processing Systems, 2025. Tom Lieberum, Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Nicolas Sonnerat, Vikrant Varma, Janos Kramar, Anca Dragan, Rohin Shah, and Neel Nanda. Gemma scope: Open sparse autoencoders everywhere all at once on gemma 2. In Yonatan Belinkov, Najoung Kim, Jaap Jumelet, Hosein Mohebbi, Aaron Mueller, and Hanjie Chen, editors, Proceedings of the 7th BlackboxNLP Workshop: Analyzing and Interpreting Neural Networks for NLP, pages 278â300, November 2024. Hyesu Lim, Jinho Choi, Jaegul Choo, and Steffen Schneider. Sparse autoencoders reveal selective remapping of visual concepts during adaptation. In The Thirteenth International Conference on Learning Representations, 2025. Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning. In Conference on Neural Information Processing Systems, pages 34892â34916, 2023. Jiaxin Liu, Ding Zhong, Yue Wang, Zhidong Yang, Zhaolu Kang, Guangyuan Dong, Qishi Zhan, Pengcheng Fang, and Aofan Liu. Dual-pathway circuits of object hallucination in vision-language models. arXiv preprint arXiv:2605.13156, 2026. Zheyuan Liu, Guangyao Dou, Xiangchi Yuan, Chunhui Zhang, Zhaoxuan Tan, and Meng Jiang. Modality- aware neuron pruning for unlearning in multimodal large language models. In Annual Meeting of the Association for Computational Linguistics, pages 5913â5933, 2025a. Ziyu Liu, Zeyi Sun, Yuhang Zang, Xiaoyi Dong, Yuhang Cao, Haodong Duan, Dahua Lin, and Jiaqi Wang. Visual-RFT: Visual reinforcement fine-tuning. In IEEE International Conference on Computer Vision, pages 2034â2044, 2025b. Hantao Lou, Changye Li, Jiaming Ji, and Yaodong Yang. SAE-v: Interpreting multimodal models for enhanced alignment. In International Conference on Machine Learning, 2025. Aleksandar Makelov, Georg Lange, and Neel Nanda. Towards principled evaluations of sparse autoencoders for interpretability and control. In International Conference on Learning Representations, 2025. Leland McInnes, John Healy, Steve Astels, et al. hdbscan: Hierarchical density based clustering. J. Open Source Softw., 2(11):205, 2017. Leland McInnes, John Healy, and James Melville. Umap: Uniform manifold approximation and projection for dimension reduction. arXiv preprint arXiv:1802.03426, 2018. Ali Nasiri-Sarvi, Hassan Rivaz, and Mahdi S. Hosseini. SPARC: Concept-aligned sparse autoencoders for cross-model and cross-modal interpretability. Transactions on Machine Learning Research, 2026. ISSN 2835-8856. Clement Neo, Luke Ong, Philip Torr, Mor Geva, David Krueger, and Fazl Barez. Towards interpreting visual information processing in vision-language models. In International Conference on Learning Representations, 2025. Tuomas Oikarinen and Tsui-Wei Weng. CLIP-dissect: Automatic description of neuron representations in deep vision networks. In International Conference on Learning Representations, 2023. 27 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Chris Olah, Nick Cammarata, Ludwig Schubert, Gabriel Goh, Michael Petrov, and Shan Carter. Zoom in: An introduction to circuits. Distill, 5(3):e00024â001, 2020. Mateusz Pach, Shyamgopal Karthik, Quentin Bouniot, Serge Belongie, and Zeynep Akata. Sparse autoencoders learn monosemantic features in vision-language models. In The Thirty-ninth Annual Conference on Neural Information Processing Systems, 2026. URL https://openreview.net/forum?id=DaNnkQJSQf. Kiho Park, Yo Joong Choe, and Victor Veitch. The linear representation hypothesis and the geometry of large language models. In International Conference on Machine Learning, pages 39643â39666, 2024. Gonçalo Paulo and Nora Belrose. Sparse autoencoders trained on the same data learn different features. In International Conference on Learning Representations, 2026. Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Tom Lieberum, Vikrant Varma, JĂĄnos KramĂĄr, Rohin Shah, and Neel Nanda. Improving sparse decomposition of language model activations with gated sparse autoencoders. In Advances in Neural Information Processing Systems, pages 775â818, 2024a. Senthooran Rajamanoharan, Tom Lieberum, Nicolas Sonnerat, Arthur Conmy, Vikrant Varma, JĂĄnos KramĂĄr, and Neel Nanda. Jumping ahead: Improving reconstruction fidelity with JumpReLU sparse autoencoders. arXiv preprint arXiv:2407.14435, 2024b. Nils Reimers and Iryna Gurevych. Sentence-bert: Sentence embeddings using siamese bert-networks. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing. Association for Computational Linguistics, 11 2019. URL https://arxiv.org/abs/1908.10084. Peter J Rousseeuw. Silhouettes: a graphical aid to the interpretation and validation of cluster analysis. Journal of computational and applied mathematics, 20:53â65, 1987. Shufan Shen, Junshu Sun, Qingming Huang, and Shuhui Wang. VL-SAE: Interpreting and enhancing vision-language alignment with a unified concept set. In Conference on Neural Information Processing Systems, 2025. Cheng Shi, Yizhou Yu, and Sibei Yang. Vision function layer in multimodal LLMs. In Conference on Neural Information Processing Systems, 2025. Shezheng Song, Shasha Li, and Jie Yu. Where does vision meet language? understanding and refining visual fusion in mllms via contrastive attention. arXiv preprint arXiv:2601.08151, 2026. Rizki Suwanda, Zulfahmi Syahputra, and Elvi M Zamzami. Analysis of euclidean distance and manhattan distance in the k-means algorithm for variations number of centroid k. Journal of Physics: Conference Series, 1566(1):012058, 2020. Qwen Team. Qwen3 technical report, 2025. URL https://arxiv.org/abs/2505.09388. Harrish Thasarathan, Julian Forsyth, Thomas Fel, Matthew Kowal, and Konstantinos G Derpanis. Universal sparse autoencoders: Interpretable cross-model concept alignment. In International Conference on Machine Learning, pages 59304â59325, 2025. Yash Thube. Pathological truth bias in vision-language models. arXiv preprint arXiv:2509.22674, 2025. 28 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Michael Tschannen, Alexey Gritsenko, Xiao Wang, Muhammad Ferjad Naeem, Ibrahim Alabdulmohsin, Nikhil Parthasarathy, Talfan Evans, Lucas Beyer, Ye Xia, Basil Mustafa, et al. Siglip 2: Multilingual vision- language encoders with improved semantic understanding, localization, and dense features. arXiv preprint arXiv:2502.14786, 2025. Apoorv Vyas, Angelos Katharopoulos, and François Fleuret. Fast transformers with clustered attention. Advances in Neural Information Processing Systems, 33:21665â21674, 2020. Jiacong Wang, Zijian Kang, Haochen Wang, LiangXiao, Ya Wang, Jiawen Li, Bohong Wu, Ran Jiao, Haiyong Jiang, ChaoFeng, and Jun Xiao. VGR: Visual grounded reasoning. In International Conference on Learning Representations, 2026. Kevin Ro Wang, Alexandre Variengien, Arthur Conmy, Buck Shlegeris, and Jacob Steinhardt. Interpretability in the wild: a circuit for indirect object identification in GPT-2 small. In International Conference on Learning Representations, 2023. Peng Wang, Shuai Bai, Sinan Tan, Shijie Wang, Zhihao Fan, Jinze Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, et al. Qwen2-vl: Enhancing vision-language modelâs perception of the world at any resolution. arXiv preprint arXiv:2409.12191, 2024. Qidong Wang, Junjie Hu, and Ming Jiang. V-seam: Visual semantic editing and attention modulating for causal interpretability of vision-language models. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 17407â17431, 2025a. Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, Jie Shao, et al. Internvl3.5: Advancing open-source multimodal models in versatility, reasoning, and efficiency. arXiv preprint arXiv:2508.18265, 2025b. Junhao Xia, Haotian Zhu, Shuchao Pang, Zhigang Lu, Bing Li, Yongbin Zhou, and Jason Xue. One head to rule them all: Amplifying LVLM safety through a single critical attention head. In Conference on Neural Information Processing Systems, 2025. Jinxi Xiang, Xiyue Wang, Xiaoming Zhang, Yinghua Xi, Feyisope Eweje, Yijiang Chen, Yuchen Li, Colin Bergstrom, Matthew Gopaulchan, Ted Kim, et al. A vision-language foundation model for precision oncology. Nature, 638(8051):769â778, 2025. Jiaqi Xu, Cuiling Lan, and Yan Lu. Deciphering functions of neurons in vision-language models. In Proceedings of the 33rd ACM International Conference on Multimedia, pages 3173â3181, 2025. Tianyun Yang, Ziniu Li, Juan Cao, and Chang Xu. Mitigating hallucination in large vision-language models via modular attribution and intervention. In International Conference on Learning Representations, 2025a. Yiwei Yang, Chung Peng Lee, Shangbin Feng, Dora Zhao, Bingbing Wen, Anthony Zhe Liu, Yulia Tsvetkov, and Bill Howe. Escaping the spuriverse: Can large vision-language models generalize beyond seen spurious correlations? In Conference on Neural Information Processing Systems Datasets and Benchmarks Track, 2025b. Yunzhi Yao, Ningyu Zhang, Zekun Xi, Mengru Wang, Ziwen Xu, Shumin Deng, and Huajun Chen. Knowledge circuits in pretrained Transformers. In Conference on Neural Information Processing Systems, pages 118571â 118602, 2024. 29 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Jaehong Yoon and Sung Ju Hwang. Combined group and exclusive sparsity for deep neural networks. In International Conference on Machine Learning, pages 3958â3966. PMLR, 2017. Vladimir Zaigrajew, Hubert Baniecki, and Przemyslaw Biecek. Interpreting CLIP with hierarchical sparse autoencoders. In International Conference on Machine Learning, pages 73918â73956, 2025. Kaichen Zhang, Yifei Shen, Bo Li, and Ziwei Liu. Large multi-modal models can interpret features in large multi-modal models. In IEEE International Conference on Computer Vision, pages 3650â3661, 2025. Kesen Zhao, Beier Zhu, Qianru Sun, and Hanwang Zhang. Unsupervised visual chain-of-thought reasoning via preference optimization. In IEEE International Conference on Computer Vision, pages 2303â2312, 2025. Bolei Zhou, David Bau, Aude Oliva, and Antonio Torralba. Interpreting deep visual representations via network dissection. IEEE Transactions on Pattern Analysis and Machine Intelligence, 41(9):2131â2145, 2018. A. Implementation Details A.1. Implementation Details We train SAE with hidden residuals extracted fromQwen2.5-VL-7B-Instructâs layer 5,10,15,20. The training data is two-fold: images are provided by Zhang et al. (2025) and the corresponding textual descriptions are produced byQwen3-VL-8B-Instruct, described in section 5.2. The hyperparameters are summarized in Table 3. We use 4 NVIDIA A800 GPUs to extract hidden residuals and train our SAE. When collecting reference samples, we store top-10 samples for each modality. For vision reference identification, we useQwen3-VL-8B-Instructto identify the concepts indicated by masks. For language reference identification, we useQwen3-30B-Instructto identify the concepts indicated by the highlighted tokens. For concept summarization and modality consistency scoring, we use Qwen3-30B-Instruct. Table 3: Hyperparameters. Hyper-parametersValue N114688 D3584 k 256 Îť aux 0.1 G20 Îą 0.02 Îť es 0.1 Îť gs 0.01 A.2. Prompt Details The prompts for visual and language concept identification are shown in Prompt A.1 and Prompt A.2, respectively. The prompt for concept summarization is shown in Prompt A.3. The prompt for obtaining modality consistency is shown in Prompt A.4. 30 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Prompt A.1: Visual Concept Identification [SYSTEM] You are a meticulous AI researcher conducting an important investigation into the behavior of an image marker. Your task is to analyze which visual feature or concept is indicated by a mask (highlighted) region from a specific image and provide a brief explanation that encapsulates its behavior. [REQUIREMENTS] 1.Focus only on the highlighted region in the masked image. If no region is highlighted (i.e., the given mask is empty), output: â[EXPLANATION]: Unable to produce descriptions.â 2. If the highlighted region is minimal (e.g., a few bright spots), you should first consider whether it is one part of a larger object or background, like sky or wall. If it is not or indicates noisy spots, output: â[EXPLANATION]: Unable to produce descriptions.â 3. The original image is provided for reference, but your analysis and explanation should be based solely on the highlighted region in the masked image. 4.Identify common visual patterns, objects, or concepts in the activated regions. For example, note if highlighted areas show structures, such as mesh patterns or concrete objects. 5. If the activated regions depict abstract concepts like human actions or emotions, describe these actions or emotions directly, such as a happy face, or a visual distortion characteristic of a fisheye lens. [GUIDELINES] You will first receive an image and then receive the corresponding masked image where specific regions have been highlighted. Non-highlighted areas will be masked out or dimmed. Your analysis should consider only the highlighted regions on the masked image and complete the following tasks: 1.Describe Only the Highlighted Regions: Generate captions solely based on the highlighted regions, specifically in the masked image. If no meaningful pattern is visible, or if only a few scattered noisy spots are highlighted, output: â[EXPLANATION]: Unable to produce descriptions.â 2. Concise Description Only: Provide a short, direct description of the common features within the highlighted regions from the provided images. Avoid any interpretive language-simply state what you see, such as âmesh-like structuresâ or âactions related to joy or happiness.â 3.Output Format: Ensure beginning the response with â[EXPLANATION]:â followed by your explanation, if applicable. If unable to determine common visual features, output: â[EXPLANATION]: Unable to produce descriptions.â [TASK CONTENT] The original image is: ORIGINAL IMAGE. The masked image is: MASKED IMAGE. Prompt A.2: Language Concept Identification [SYSTEM] You are a meticulous AI researcher investigating which textual feature or concept is indicated by highlighted spans in a sentence. [REQUIREMENTS] 1.Focus only on text enclosed byÂŤandÂť. If no span is highlighted or spans are empty/noisy, output: â[EXPLANATION]: Unable to produce descriptions.â. 2.Provide a concise description of the concept or feature implied by the highlighted span(s). Keep it short and 31 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Prompt A.2: Language Concept Identification (Continued) direct. 3.Begin the response with â[EXPLANATION]:â. If nothing meaningful can be inferred, output exactly â[EXPLA- NATION]: Unable to produce descriptions.â. [EXAMPLES] Example 1: Input: A lively beach gathering features people relaxing under colorful umbrellas and tents, with some cooking over a grill and others socialÂŤizingÂť in beach chairs. Output: [EXPLANATION]: social interaction Example 2: Input: A group of people, including an elderly man in theÂŤforegroundÂťand a smiling woman beside him, are enjoying a festive meal together at a crowded restaurant table adorned with food, drinks, and holiday decorations. Output: [EXPLANATION]: foreground [TASK CONTENT] Below is the text with highlighted spans delimited by ÂŤ and Âť. MASKED TEXT. Prompt A.3: Concept Summarization [SYSTEM] You are an AI assistant assessing if descriptions consistently depict the same patterns, objects, or concepts. [GUIDELINES] Input: Descriptions each starting with â[EXPLANATION]:â. Output rules: 1.If all align: Output ONLY a short concept phrase (noun phrase), not a sentence. Examples: âmesh-like structureâ, âhappy faceâ, âfisheye lens distortionâ. 2. Ignore â¤2 deviations or âUnable to produce descriptionsâ; summarize the majority. 3. If no clear commonality or>half are âUnable to produce descriptionsâ: Output âno common characteristicâ. Do NOT add any prefix like â[EXPLANATION]:â. Output ONLY the concept phrase or âno common characteristicâ. [EXAMPLES] Example 1: Input descriptions: [EXPLANATION]: A small portion of a giraffeâs leg and the adjacent green grass are visible in the highlighted region. [EXPLANATION]: A close-up of a human eye with visible eyelid and surrounding skin texture. [EXPLANATION]: Close-up of a human eye and adjacent skin with visible wrinkles and fine texture. [EXPLANATION]:A personâs face with wide, surprised eyes and an open mouth, indicating a startled or shocked expression. [EXPLANATION]:A personâs face with wide, surprised eyes and an open mouth, conveying an expression of shock or astonishment. 32 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Prompt A.3: Concept Summarization (Continued) [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: A dense cluster of dry, golden-brown straw stalks with varied orientations and textures, forming a fibrous, interwoven ground cover. Output commonality: human eye with expressive features Example 2: Input descriptions: [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: The highlighted regions show the top ornate edge of a clock face and a partial view of a banner with the word Ě GREY Ě . [EXPLANATION]: Textual branding on umbrella panels, including visible logos and typography, amid falling snow. [EXPLANATION]: Unable to produce descriptions. [EXPLANATION]: A solid, vertically oriented rectangular region with a uniform golden-yellow hue, suggesting a flat, possibly textured surface like a book cover or framed artwork. [EXPLANATION]: A protest sign with handwritten text reading Ătâs a Pink Slipänd a symbol of equality (two parallel lines with an equals sign). Output commonality: no common characteristic Example 3: Input descriptions: [EXPLANATION]: socializing in [EXPLANATION]: socializing and [EXPLANATION]: socializing and [EXPLANATION]: socializing around [EXPLANATION]: socializing at [EXPLANATION]: socializing around [EXPLANATION]: socializing around [EXPLANATION]: socializing at [EXPLANATION]: socialize. [EXPLANATION]: socializing in Output commonality: social interaction [TASK CONTENT] Here are the descriptions: A SEQUENCE OF DESCRIPTIONS 33 When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalities Prompt A.4: Modality Consistency [SYSTEM] You are an AI assistant scoring how well two descriptions refer to the same underlying pattern/object/concept. [REQUIREMENTS] You should: ⢠Output a single number in [0, 1] with one decimal place (e.g., 0.0, 0.5, 1.0). ⢠If any description is âno common characteristicâ or indicates inability to describe, output 0.0. ⢠Exact match or one is a clear specific instance of the otherâ 1.0. (dog species vs dogâ 1.0) ⢠Strong partial/part-whole relationâ around 0.7. (dog vs dog tongueâ 0.7) ⢠Same broad category but different subtypesâ around 0.5. (chihuahua vs malamuteâ 0.5) ⢠Different or conflicting conceptsâ 0.0. (animal vs plantsâ 0.0) ⢠Be conservative; do not output text, only the score. [EXAMPLES] Example 1: Input: Description 1: dog species Description 2: dog Output: 1.0 Example 2: Input: Description 1: dog Description 2: dog tongue Output: 0.7 Example 3: Input: Description 1: chihuahua Description 2: malamute Output: 0.5 Example 4: Input: Description 1: animal Description 2: plants Output: 0.0 [TASK CONTENT] Here are the descriptions: Description 1: VISION DESCRIPTIONS Description 2: LANGUAGE DESCRIPTIONS 34