paper-with-me

Papers

Continual Pre-training of MoEs: How robust is your router?

2025-03-06 · Benjamin Thérien, Charles-Étienne Joseph, Zain Sarwar, Ashwinee Panda, Anirban Das, Shi-Xiong Zhang, Stephen Rawls, Sambit Sahu, Eugene Belilovsky, Irina Rish

Sparsely-activated Mixture of Experts (MoE) transformers are promising architectures for foundation models. Compared to dense transformers that require the same amount of floating point operations (FLOPs) per forward pass, MoEs benefit from improved sample efficiency at training time and achieve much stronger performance. Many closed-source and open-source frontier language models have thus adopted an MoE architecture. Naturally, practitioners will want to extend the capabilities of these models with large amounts of newly collected data without completely re-training them. Prior work has shown that a simple combination of replay and learning rate re-warming and re-decaying can enable the continual pre-training (CPT) of dense decoder-only transformers with minimal performance degradation compared to full re-training. In the case of decoder-only MoE transformers, however, it is unclear how the routing algorithm will impact continual pre-training performance: 1) do the MoE transformer's routers exacerbate forgetting relative to a dense model?; 2) do the routers maintain a balanced load on previous distributions after CPT?; 3) are the same strategies applied to dense models sufficient to continually pre-train MoE LLMs? In what follows, we conduct a large-scale (>2B parameter switch and DeepSeek MoE LLMs trained for 600B tokens) empirical study across four MoE transformers to answer these questions. Our results establish a surprising robustness to distribution shifts for both Sinkhorn-Balanced and Z-and-Aux-loss-balanced routing algorithms, even in MoEs continually pre-trained without replay. Moreover, we show that MoE LLMs maintain their sample efficiency (relative to a FLOP-matched dense model) during CPT and that they can match the performance of a fully re-trained MoE at a fraction of the cost.

📄 PDF Abstract BibTeX arXiv:2503.05029

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Routers in Vision Mixture of Experts: An Empirical Study

2024-01-29 · Tianlin Liu, Mathieu Blondel, Carlos Riquelme, Joan Puigcerver

Mixture-of-Experts (MoE) models are a promising way to scale up model capacity without significantly increasing computational cost. A key component of MoEs is the router, which decides which subset of parameters (experts…

Language ModelingLanguage ModellingMixture-of-Experts

Is Retraining-Free Enough? The Necessity of Router Calibration for Efficient MoE Compression

2026-02-10 · Sieun Hyeon, Jaeyoung Do arxiv

Mixture-of-Experts (MoE) models scale capacity efficiently, but their massive parameter footprint creates a deployment-time memory bottleneck. We organize retraining-free MoE compression into three paradigms - Expert Pru…

Knowledge Distillation

Dense Backpropagation Improves Training for Sparse Mixture-of-Experts

2025-04-16 · Ashwinee Panda, Vatsal Baherwani, Zain Sarwar, Benjamin Therien 외

Mixture of Experts (MoE) pretraining is more scalable than dense Transformer pretraining, because MoEs learn to route inputs to a sparse set of their feedforward parameters. However, this means that MoEs only receive a s…

Mixture-of-Experts

Mobile V-MoEs: Scaling Down Vision Transformers via Sparse Mixture-of-Experts

2023-09-08 · Erik Daxberger, Floris Weers, BoWen Zhang, Tom Gunter 외

Sparse Mixture-of-Experts models (MoEs) have recently gained popularity due to their ability to decouple model size from inference efficiency by only activating a small subset of the model parameters for any given input …

Mixture-of-Experts

Read-ME: Refactorizing LLMs as Router-Decoupled Mixture of Experts with System Co-Design

2024-10-24 · Ruisi Cai, Yeonju Ro, Geon-Woo Kim, Peihao Wang 외

The proliferation of large language models (LLMs) has led to the adoption of Mixture-of-Experts (MoE) architectures that dynamically leverage specialized subnetworks for improved efficiency and performance. Despite their…

Mixture-of-ExpertsMMLUScheduling