Train Sparse Autoencoders Efficiently by Utilizing Features Correlation
Abstract
KronSAE, a novel architecture using Kronecker product decomposition, enhances efficiency in training Sparse Autoencoders, while mAND, a differentiable binary AND function, improves interpretability and performance.
Sparse Autoencoders (SAEs) have demonstrated significant promise in interpreting the hidden states of language models by decomposing them into interpretable latent directions. However, training SAEs at scale remains challenging, especially when large dictionary sizes are used. While decoders can leverage sparse-aware kernels for efficiency, encoders still require computationally intensive linear operations with large output dimensions. To address this, we propose KronSAE, a novel architecture that factorizes the latent representation via Kronecker product decomposition, drastically reducing memory and computational overhead. Furthermore, we introduce mAND, a differentiable activation function approximating the binary AND operation, which improves interpretability and performance in our factorized framework.
Community
We propose KronSAE, a scalable sparse autoencoder that tackles the computational bottleneck in encoder projections by factorizing the latent space into head-wise Kronecker products and introducing mAND, a differentiable AND-like activation. By decomposing the encoder into thin matrices and enforcing logical interactions, we reduce FLOPs by up to 50% while improving reconstruction fidelity and interpretability. Key highlights include: (1) toy model validation, where KronSAE recovers block-structured feature correlations (RV=0.358 vs. TopK’s 0.038), proving its ability to capture correlated latent groups; (2) AND-like feature composition, where post-latents dictionary elements emerge as intersections of polysemantic pre-latents (e.g., "therapy" from "instrument" + "necessity"); and (3) practical gains, with higher explained variance (+4.3%) and lower feature absorption in real LLMs. Our work unlocks efficient, interpretable feature discovery without sacrificing scalability.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Towards Interpretability Without Sacrifice: Faithful Dense Layer Decomposition with Mixture of Decoders (2025)
- Empirical Evaluation of Progressive Coding for Sparse Autoencoders (2025)
- Beyond Input Activations: Identifying Influential Latents by Gradient Sparse Autoencoders (2025)
- Towards Understanding the Nature of Attention with Low-Rank Sparse Decomposition (2025)
- Inference-Time Decomposition of Activations (ITDA): A Scalable Approach to Interpreting Large Language Models (2025)
- SAE-SSV: Supervised Steering in Sparse Representation Spaces for Reliable Control of Language Models (2025)
- Sparse Autoencoders Learn Monosemantic Features in Vision-Language Models (2025)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment:
@librarian-bot
recommend
Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper