Sparse Autoencoders Do Not Find Canonical Units of Analysis
Patrick Leask, Bart Bussmann, Michael Pearce, Joseph Bloom, Curt Tigges, Noura Al Moubayed, Lee Sharkey, Neel Nanda
TL;DR
The paper questions whether sparse autoencoders (SAEs) can identify a canonical, atomic set of features for mechanistic interpretability. It introduces SAE stitching to classify latents from larger SAEs as novel or reconstruction-related, demonstrating that larger SAEs add new information beyond what smaller SAEs capture. It also introduces meta-SAEs to decompose decoder directions into interpretable meta-latents, revealing that larger SAE latents are often mixtures of smaller features and that meta-latents explain a substantial portion of variance in decoder directions (e.g., 55.47%). Collectively, the findings argue against a universal canonical unit of analysis and suggest a pragmatic, multi-width approach or alternative methods for identifying fundamental units. The work provides an interactive dashboard to explore meta-SAEs and emphasizes that interpretability tasks may require context-specific feature dictionaries rather than a single optimal SAE size.
Abstract
A common goal of mechanistic interpretability is to decompose the activations of neural networks into features: interpretable properties of the input computed by the model. Sparse autoencoders (SAEs) are a popular method for finding these features in LLMs, and it has been postulated that they can be used to find a \textit{canonical} set of units: a unique and complete list of atomic features. We cast doubt on this belief using two novel techniques: SAE stitching to show they are incomplete, and meta-SAEs to show they are not atomic. SAE stitching involves inserting or swapping latents from a larger SAE into a smaller one. Latents from the larger SAE can be divided into two categories: \emph{novel latents}, which improve performance when added to the smaller SAE, indicating they capture novel information, and \emph{reconstruction latents}, which can replace corresponding latents in the smaller SAE that have similar behavior. The existence of novel features indicates incompleteness of smaller SAEs. Using meta-SAEs -- SAEs trained on the decoder matrix of another SAE -- we find that latents in SAEs often decompose into combinations of latents from a smaller SAE, showing that larger SAE latents are not atomic. The resulting decompositions are often interpretable; e.g. a latent representing ``Einstein'' decomposes into ``scientist'', ``Germany'', and ``famous person''. Even if SAEs do not find canonical units of analysis, they may still be useful tools. We suggest that future research should either pursue different approaches for identifying such units, or pragmatically choose the SAE size suited to their task. We provide an interactive dashboard to explore meta-SAEs: https://metasaes.streamlit.app/
