paper-with-me

Papers

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 hardware is low-cost but constrained by memory capacity and bandwidth, making it unsuitable for direct LLM training. To address this, we propose MoE-DisCo (Mixture-of-Experts with Disentangled Clustering and Coordination), a staged training framework. MoE-DisCo decomposes the MoE model into multiple dense submodels, each consisting of a shared backbone and a single expert, and partitions the training data into subsets using unsupervised clustering. Each submodel is trained independently and in parallel on its assigned data subset using low-cost devices, without any inter-device communication. Subsequently, all experts are integrated into a complete MoE model and fine-tuned globally for a short period on high-memory, high-bandwidth GPUs. Experiments show that our method matches or even surpasses full-parameter training in performance across multiple downstream tasks, loss function, and perplexity (PPL), while reducing training cost by 47.6 percent to 69.5 percent on Qwen1.5-MoE-2.7B and Llama-MoE-3.5B across different datasets.

📄 PDF Abstract BibTeX arXiv:2601.06857

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spatiotemporal-Untrammelled Mixture of Experts for Multi-Person Motion Prediction

2025-12-25 · Zheng Yin, Chengjian Li, Xiangbo Shu, Meiqi Cao 외 arxiv

Comprehensively and flexibly capturing the complex spatio-temporal dependencies of human motion is critical for multi-person motion prediction. Existing methods grapple with two primary limitations: i) Inflexible spatiot…

Robust Experts: the Effect of Adversarial Training on CNNs with Sparse Mixture-of-Experts Layers

2025-09-05 · Svetlana Pavlitska, Haixi Fan, Konstantin Ditschuneit, J. Marius Zöllner arxiv

Robustifying convolutional neural networks (CNNs) against adversarial attacks remains challenging and often requires resource-intensive countermeasures. We explore the use of sparse mixture-of-experts (MoE) layers to imp…

Mixture of A Million Experts

2024-07-04 · Xu Owen He

The feedforward (FFW) layers in standard transformer architectures incur a linear increase in computational costs and activation memory as the hidden layer width grows. Sparse mixture-of-experts (MoE) architectures have …

Computational EfficiencyLanguage ModelingLanguage ModellingMixture-of-Experts+1

S2MoE: Robust Sparse Mixture of Experts via Stochastic Learning

2025-03-29 · Giang Do, Hung Le, Truyen Tran

Sparse Mixture of Experts (SMoE) enables efficient training of large language models by routing input tokens to a select number of experts. However, training SMoE remains challenging due to the issue of representation co…

Mixture-of-Experts

LLaVA-MoLE: Sparse Mixture of LoRA Experts for Mitigating Data Conflicts in Instruction Finetuning MLLMs

2024-01-29 · Shaoxiang Chen, Zequn Jie, Lin Ma

Instruction finetuning on a variety of image-text instruction data is the key to obtaining a versatile Multimodal Large Language Model (MLLM), and different configurations of the instruction data can lead to finetuned mo…

Language ModellingLarge Language ModelMixture-of-ExpertsMultimodal Large Language Model