Deriving Decoder-Free Sparse Autoencoders from First Principles
Alan Oursland
TL;DR
This work derives a principled, decoder-free sparse autoencoder by grounding model design in implicit EM theory. It shows that gradient signals correspond to component responsibilities under a log-sum-exp objective, and that without explicit volume control representations collapse, which is mitigated by variance and decorrelation penalties. The proposed model uses a single linear encoder with an LSE loss plus InfoMax regularization, producing interpretable mixture components and competitive discriminative performance with far fewer parameters and no decoder. Extensive experiments verify the gradient-responsibility identity, demonstrate the necessity of volume control, and reveal EM-like training dynamics where lower loss does not guarantee better features. The results suggest implicit EM as a viable, generative foundation for principled neural architecture design and connect to self-supervised learning practices that emphasize variance and covariance regularization.
Abstract
Gradient descent on log-sum-exp (LSE) objectives performs implicit expectation--maximization (EM): the gradient with respect to each component output equals its responsibility. The same theory predicts collapse without volume control analogous to the log-determinant in Gaussian mixture models. We instantiate the theory in a single-layer encoder with an LSE objective and InfoMax regularization for volume control. Experiments confirm the theory's predictions. The gradient--responsibility identity holds exactly; LSE alone collapses; variance prevents dead components; decorrelation prevents redundancy. The model exhibits EM-like optimization dynamics in which lower loss does not correspond to better features and adaptive optimizers offer no advantage. The resulting decoder-free model learns interpretable mixture components, confirming that implicit EM theory can prescribe architectures.
