paper-with-me

홈 › Papers

Towards Understanding Mixture of Experts in Deep Learning

2022-08-04 · Zixiang Chen, Yihe Deng, Yue Wu, Quanquan Gu, Yuanzhi Li

The Mixture-of-Experts (MoE) layer, a sparsely-activated model controlled by a router, has achieved great success in deep learning. However, the understanding of such architecture remains elusive. In this paper, we formally study how the MoE layer improves the performance of neural network learning and why the mixture model will not collapse into a single model. Our empirical results suggest that the cluster structure of the underlying problem and the non-linearity of the expert are pivotal to the success of MoE. To further understand this, we consider a challenging classification problem with intrinsic cluster structures, which is hard to learn using a single expert. Yet with the MoE layer, by choosing the experts as two-layer nonlinear convolutional neural networks (CNNs), we show that the problem can be learned successfully. Furthermore, our theory shows that the router can learn the cluster-center features, which helps divide the input complex problem into simpler linear classification sub-problems that individual experts can conquer. To our knowledge, this is the first result towards formally understanding the mechanism of the MoE layer for deep learning.

📄 PDF Abstract BibTeX arXiv:2208.02813

Code (2)

uclaml/MoE 공식 구현 pytorch
agwaBom/towards_moe pytorch

Tasks

Deep LearningMixture-of-Experts

Similar Papers 제목 키워드 기반

Understanding Structured Health Data through Interaction-Aware Mixture-of-Experts

2026-07-14 · Ji Hwan Park, Ying Ding, Tianjin Guo arxiv

We study interaction-aware mixture-of-experts for post-stroke rigidity prediction using multi-level views of structured health records. Despite minimal performance gains, routing attribution reveals systematic importance…

DAMEX: Dataset-aware Mixture-of-Experts for visual understanding of mixture-of-datasets

2023-11-08 · NeurIPS 2023 11 · Yash Jain, Harkirat Behl, Zsolt Kira, Vibhav Vineet

Construction of a universal detector poses a crucial question: How can we most effectively train a model on a large mixture of datasets? The answer lies in learning dataset-specific features and ensembling their knowledg…

Mixture-of-Expertsobject-detectionObject Detection

Guided by the Experts: Provable Feature Learning Dynamic of Soft-Routed Mixture-of-Experts

2025-10-08 · Fangshuo Liao, Anastasios Kyrillidis arxiv

Mixture-of-Experts (MoE) architectures have emerged as a cornerstone of modern AI systems. In particular, MoEs route inputs dynamically to specialized experts whose outputs are aggregated through weighted summation. Desp…

VidPrism: Heterogeneous Mixture of Experts for Image-to-Video Transfer

2026-05-27 · Rui Lin, Chuanming Wang, Huadong Ma arxiv

With the rapid development of pre-training technologies, adapting large-scale Vision-Language Models (VLMs) for video understanding \emph{\ie} image-to-video transfer learning has become a dominant paradigm. To achieve s…

Transfer Learning

LeMoLE: LLM-Enhanced Mixture of Linear Experts for Time Series Forecasting

2024-11-24 · Lingzheng Zhang, Lifeng Shen, Yimin Zheng, Shiyuan Piao 외

Recent research has shown that large language models (LLMs) can be effectively used for real-world time series forecasting due to their strong natural language understanding capabilities. However, aligning time series in…

Computational EfficiencyNatural Language UnderstandingTime SeriesTime Series Forecasting+1