paper-with-me

Papers

Sparsity and Superposition in Mixture of Experts

2025-10-26 · Marmik Chaudhari, Jeremi Nuer, Rome Thorstenson arxiv

Mixture of Experts (MoE) models have become central to scaling large language models, yet their mechanistic differences from dense networks remain poorly understood. Previous work has explored how dense models use \textit{superposition} to represent more features than dimensions, and how superposition is a function of feature sparsity and feature importance. MoE models cannot be explained mechanistically through the same lens. We find that neither feature sparsity nor feature importance cause discontinuous phase changes, and that network sparsity (the ratio of active to total experts) better characterizes MoEs. We develop new metrics for measuring superposition across experts. Our findings demonstrate that models with greater network sparsity exhibit greater \emph{monosemanticity}. We propose a new definition of expert specialization based on monosemantic feature representation rather than load balancing, showing that experts naturally organize around coherent feature combinations when initialized appropriately. These results suggest that network sparsity in MoEs may enable more interpretable models without sacrificing performance, challenging the common assumption that interpretability and capability are fundamentally at odds.

📄 PDF Abstract BibTeX arXiv:2510.23671

Code (0)

등록된 구현이 없습니다.

Tasks

Feature Importance

Similar Papers 제목 키워드 기반

Horseshoe Mixtures-of-Experts (HS-MoE)

2026-01-14 · Nick Polson, Vadim Sokolov arxiv

Horseshoe mixtures-of-experts (HS-MoE) models provide a Bayesian framework for sparse expert selection in mixture-of-experts architectures. We combine the horseshoe prior's adaptive global-local shrinkage with input-depe…

Locking and Quacking: Stacking Bayesian model predictions by log-pooling and superposition

2023-05-12 · Yuling Yao, Luiz Max Carvalho, Diego Mesquita, Yann McLatchie

Combining predictions from different models is a central problem in Bayesian inference and machine learning more broadly. Currently, these predictive distributions are almost exclusively combined using linear mixtures su…

Bayesian InferenceMixture-of-Experts

QMoE: A Quantum Mixture of Experts Framework for Scalable Quantum Neural Networks

2025-07-07 · Hoang-Quan Nguyen, Xuan-Bac Nguyen, Sankalp Pandey, Samee U. Khan 외 arxiv

Quantum machine learning (QML) has emerged as a promising direction in the noisy intermediate-scale quantum (NISQ) era, offering computational and memory advantages by harnessing superposition and entanglement. However, …

Quantum Machine Learning

Exploiting Activation Sparsity with Dense to Dynamic-k Mixture-of-Experts Conversion

2023-10-06 · Filip Szatkowski, Bartosz Wójcik, Mikołaj Piórczyński, Simone Scardapane

Transformer models can face practical limitations due to their high computational requirements. At the same time, such models exhibit significant activation sparsity, which can be leveraged to reduce the inference cost b…

Mixture-of-Experts

Superposition in Transformers: A Novel Way of Building Mixture of Experts

2024-12-31 · Ayoub Ben Chaliah, Hela Dellagi

Catastrophic forgetting remains a major challenge when adapting large language models (LLMs) to new tasks or domains. Conventional fine-tuning often overwrites existing knowledge, causing performance degradation on origi…

Mixture-of-Experts