paper-with-me

홈 › Papers

Shortcut-connected Expert Parallelism for Accelerating Mixture-of-Experts

2024-04-07 · Weilin Cai, Juyong Jiang, Le Qin, Junwei Cui, Sunghun Kim, Jiayi Huang

Expert parallelism has emerged as a key strategy for distributing the computational workload of sparsely-gated mixture-of-experts (MoE) models across multiple devices, enabling the processing of increasingly large-scale models. However, the All-to-All communication inherent to expert parallelism poses a significant bottleneck, limiting the efficiency of MoE models. Although existing optimization methods partially mitigate this issue, they remain constrained by the sequential dependency between communication and computation operations. To address this challenge, we propose ScMoE, a novel shortcut-connected MoE architecture integrated with an overlapping parallelization strategy. ScMoE decouples communication from its conventional sequential ordering, enabling up to 100% overlap with computation. Compared to the prevalent top-2 MoE baseline, ScMoE achieves speedups of 1.49 times in training and 1.82 times in inference. Moreover, our experiments and analyses indicate that ScMoE not only achieves comparable but in some instances surpasses the model quality of existing approaches.

📄 PDF Abstract BibTeX arXiv:2404.05019

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
MoE 설명 없음

Similar Papers 제목 키워드 기반

MoNTA: Accelerating Mixture-of-Experts Training with Network-Traffc-Aware Parallel Optimization

2024-11-01 · Jingming Guo, Yan Liu, Yu Meng, Zhiwei Tao 외

The Mixture of Experts (MoE) is an advanced model architecture in the industry that combines multiple specialized expert models from various domains into a single supermodel. This approach enables the model to scale with…

8kMixture-of-Experts

Not Eliminate but Aggregate: Post-Hoc Control over Mixture-of-Experts to Address Shortcut Shifts in Natural Language Understanding

2024-06-17 · Ukyo Honda, Tatsushi Oka, Peinan Zhang, Masato Mita

Recent models for natural language understanding are inclined to exploit simple patterns in datasets, commonly known as shortcuts. These shortcuts hinge on spurious correlations between labels and latent features existin…

Mixture-of-ExpertsNatural Language Understanding

LongCat-Flash-Omni Technical Report

2025-10-31 · Meituan LongCat Team, Bairui Wang, Bayan, Bin Xiao 외 arxiv

We introduce LongCat-Flash-Omni, a state-of-the-art open-source omni-modal model with 560 billion parameters, excelling at real-time audio-visual interaction. By adopting a curriculum-inspired progressive training strate…

Tackling Shortcut Learning in Deep Neural Networks: An Iterative Approach with Interpretable Models

2023-02-20 · Shantanu Ghosh, Ke Yu, Forough Arabshahi, Kayhan Batmanghelich

We use concept-based interpretable models to mitigate shortcut learning. Existing methods lack interpretability. Beginning with a Blackbox, we iteratively carve out a mixture of interpretable experts (MoIE) and a residua…

Accelerating MoE Model Inference with Expert Sharding

2025-03-11 · Oana Balmau, Anne-Marie Kermarrec, Rafael Pires, André Loureiro Espírito Santo 외

Mixture of experts (MoE) models achieve state-of-the-art results in language modeling but suffer from inefficient hardware utilization due to imbalanced token routing and communication overhead. While prior work has focu…

DecoderGPULanguage ModelingLanguage Modelling+2