LGAIJun 5, 2025

Sparse Autoencoders, Again?

arXiv:2506.04859v22 citationsh-index: 4ICML
Originality Incremental advance
AI Analysis

This work provides an incremental improvement for researchers and practitioners using autoencoders for tasks like modeling language model activations or image manifolds.

The paper addresses weaknesses in both canonical sparse autoencoders (SAEs) and variational autoencoders (VAEs) by proposing a hybrid model that circumvents these limitations, achieving superior performance in estimating manifold dimensions and producing sparser latent representations without compromising reconstruction error compared to equivalent-capacity SAEs, VAEs, and recent diffusion models.

Is there really much more to say about sparse autoencoders (SAEs)? Autoencoders in general, and SAEs in particular, represent deep architectures that are capable of modeling low-dimensional latent structure in data. Such structure could reflect, among other things, correlation patterns in large language model activations, or complex natural image manifolds. And yet despite the wide-ranging applicability, there have been relatively few changes to SAEs beyond the original recipe from decades ago, namely, standard deep encoder/decoder layers trained with a classical/deterministic sparse regularizer applied within the latent space. One possible exception is the variational autoencoder (VAE), which adopts a stochastic encoder module capable of producing sparse representations when applied to manifold data. In this work we formalize underappreciated weaknesses with both canonical SAEs, as well as analogous VAEs applied to similar tasks, and propose a hybrid alternative model that circumvents these prior limitations. In terms of theoretical support, we prove that global minima of our proposed model recover certain forms of structured data spread across a union of manifolds. Meanwhile, empirical evaluations on synthetic and real-world datasets substantiate the efficacy of our approach in accurately estimating underlying manifold dimensions and producing sparser latent representations without compromising reconstruction error. In general, we are able to exceed the performance of equivalent-capacity SAEs and VAEs, as well as recent diffusion models where applicable, within domains such as images and language model activation patterns.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes