paper-with-me

Papers

Sparsely gated tiny linear experts

2026-06-05 · Simon Schug arxiv

Sparsity allows scaling model parameters without proportionally increasing computational cost. While mixture of experts (MoE) models are made increasingly sparse, individual experts typically remain large and dense. Here, we demonstrate that further increasing sparsity by shrinking each expert to consist of a single neuron and selecting a tiny fraction of many available neurons can improve compute efficiency and interpretability. Counterintuitively, the key to achieving both is removing the nonlinearity typically applied to the experts, resulting in a network of sparsely gated linear neurons (sgatlin). In an isoflop comparison, we find that replacing all transformer feedforward layers with sgatlin improves perplexity in language models across different compute budgets. At the same time, the sparsity and linearity of the resulting feedforward circuits present new opportunities for model interpretability. In a small-scale case study, we demonstrate that feedforward circuits in sgatlin can be interpreted without having to train additional replacement models. We find that they form semantically structured clusters and are causally implicated in factual recall. Our findings paint a possible path towards compute-efficient and interpretable transformer feedforward layers.

📄 PDF Abstract BibTeX arXiv:2606.07414

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Weight-based Decomposition: A Case for Bilinear MLPs

2024-06-06 · Michael T. Pearce, Thomas Dooms, Alice Rigg

Gated Linear Units (GLUs) have become a common building block in modern foundation models. Bilinear layers drop the non-linearity in the "gate" but still have comparable performance to other GLUs. An attractive quality o…

Handling Trade-Offs in Speech Separation with Sparsely-Gated Mixture of Experts

2022-11-11 · Xiaofei Wang, Zhuo Chen, Yu Shi, Jian Wu 외

Employing a monaural speech separation (SS) model as a front-end for automatic speech recognition (ASR) involves balancing two kinds of trade-offs. First, while a larger model improves the SS performance, it also require…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Mixture-of-Expertsspeech-recognition+2

Building a great multi-lingual teacher with sparsely-gated mixture of experts for speech recognition

2021-12-10 · Kenichi Kumatani, Robert Gmyr, Felipe Cruz Salinas, Linquan Liu 외

The sparsely-gated Mixture of Experts (MoE) can magnify a network capacity with a little computational complexity. In this work, we investigate how multi-lingual Automatic Speech Recognition (ASR) networks can be scaled …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMixture-of-Experts+2

Parameter-Efficient Conformers via Sharing Sparsely-Gated Experts for End-to-End Speech Recognition

2022-09-17 · Ye Bai, Jie Li, Wenjing Han, Hao Ni 외

While transformers and their variant conformers show promising performance in speech recognition, the parameterized property leads to much memory cost during training and inference. Some works use cross-layer weight-shar…

Knowledge DistillationMixture-of-Expertsspeech-recognitionSpeech Recognition

Quadruped Parkour Learning: Sparsely Gated Mixture of Experts with Visual Input

2026-04-21 · Michael Ziegltrum, Jianhao Jiao, Tianhu Peng, Chengxu Zhou 외 arxiv

Robotic parkour provides a compelling benchmark for advancing locomotion over highly challenging terrain, including large discontinuities such as elevated steps. Recent approaches have demonstrated impressive capabilitie…

Computational Efficiency