paper-with-me

홈 › Papers

Train One Sparse Autoencoder Across Multiple Sparsity Budgets to Preserve Interpretability and Accuracy

2025-05-30 · Nikita Balagansky, Yaroslav Aksenov, Daniil Laptev, Vadim Kurochkin, Gleb Gerasimov, Nikita Koryagin, Daniil Gavrilov

Sparse Autoencoders (SAEs) have proven to be powerful tools for interpreting neural networks by decomposing hidden representations into disentangled, interpretable features via sparsity constraints. However, conventional SAEs are constrained by the fixed sparsity level chosen during training; meeting different sparsity requirements therefore demands separate models and increases the computational footprint during both training and evaluation. We introduce a novel training objective, \emph{HierarchicalTopK}, which trains a single SAE to optimise reconstructions across multiple sparsity levels simultaneously. Experiments with Gemma-2 2B demonstrate that our approach achieves Pareto-optimal trade-offs between sparsity and explained variance, outperforming traditional SAEs trained at individual sparsity levels. Further analysis shows that HierarchicalTopK preserves high interpretability scores even at higher sparsity. The proposed objective thus closes an important gap between flexibility and interpretability in SAE design.

📄 PDF Abstract BibTeX arXiv:2505.24473

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data Whitening Improves Sparse Autoencoder Learning

2025-11-17 · Ashwin Saraswatula, David Klindt arxiv

Sparse autoencoders (SAEs) have emerged as a promising approach for learning interpretable features from neural network activations. However, the optimization landscape for SAE training can be challenging due to correlat…

Scaling and evaluating sparse autoencoders

2024-06-06 · Leo Gao, Tom Dupré La Tour, Henk Tillman, Gabriel Goh 외

Sparse autoencoders provide a promising unsupervised approach for extracting interpretable features from a language model by reconstructing activations from a sparse bottleneck layer. Since language models learn many con…

Language Modelling

Sparse Autoencoders Trained on the Same Data Learn Different Features

2025-01-28 · Gonçalo Paulo, Nora Belrose

Sparse autoencoders (SAEs) are a useful tool for uncovering human-interpretable features in the activations of large language models (LLMs). While some expect SAEs to find the true underlying features used by a model, ou…

Rational Sparse Autoencoder

2026-06-12 · Naiyu Yin, Yue Yu arxiv

Sparse autoencoders (SAEs) are standard tools for mechanistic interpretability, but current SAE families are constrained by fixed encoder nonlinearities such as ReLU, JumpReLU, and TopK. This hard-codes a particular spar…

AdaptiveK: Complexity-Driven Sparse Autoencoders for Interpretable Language Model Representations

2025-08-24 · Yifei Yao, Hanrong Zhang, Mengnan Du arxiv

Understanding the internal representations of large language models (LLMs) remains a central challenge for interpretability research. Sparse autoencoders (SAEs) offer a promising solution by decomposing activations into …