Beyond Redundancy: Diverse and Specialized Multi-Expert Sparse Autoencoder
Zhen Xu, Zhen Tan, Song Wang, Kaidi Xu, Tianlong Chen
TL;DR
Scale SAE tackles the interpretability-efficiency gap in LLM analysis by addressing polysemanticity with a diverse, specialized MoE-based sparse autoencoder. It introduces Multiple Expert Activation to promote specialization across experts and Feature Scaling to amplify high-frequency components for richer, monosemantic features. Empirical results show up to a 24% reduction in reconstruction error and a 99% decrease in feature redundancy compared with prior MoE-SAE methods, along with improved automated interpretability. This approach enables transparent inspection of LLM activations under a computationally feasible framework, advancing mechanistic interpretability for large language models.
Abstract
Sparse autoencoders (SAEs) have emerged as a powerful tool for interpreting large language models (LLMs) by decomposing token activations into combinations of human-understandable features. While SAEs provide crucial insights into LLM explanations, their practical adoption faces a fundamental challenge: better interpretability demands that SAEs' hidden layers have high dimensionality to satisfy sparsity constraints, resulting in prohibitive training and inference costs. Recent Mixture of Experts (MoE) approaches attempt to address this by partitioning SAEs into narrower expert networks with gated activation, thereby reducing computation. In a well-designed MoE, each expert should focus on learning a distinct set of features. However, we identify a \textit{critical limitation} in MoE-SAE: Experts often fail to specialize, which means they frequently learn overlapping or identical features. To deal with it, we propose two key innovations: (1) Multiple Expert Activation that simultaneously engages semantically weighted expert subsets to encourage specialization, and (2) Feature Scaling that enhances diversity through adaptive high-frequency scaling. Experiments demonstrate a 24\% lower reconstruction error and a 99\% reduction in feature redundancy compared to existing MoE-SAE methods. This work bridges the interpretability-efficiency gap in LLM analysis, allowing transparent model inspection without compromising computational feasibility.
