paper-with-me

Papers

The Rise of Sparse Mixture-of-Experts: A Survey from Algorithmic Foundations to Decentralized Architectures and Vertical Domain Applications

2026-02-08 · Dong Pan, Bingtao Li, Yongsheng Zheng, Jiren Ma, Victor Fei arxiv

The sparse Mixture of Experts(MoE) architecture has evolved as a powerful approach for scaling deep learning models to more parameters with comparable computation cost. As an important branch of large language model(LLM), MoE model only activate a subset of experts based on a routing network. This sparse conditional computation mechanism significantly improves computational efficiency, paving a promising path for greater scalability and cost-efficiency. It not only enhance downstream applications such as natural language processing, computer vision, and multimodal in various horizontal domains, but also exhibit broad applicability across vertical domains. Despite the growing popularity and application of MoE models across various domains, there lacks a systematic exploration of recent advancements of MoE in many important fields. Existing surveys on MoE suffer from limitations such as lack coverage or none extensively exploration of key areas. This survey seeks to fill these gaps. In this paper, Firstly, we examine the foundational principles of MoE, with an in-depth exploration of its core components-the routing network and expert network. Subsequently, we extend beyond the centralized paradigm to the decentralized paradigm, which unlocks the immense untapped potential of decentralized infrastructure, enables democratization of MoE development for broader communities, and delivers greater scalability and cost-efficiency. Furthermore we focus on exploring its vertical domain applications. Finally, we also identify key challenges and promising future research directions. To the best of our knowledge, this survey is currently the most comprehensive review in the field of MoE. We aim for this article to serve as a valuable resource for both researchers and practitioners, enabling them to navigate and stay up-to-date with the latest advancements.

📄 PDF Abstract BibTeX arXiv:2602.08019

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

A Survey on Mixture of Experts

2024-06-26 · Weilin Cai, Juyong Jiang, Fan Wang, Jing Tang 외

Large language models (LLMs) have garnered unprecedented advancements across diverse fields, ranging from natural language processing to computer vision and beyond. The prowess of LLMs is underpinned by their substantial…

In-Context LearningMixture-of-ExpertsSurvey

Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer

2017-01-23 · Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis 외

The capacity of a neural network to absorb information is limited by its number of parameters. Conditional computation, where parts of the network are active on a per-example basis, has been proposed in theory as a way o…

Computational EfficiencyGPULanguage ModelingLanguage Modelling+3

Mixture-of-Experts in Remote Sensing: A Survey

2026-04-03 · Yongchuan Cui, Peng Liu, Lajiao Chen arxiv

Remote sensing data analysis and interpretation present unique challenges due to the diversity in sensor modalities and spatiotemporal dynamics of Earth observation data. Mixture-of-Experts (MoE) model has emerged as a p…

S2MoE: Robust Sparse Mixture of Experts via Stochastic Learning

2025-03-29 · Giang Do, Hung Le, Truyen Tran

Sparse Mixture of Experts (SMoE) enables efficient training of large language models by routing input tokens to a select number of experts. However, training SMoE remains challenging due to the issue of representation co…

Mixture-of-Experts

CoSMoEs: Compact Sparse Mixture of Experts

2025-02-28 · Patrick Huber, Akshat Shrivastava, Ernie Chang, Chinnadhurai Sankar 외

Sparse Mixture of Expert (MoE) models are popular foundational architectures at large scale, however, under-explored at smaller sizes. Here, we show how to enable Compact Sparse Mixture of Experts (CoSMoEs) for on-device…

Mixture-of-Experts