paper-with-me

홈 › Papers

PERFT: Parameter-Efficient Routed Fine-Tuning for Mixture-of-Expert Model

2024-11-12 · Yilun Liu, Yunpu Ma, Shuo Chen, Zifeng Ding, Bailan He, Zhen Han, Volker Tresp

The Mixture-of-Experts (MoE) paradigm has emerged as a powerful approach for scaling transformers with improved resource utilization. However, efficiently fine-tuning MoE models remains largely underexplored. Inspired by recent works on Parameter-Efficient Fine-Tuning (PEFT), we present a unified framework for integrating PEFT modules directly into the MoE mechanism. Aligning with the core principles and architecture of MoE, our framework encompasses a set of design dimensions including various functional and composition strategies. By combining design choices within our framework, we introduce Parameter-Efficient Routed Fine-Tuning (PERFT) as a flexible and scalable family of PEFT strategies tailored for MoE models. Extensive experiments on adapting OLMoE-1B-7B and Mixtral-8$\times$7B for commonsense and arithmetic reasoning tasks demonstrate the effectiveness, scalability, and intriguing dynamics of PERFT. Additionally, we provide empirical findings for each specific design choice to facilitate better application of MoE and PEFT.

📄 PDF Abstract BibTeX arXiv:2411.08212

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningMixture-of-Expertsparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

MoE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Parameter-Efficient Routed Fine-Tuning: Mixture-of-Experts Demands Mixture of Adaptation Modules

2025-08-04 · Yilun Liu, Yunpu Ma, Yuetian Lu, Shuo Chen 외 arxiv

Mixture-of-Experts (MoE) benefits from a dynamic routing mechanism among their specialized experts, which existing Parameter- Efficient Fine-Tuning (PEFT) strategies fail to leverage. This motivates us to investigate whe…

PerfTracker: Online Performance Troubleshooting for Large-scale Model Training in Production

2025-06-10 · Yu Guan, Zhiyu Yin, Haoyu Chen, Sheng Cheng 외

Troubleshooting performance problems of large model training (LMT) is immensely challenging, due to unprecedented scales of modern GPU clusters, the complexity of software-hardware interactions, and the data intensity of…

DiagnosticGPU

Guided by the Experts: Provable Feature Learning Dynamic of Soft-Routed Mixture-of-Experts

2025-10-08 · Fangshuo Liao, Anastasios Kyrillidis arxiv

Mixture-of-Experts (MoE) architectures have emerged as a cornerstone of modern AI systems. In particular, MoEs route inputs dynamically to specialized experts whose outputs are aggregated through weighted summation. Desp…

MoE-Sieve: Routing-Guided LoRA for Efficient MoE Fine-Tuning

2026-03-25 · Andrea Manzoni arxiv

Standard LoRA fine-tuning of Mixture-of-Experts (MoE) models applies adapters to every expert, yet our profiling shows that per-layer expert routing is highly skewed: a small subset of experts handles most tokens in each…

FPMoE: A Sparse Mixture-of-Experts Approach to Functional Code Generation

2026-05-27 · Loc Pham, Lang Hong Nguyet Anh, Thanh Le-Cong arxiv

Despite rapid progress in LLM-based code generation, existing models are predominantly trained on imperative languages, leaving functional programming languages (FPLs) such as Haskell, OCaml, and Scala chronically undere…

Code Generation