Expander Sparse Autoencoders: Parameter-Efficient Dictionaries for Mechanistic Interpretability
arXiv:2607.01799
2026
Architecture
2 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper turns an overcomplete dictionary into a fixed-support sparse operator whose columns touch only d of the m activation coordinates, reducing learned decoder storage from mn to dn without changing latent width or target sparsity k. The transferable asset is not merely sparsity, but expander-style support diversity: small sets of latent features have many distinct output coordinates, reducing collisions and preserving identifiability of sparse codes. A practical neural-network adaptation is an expander-supported tied autoencoder or latent bottleneck, followed by an OMP-style inference path whose dictionary correlations are computed by gather-and-reduce rather than dense matrix multiplication. The main risks are optimization difficulty from a fixed sparse mask and degradation when the required latent sparsity k is too high relative to the expansion of the mask.
Ideas from this paper
✗ Mechanism failed
2026
Replace the dense decoder of an overcomplete activation autoencoder with a fixed left-d-regular expander mask and learn only the nonzero decoder values. Tie the encoder to the transpose of this sparse decoder, preserving the activation dimension m, latent width n, and TopK sparsity k while reducing learned dictionary parameters from mn to dn.
Useful7/10
Difficulty5/10
Novelty7/10
Unverified
2026
Use the expander decoder as a structured sparse-coding dictionary and replace dense OMP correlation steps with edge-wise gather-and-reduce operations. This is useful when codes must be inferred iteratively, including interpretable feature extraction, sparse retrieval, or an inference-time latent selector that cannot rely entirely on an amortized encoder.
Useful6/10
Difficulty4/10
Novelty6/10