paper-with-me

홈 › Papers

On the Expressive Power of Mixture-of-Experts for Structured Complex Tasks

2025-05-30 · Mingze Wang, Weinan E

Mixture-of-experts networks (MoEs) have demonstrated remarkable efficiency in modern deep learning. Despite their empirical success, the theoretical foundations underlying their ability to model complex tasks remain poorly understood. In this work, we conduct a systematic study of the expressive power of MoEs in modeling complex tasks with two common structural priors: low-dimensionality and sparsity. For shallow MoEs, we prove that they can efficiently approximate functions supported on low-dimensional manifolds, overcoming the curse of dimensionality. For deep MoEs, we show that $\cO(L)$-layer MoEs with $E$ experts per layer can approximate piecewise functions comprising $E^L$ pieces with compositional sparsity, i.e., they can exhibit an exponential number of structured tasks. Our analysis reveals the roles of critical architectural components and hyperparameters in MoEs, including the gating mechanism, expert networks, the number of experts, and the number of layers, and offers natural suggestions for MoE variants.

📄 PDF Abstract BibTeX arXiv:2505.24205

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

MoSE: Unveiling Structural Patterns in Graphs via Mixture of Subgraph Experts

2025-09-11 · Junda Ye, Zhongbao Zhang, Li Sun, Siqiang Luo arxiv

While graph neural networks (GNNs) have achieved great success in learning from graph-structured data, their reliance on local, pairwise message passing restricts their ability to capture complex, high-order subgraph pat…

Representation LearningNode Classification

GEM: Graph-Enhanced Mixture-of-Experts with ReAct Agents for Dialogue State Tracking

2026-05-06 · Ziqi Zhu, Adithya Suresh, Tomal Deb, Iman Abbasnejad arxiv

Dialogue State Tracking (DST) requires precise extraction of structured information from multi-domain conversations, a task where Large Language Models (LLMs) struggle despite their impressive general capabilities. We pr…

Computational EfficiencyDialogue State TrackingGraph Neural Network

Let the Experts Speak: Improving Survival Prediction & Calibration via Mixture-of-Experts Heads

2025-11-11 · Todd Morrill, Aahlad Puli, Murad Megjhani, Soojin Park 외 arxiv

Deep mixture-of-experts models have attracted a lot of attention for survival analysis problems, particularly for their ability to cluster similar patients together. In practice, grouping often comes at the expense of ke…

Redesign Mixture-of-Experts Routers with Manifold Power Iteration

2026-06-10 · Songhao Wu, Ang Lv, Ruobing Xie, Yankai Lin arxiv

Router is the cornerstone component to the Mixture-of-Experts models. Serving as expert proxies, the rows of the router matrix compute their similarity to the MoE inputs to determine which subset of experts is activated.…

Optimize Surgical Triplet Recognition: A Knowledge-Driven Mixture-of-Experts Solution

2026-08-24 · Yiyi Zhang, Yuchen Yuan, Ying Zheng, Jialun Pei 외 arxiv

Surgical action triplet recognition constitutes a critical task in context-aware robot-assisted surgery, facilitating automatic surgical action perception by identifying instrument, verb, target, and their association. H…

Action Triplet Recognition