Challenge: Sparse Mixture of Experts architectures retain large memory footprints and exhibit significant redundancy, both within and across layers.
Approach: They propose a sparse mixture of experts architecture that uses global experts shared across all layers and adds a Local Expert per layer for layer-specific adaptation.
Outcome: The proposed architecture reduces computational cost by activating only a subset of experts per token while maintaining strong performance.

Similar Papers

Sparser Mixture-of-Adapters with Cross-Layer Generalization (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for training large language models do not allow sharing adapters across layers . existing methods do not support sharing adapter pools, leading to redundancy and poor generalization .
Approach: They propose a mixture-of-adapter framework that trains a pool of lightweight adapters at each layer and selects the most suitable ones for each input.
Outcome: The proposed framework reduces active adapters by over 85% while boosting task accuracy.
HMoE: Heterogeneous Mixture of Experts for Language Modeling (2025.emnlp-main)

Copied to clipboard

Challenge: Mixture of Experts (MoE) models use homogeneous experts with diverse capacities, resulting in a lack of expert specialization and parameter utilization.
Approach: They propose a framework where experts differ in size and possess diverse capacities . they propose HMoE to encourage frequent activation of smaller experts .
Outcome: The proposed framework outperforms homogeneous homogenous MoE models on evaluation benchmarks and achieves lower loss rate with fewer activated parameters.
Dropping Experts, Recombining Neurons: Retraining-Free Pruning for Sparse Mixture-of-Experts LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: Sparse Mixture-of-Experts (SMoE) architectures require loading all expert parameters . previous work focused on expert pruning and merging but focused on neuron-level structure .
Approach: They propose a task-agnostic framework for expert pruning and reconstruction . it prunes redundant experts using router statistics, then decomposes them into neuron-level expert segments .
Outcome: The proposed framework reduces the number of experts and memory usage, making it easier to deploy.
AdaMoE: Token-Adaptive Routing with Null Experts for Mixture-of-Experts Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing MoE methods require a constant top-k routing for all tokens, which is restrictive because of the number of experts required for feature abstraction.
Approach: They propose a token-adaptive routing method that allows different tokens to select a different number of experts.
Outcome: a new method can reduce average expert load while achieving superior performance.
A Closer Look into Mixture-of-Experts in Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Mixture-of-experts (MoE) architectures are gaining increasing attention for their unique properties and remarkable performance.
Approach: They propose a mixture-of-experts architecture that allows for model scaling without sacrificing computational efficiency.
Outcome: The proposed model increases model size without sacrificing computational efficiency . the proposed model is modular and can be used by a broad spectrum of practitioners .
Mixture-of-Clustered-Experts: Advancing Expert Specialization and Generalization in Instruction Tuning (2025.emnlp-main)

Copied to clipboard

Challenge: A sparse Mixture-of-Experts architecture has emerged as a highly scalable solution for instruction tuning.
Approach: They propose a mixture-of-Clustered-Experts (MoCE) architecture that allows expert specialization . they evaluate the mechanism on a set of benchmarks and show its superiority .
Outcome: The proposed approach outperforms existing models and benchmarks on instruction tuning scenarios with significant input heterogeneity.
Mixture of Diverse Size Experts (2024.emnlp-industry)

Copied to clipboard

Challenge: Recent large language models (LLMs) have shown superior performance in a variety of tasks due to the sub-linearly increasing computational costs.
Approach: They propose a new MoE architecture with designed layers where experts have different sizes to mitigate this defect.
Outcome: The proposed architecture surpasses existing MoEs by adaptively assigning the parameter budget to experts while maintaining the same total parameter size and number of experts.
DeepSeekMoE: Towards Ultimate Expert Specialization in Mixture-of-Experts Language Models (2024.acl-long)

Copied to clipboard

Challenge: Mixture-of-Experts (MoE) architectures face challenges in ensuring expert specialization . despite the promising performance, scaling language models to an extremely large scale is associated with exceedingly high computational costs.
Approach: They propose an architecture that allows for ultimate expert specialization by segmenting experts into mN ones and activating mK from them.
Outcome: The proposed architecture achieves comparable performance with GShard with 2B parameters and computation.
Bag of Tricks for Sparse Mixture-of-Experts: A Benchmark Across Reasoning, Efficiency, and Safety (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing benchmarks focus on isolated aspects of MoE, with conflicting conclusions . a lack of consensus on optimal design choices is limiting to specific aspects of the model.
Approach: They propose to evaluate two popular MoE backbones across four dimensions of design choices . they find token-level routing and z-loss regularization improve reasoning performance .
Outcome: The proposed framework evaluates two popular MoE backbones on over eight metrics.
DSMoE: Matrix-Partitioned Experts with Dynamic Routing for Computation-Efficient Dense LLMs (2025.emnlp-main)

Copied to clipboard

Challenge: Existing sparsification methods like pruning can lose model knowledge through parameter removal.
Approach: They propose a novel approach that achieves sparsification by partitioning pre-trained FFN layers into computational blocks.
Outcome: The proposed approach achieves superior performance across language modeling and downstream tasks under equivalent computational constraints.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations