Improving Dictionary Learning with Gated Sparse Autoencoders
Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Tom Lieberum,, Vikrant Varma, J\'anos Kram\'ar, Rohin Shah, Neel Nanda

TL;DR
This paper introduces Gated Sparse Autoencoders, which improve interpretability and efficiency in unsupervised feature discovery from language model activations by addressing biases caused by traditional sparsity penalties.
Contribution
The paper proposes Gated SAEs that separate feature selection from magnitude estimation, reducing biases and requiring fewer features for effective reconstruction.
Findings
Gated SAEs solve the shrinkage bias problem.
They achieve similar interpretability with fewer features.
Require half as many features for comparable reconstruction.
Abstract
Recent work has found that sparse autoencoders (SAEs) are an effective technique for unsupervised discovery of interpretable features in language models' (LMs) activations, by finding sparse, linear reconstructions of LM activations. We introduce the Gated Sparse Autoencoder (Gated SAE), which achieves a Pareto improvement over training with prevailing methods. In SAEs, the L1 penalty used to encourage sparsity introduces many undesirable biases, such as shrinkage -- systematic underestimation of feature activations. The key insight of Gated SAEs is to separate the functionality of (a) determining which directions to use and (b) estimating the magnitudes of those directions: this enables us to apply the L1 penalty only to the former, limiting the scope of undesirable side effects. Through training SAEs on LMs of up to 7B parameters we find that, in typical hyper-parameter ranges, Gated…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Speech Recognition and Synthesis · Video Analysis and Summarization
MethodsSparse Autoencoder
