OrtSAE: Orthogonal Sparse Autoencoders Uncover Atomic Features
About
Sparse autoencoders (SAEs) are a technique for sparse decomposition of neural network activations into human-interpretable features. However, current SAEs suffer from feature absorption, where specialized features capture instances of general features creating representation holes, and feature composition, where independent features merge into composite representations. In this work, we introduce Orthogonal SAE (OrtSAE), a novel approach aimed to mitigate these issues by enforcing orthogonality between the learned features. By implementing a new training procedure that penalizes high pairwise cosine similarity between SAE features, OrtSAE promotes the development of disentangled features while scaling linearly with the SAE size, avoiding significant computational overhead. We train OrtSAE across different models and layers and compare it with other methods. We find that OrtSAE discovers 9% more distinct features, reduces feature absorption (by 65%) and composition (by 15%), improves performance on spurious correlation removal (+6%), and achieves on-par performance for other downstream tasks compared to traditional SAEs.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Causal intervention | Gemma-2-2B (layer 12) | SCR8.59 | 5 | |
| Sparse Autoencoder Feature Evaluation | OpenWebText 1B tokens Gemma-2-2B (train) | KL Score0.9629 | 5 | |
| Sparse Autoencoding | Gemma-2-2B activations (layer 20) | KL Score0.9722 | 5 | |
| Sparse Autoencoder Disentanglement and Interpretability | Llama-3-8B (layer 20) | KL Score0.9859 | 4 | |
| Sparse Autoencoder Evaluation | Qwen3-8B layer 20 | KL Score0.9886 | 4 | |
| Sparse Autoencoder Quality Evaluation | The Pile Gemma-2-2B (test) | KL Score0.9611 | 4 | |
| Sparse Autoencoding | Gemma-2-2B (layer 12) | KL Score0.9615 | 4 |