paper-with-me

Papers

Feature Starvation as Geometric Instability in Sparse Autoencoders

2026-05-06 · Faris Chaudhry, Keisuke Yano, Anthea Monod arxiv

Sparse autoencoders (SAEs) are used to disentangle the dense, polysemantic internal representations of large language models (LLMs) into interpretable, monosemantic concepts. However, standard $\ell_1$-regularized SAEs suffer from feature starvation (dead neurons) and shrinkage bias, often requiring computationally expensive heuristic resampling and nondifferentiable hard-masking methods to bypass these challenges. We argue that feature starvation is not merely an empirical artifact of poor data diversity, but a fundamental optimization-geometric pathology of overcomplete dictionaries: the $\ell_1$-induced sparse coding map is unstable and fundamentally misaligned with shallow, amortized encoders. To address this structural instability, we introduce adaptive elastic net SAEs (AEN-SAEs), a fully differentiable architecture grounded in classical sparse regression. AEN-SAEs combine an $\ell_2$ structural term that enforces strong convexity and Lipschitz stability with adaptive $\ell_1$ reweighting that eliminates shrinkage bias and suppresses spurious features, thereby jointly controlling the curvature and interaction structure of the induced polyhedral geometry. Theoretically, we show that AEN-SAEs yield a Lipschitz-continuous sparse coding map and recover the global feature support under mild assumptions. Empirically, across synthetic settings and LLMs (Pythia 70M, Llama 3.1 8B), AEN-SAEs mitigate feature starvation without auxiliary heuristics while maintaining competitive reconstruction abilities.

📄 PDF Abstract BibTeX arXiv:2605.05341

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Preference Instability in Reward Models: Detection and Mitigation via Sparse Autoencoders

2026-05-07 · Shunchang Liu, Xin Chen, Belen Martin Urcelay, Francesco Croce arxiv

Preference learning in large language models relies on reward models as proxies for human judgment. However, these models frequently exhibit preference instability, producing contradictory preference assignments in respo…

Structural Instability of Feature Composition

2026-04-18 · Yunpeng Zhou arxiv

Sparse Autoencoders (SAEs) have emerged as a powerful paradigm for disentangling feature superposition in transformer-based architectures, enabling precise control via activation steering. However, the theoretical founda…

A Geometric View for Understanding Concept Learning and Neuron Interpretation in Sparse Autoencoders

2026-06-05 · Chenhao Zhang, Chris Lin, Su-In Lee arxiv

We propose a unified mathematical framework for a geometric understanding of concept learning and neuron interpretation in sparse autoencoders (SAEs). While SAEs improve interpretability of neural networks by learning sp…

Taming Polysemanticity in LLMs: Provable Feature Recovery via Sparse Autoencoders

2025-06-16 · Siyu Chen, Heejune Sheen, Xuyuan Xiong, Tianhao Wang 외

We study the challenge of achieving theoretically grounded feature recovery using Sparse Autoencoders (SAEs) for the interpretation of Large Language Models. Existing SAE training algorithms often lack rigorous mathemati…

Direct Preference Optimization Using Sparse Feature-Level Constraints

2024-11-12 · Qingyu Yin, Chak Tou Leong, Hongbo Zhang, Minjun Zhu 외

The alignment of large language models (LLMs) with human preferences remains a key challenge. While post-training techniques like Reinforcement Learning from Human Feedback (RLHF) and Direct Preference Optimization (DPO)…