paper-with-me

Papers

A Survey on Mixture of Experts

2024-06-26 · Weilin Cai, Juyong Jiang, Fan Wang, Jing Tang, Sunghun Kim, Jiayi Huang

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 model size, extensive and diverse datasets, and the vast computational power harnessed during training, all of which contribute to the emergent abilities of LLMs (e.g., in-context learning) that are not present in small models. Within this context, the mixture of experts (MoE) has emerged as an effective method for substantially scaling up model capacity with minimal computation overhead, gaining significant attention from academia and industry. Despite its growing prevalence, there lacks a systematic and comprehensive review of the literature on MoE. This survey seeks to bridge that gap, serving as an essential resource for researchers delving into the intricacies of MoE. We first briefly introduce the structure of the MoE layer, followed by proposing a new taxonomy of MoE. Next, we overview the core designs for various MoE models including both algorithmic and systemic aspects, alongside collections of available open-source implementations, hyperparameter configurations and empirical evaluations. Furthermore, we delineate the multifaceted applications of MoE in practice, and outline some potential directions for future research. To facilitate ongoing updates and the sharing of cutting-edge developments in MoE research, we have established a resource repository accessible at https://github.com/withinmiaov/A-Survey-on-Mixture-of-Experts.

📄 PDF Abstract BibTeX arXiv:2407.06204

Code (1)

withinmiaov/a-survey-on-mixture-of-experts 공식 구현

Tasks

In-Context LearningMixture-of-ExpertsSurvey

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
MoE 설명 없음

Similar Papers 제목 키워드 기반

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…

Tackling Multimodal Learning Challenges with Mixture-of-Expert: A Survey

2026-05-22 · Liangwei Nathan Zheng, Wei Emma Zhang, Olaf Maennel, Lin Yue 외 arxiv

Mixture-of-Experts (MoE) presents a naturally compatible and scalable framework for multimodal learning, demonstrating strong adaptability across diverse modalities and tasks. Despite its growing success, a comprehensive…

Integration of Mixture of Experts and Multimodal Generative AI in Internet of Vehicles: A Survey

2024-04-25 · Minrui Xu, Dusit Niyato, Jiawen Kang, Zehui Xiong 외

Generative AI (GAI) can enhance the cognitive, reasoning, and planning capabilities of intelligent modules in the Internet of Vehicles (IoV) by synthesizing augmented datasets, completing sensor data, and making sequenti…

Autonomous DrivingDecision MakingManagementMixture-of-Experts

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 외 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)…

Computational Efficiency

A Survey on Inference Optimization Techniques for Mixture of Experts Models

2024-12-18 · Jiacheng Liu, Peng Tang, Wenfeng Wang, Yuhang Ren 외

The emergence of large-scale Mixture of Experts (MoE) models represents a significant advancement in artificial intelligence, offering enhanced model capacity and computational efficiency through conditional computation.…

Computational EfficiencyDistributed ComputingInference OptimizationKnowledge Distillation+4