paper-with-me

홈 › Papers

Lazarus: Resilient and Elastic Training of Mixture-of-Experts Models with Adaptive Expert Placement

2024-07-05 · Yongji Wu, Wenjie Qu, Tianyang Tao, Zhuang Wang, Wei Bai, Zhuohao Li, Yuan Tian, Jiaheng Zhang, Matthew Lentz, Danyang Zhuo

Sparsely-activated Mixture-of-Experts (MoE) architecture has increasingly been adopted to further scale large language models (LLMs) due to its sub-linear scaling for computation costs. However, frequent failures still pose significant challenges as training scales. The cost of even a single failure is significant, as all GPUs need to wait idle until the failure is resolved, potentially losing considerable training progress as training has to restart from checkpoints. Existing solutions for efficient fault-tolerant training either lack elasticity or rely on building resiliency into pipeline parallelism, which cannot be applied to MoE models due to the expert parallelism strategy adopted by the MoE architecture. We present Lazarus, a system for resilient and elastic training of MoE models. Lazarus adaptively allocates expert replicas to address the inherent imbalance in expert workload and speeds-up training, while a provably optimal expert placement algorithm is developed to maximize the probability of recovery upon failures. Through adaptive expert placement and a flexible token dispatcher, Lazarus can also fully utilize all available nodes after failures, leaving no GPU idle. Our evaluation shows that Lazarus outperforms existing MoE training systems by up to 5.7x under frequent node failures and 3.4x on a real spot instance trace.

📄 PDF Abstract BibTeX arXiv:2407.04656

Code (0)

등록된 구현이 없습니다.

Tasks

GPUMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

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…

Training Matryoshka Mixture-of-Experts for Elastic Inference-Time Expert Utilization

2025-09-30 · Yaoxiang Wang, Qingguo Hu, Yucheng Ding, Ruizhe Wang 외 arxiv

Mixture-of-Experts (MoE) has emerged as a promising paradigm for efficiently scaling large language models without a proportional increase in computational cost. However, the standard training strategy of Top-K router pr…

MoE-Prism: Disentangling Monolithic Experts for Elastic MoE Services via Model-System Co-Designs

2025-10-22 · Xinfeng Xia, Jiacheng Liu, Xiaofeng Hou, Peng Tang 외 arxiv

Mixture-of-Experts (MoE) models, the state-of-the-art in large-scale AI, achieve high quality by sparsely activating parameters. However, their reliance on routing between a few monolithic experts via a top-k mechanism c…

Star Elastic: Many-in-One Reasoning LLMs with Efficient Budget Control

2026-05-08 · Ali Taghibakhshi, Ruisi Cai, Saurav Muralidharan, Sharath Turuvekere Sreenivas 외 arxiv

Training a family of large language models (LLMs), either from scratch or via iterative compression, is prohibitively expensive and inefficient, requiring separate training runs for each model in the family. In this pape…

Knowledge Distillation

Mixture of Efficient Diffusion Experts Through Automatic Interval and Sub-Network Selection

2024-09-23 · Alireza Ganjdanesh, Yan Kang, Yuchen Liu, Richard Zhang 외

Diffusion probabilistic models can generate high-quality samples. Yet, their sampling process requires numerous denoising steps, making it slow and computationally intensive. We propose to reduce the sampling cost by pru…

Denoising