Interpretability as Compression: Reconsidering SAE Explanations of Neural Activations with MDL-SAEs
Kola Ayonrinde, Michael T. Pearce, Lee Sharkey
TL;DR
This work reframes Sparse Autoencoders as mechanisms for communicating explanations of neural activations, using Minimal Description Length to balance accuracy and conciseness. It introduces independent additivity as a key requirement for human-interpretable features and demonstrates that MDL-driven SAEs yield more composable, stroke-like features on MNIST than naively sparse or dense alternatives. By analyzing feature-splitting phenomena and hierarchical architectures, the paper argues that MDL-guided design can reduce noninterpretable fragmentation and enable more efficient, structured representations. The study connects interpretability with information-theoretic principles such as rate–distortion and compression, offering a principled path for evaluating and designing interpretable AI systems and outlining avenues for future work to integrate entropy-based objectives into training.
Abstract
Sparse Autoencoders (SAEs) have emerged as a useful tool for interpreting the internal representations of neural networks. However, naively optimising SAEs for reconstruction loss and sparsity results in a preference for SAEs that are extremely wide and sparse. We present an information-theoretic framework for interpreting SAEs as lossy compression algorithms for communicating explanations of neural activations. We appeal to the Minimal Description Length (MDL) principle to motivate explanations of activations which are both accurate and concise. We further argue that interpretable SAEs require an additional property, "independent additivity": features should be able to be understood separately. We demonstrate an example of applying our MDL-inspired framework by training SAEs on MNIST handwritten digits and find that SAE features representing significant line segments are optimal, as opposed to SAEs with features for memorised digits from the dataset or small digit fragments. We argue that using MDL rather than sparsity may avoid potential pitfalls with naively maximising sparsity such as undesirable feature splitting and that this framework naturally suggests new hierarchical SAE architectures which provide more concise explanations.
