Sparse Autoencoders Trained on the Same Data Learn Different Features
Gonçalo Paulo, Nora Belrose
TL;DR
This work interrogates whether Sparse Autoencoders trained on identical data but with different random seeds converge on the same features. By aligning latent spaces with the Hungarian algorithm and assessing encoder/decoder cosine similarity, it reveals substantial seed-dependent divergence, even in large models where only a minority of features are shared. The study further shows that many seed-specific latents remain interpretable, and that seed-dependence persists across models, datasets, and hyperparameters, challenging the notion of a universal feature set. The findings advocate viewing SAE features as a pragmatic, hierarchical decomposition of activation space rather than an exhaustive catalog of model-used features, illuminating the nuanced landscape of mechanistic interpretability.
Abstract
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, our research shows that SAEs trained on the same model and data, differing only in the random seed used to initialize their weights, identify different sets of features. For example, in an SAE with 131K latents trained on a feedforward network in Llama 3 8B, only 30% of the features were shared across different seeds. We observed this phenomenon across multiple layers of three different LLMs, two datasets, and several SAE architectures. While ReLU SAEs trained with the L1 sparsity loss showed greater stability across seeds, SAEs using the state-of-the-art TopK activation function were more seed-dependent, even when controlling for the level of sparsity. Our results suggest that the set of features uncovered by an SAE should be viewed as a pragmatically useful decomposition of activation space, rather than an exhaustive and universal list of features "truly used" by the model.
