paper-with-me

홈 › Papers

UniPool: A Globally Shared Expert Pool for Mixture-of-Experts

2026-05-07 · Minbin Huang, Han Shi, Chuanyang Zheng, Yimeng Wu, Guoxuan Chen, Xintong Yu, Yichun Yin, Hong Cheng arxiv

Modern Mixture-of-Experts (MoE) architectures allocate expert capacity through a rigid per-layer rule: each transformer layer owns a separate expert set. This convention couples depth scaling with linear expert-parameter growth and assumes that every layer needs isolated expert capacity. However, recent analyses and our routing probe challenge this allocation rule: replacing a deeper layer's learned top-k router with uniform random routing drops downstream accuracy by only 1.0-1.6 points across multiple production MoE models. Motivated by this redundancy, we propose UniPool, an MoE architecture that treats expert capacity as a global architectural budget by replacing per-layer expert ownership with a single shared pool accessed by independent per-layer routers. To enable stable and balanced training under sharing, we introduce a pool-level auxiliary loss that balances expert utilization across the entire pool, and adopt NormRouter to provide sparse and scale-stable routing into the shared expert pool. Across five LLaMA-architecture model scales (182M, 469M, 650M, 830M, and 978M parameters) trained on 30B tokens from the Pile, UniPool consistently improves validation loss and perplexity over the matched vanilla MoE baselines. Across these scales, UniPool reduces validation loss by up to 0.0386 relative to vanilla MoE. Beyond raw loss improvement, our results identify pool size as an explicit depth-scaling hyperparameter: reduced-pool UniPool variants using only 41.6%-66.7% of the vanilla expert-parameter budget match or outperform layer-wise MoE at the tested scales. This shows that, under a shared-pool design, expert parameters need not grow linearly with depth; they can grow sublinearly while remaining more efficient and effective than vanilla MoE. Further analysis shows that UniPool's benefits compose with finer-grained expert decomposition.

📄 PDF Abstract BibTeX arXiv:2605.06665

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchically Decoupled Mixture-of-Experts for Robust Traffic Sign Recognition in Complex Driving Scenarios

2026-06-01 · Mingxiao Wang, Xiaozhen Qu, Bolin Gao, Tong Wang 외 arxiv

Traffic sign detection is a fundamental component of environmental perception in autonomous driving and intelligent transportation systems. However, most existing detectors rely on static inference with globally shared p…

Traffic Sign RecognitionTraffic Sign DetectionAutonomous Driving

MoEMeta: Mixture-of-Experts Meta Learning for Few-Shot Relational Learning

2025-10-27 · Han Wu, Jie Yin arxiv

Few-shot knowledge graph relational learning seeks to perform reasoning over relations given only a limited number of training examples. While existing approaches largely adopt a meta-learning framework for enabling fast…

Learning Subset-Shared Invariances for Domain Generalization with Mixture-of-Experts

2026-06-24 · Tien-Hung Nguyen, Tien-Dat Tran, M. -Duong Nguyen, Kok-Seng Wong arxiv

Domain generalization (DG) aims to learn a model from one or more source domains that generalizes to an unseen target domain without accessing target data during training. A common approach enforces invariance of represe…

Domain Generalization

MoE-DisCo:Low Economy Cost Training Mixture-of-Experts Models

2026-01-11 · Xin Ye, Daning Cheng, Boyang Zhang, Yunquan Zhang arxiv

Training large-scale Mixture-of-Experts (MoE) models typically requires high-memory, high-bandwidth GPUs (e.g., A100), and their high cost has become a major barrier to large-model training. In contrast, affordable hardw…

Relay Buffer Independent Communication over Pooled HBM for Efficient MoE Inference on Ascend

2026-05-07 · Tianlun Hu, Tiancheng Hu, Shengsheng Litang, Sheng Wang 외 arxiv

Mixture-of-Experts (MoE) inference requires large-scale token exchange across devices, making dispatch and combine major bottlenecks in both prefill and decode. Beyond network transfer, routing-driven layout transformati…