paper-with-me

홈 › Papers

Scaling Multi-Node Mixture-of-Experts Inference Using Expert Activation Patterns

2026-04-25 · Abhimanyu Bambhaniya, Geonhwa Jeong, Jason Park, Jiecao Yu, Jaewon Lee, Pengchao Wang, Changkyu Kim, Chunqiang Tang, Tushar Krishna arxiv

Most recent state-of-the-art (SOTA) large language models (LLMs) use Mixture-of-Experts (MoE) architectures to scale model capacity without proportional per-token compute, enabling higher-quality outputs at manageable serving costs. However, MoE inference at scale is fundamentally bottlenecked by expert load imbalance and inefficient token routing, especially in multi-node deployments where tokens are not guaranteed to be routed to local experts, resulting in significant inter-node all-to-all communication overhead. To systematically characterize these challenges, we profile SOTA open-source MoE models, including Llama 4 Maverick, DeepSeek V3-671B, and Qwen3-230B-A22B, on various datasets and collected over 100k real expert activation traces. Upon studying the expert activation patterns, we uncover various persistent properties across all the frontier MoE models: variable expert load imbalance, domain-specific expert activation where expert popularity shifts across task families (code, math, chat, general), and a strong correlation between prefill and decode expert activations. Motivated by these findings, we propose workload-aware micro-batch grouping and an expert placement strategy to maximize token locality to the destination expert, thereby reducing inter-node communication. Across models and datasets, these optimizations help reduce all2all communication data up to 20, resulting in lower MoE decode latency and better accelerator utilization.

📄 PDF Abstract BibTeX arXiv:2604.23150

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Federation of Experts: Communication Efficient Distributed Inference for Large Language Models

2026-05-07 · Muhammad Shahir Abdurrahman, Chun Deng, Azalia Mirhoseini, Philip Levis arxiv

Mixture of experts has emerged as the primary mechanism for making Large Language Models (LLMs) computationally efficient. However, in distributed settings, communicating token embeddings between experts is a significant…

CuMo: Scaling Multimodal LLM with Co-Upcycled Mixture-of-Experts

2024-05-09 · Jiachen Li, Xinyao Wang, Sijie Zhu, Chia-Wen Kuo 외

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling ap…

Image CaptioningInstruction FollowingMixture-of-Expertsvisual instruction following+2

Elastic MoE: Unlocking the Inference-Time Scalability of Mixture-of-Experts

2025-09-26 · Naibin Gu, Zhenyu Zhang, Yuchen Feng, Yilong Chen 외 arxiv

Mixture-of-Experts (MoE) models typically fix the number of activated experts $k$ at both training and inference. However, real-world deployments often face heterogeneous hardware, fluctuating workloads, and diverse qual…

Abstracting Robot Manipulation Skills via Mixture-of-Experts Diffusion Policies

2026-01-29 · Ce Hao, Xuanran Zhai, Yaohua Liu, Harold Soh arxiv

Diffusion-based policies have recently shown strong results in robot manipulation, but their extension to multi-task scenarios is hindered by the high cost of scaling model size and demonstrations. We introduce Skill Mix…

Multi-Task LearningRobot ManipulationTransfer Learning

MoEs Are Stronger than You Think: Hyper-Parallel Inference Scaling with RoE

2025-09-21 · Soheil Zibakhsh, Mohammad Samragh, Kumari Nishu, Lauren Hannah 외 arxiv

The generation quality of large language models (LLMs) is often improved by utilizing inference-time sequence-level scaling methods (e.g., Chain-of-Thought). We introduce hyper-parallel scaling, a complementary framework…