From Experts to Sub-experts: Fine-grained Parameter-Efficient Fine-Tuning for MoE LLMs

📅 2026-09-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究针对MoE模型的参数高效微调问题,提出NSFT方法,通过细化到子专家级别进行更精细和高效的参数更新。
📝 Abstract
As large language models (LLMs) scale rapidly, dense full-parameter adaptation becomes increasingly expensive, motivating sparse and modular architectures such as Mixture-of-Experts (MoE) models. This shift raises a key question for parameter-efficient fine-tuning (PEFT): at what granularity should parameters be selected and updated? Existing PEFT methods such as LoRA operate on predefined weight matrices, while expert-level sparse tuning methods update entire selected experts. However, we observe that activated experts are internally sparse, with only a small fraction of intermediate channels strongly responding to downstream tasks, indicating that expert-level adaptation is still too coarse. We propose NSFT (Neural Sub-expert Fine-Tuning), a fine-grained PEFT framework that refines MoE adaptation from experts to sub-experts. NSFT decomposes each expert along the intermediate dimension into structured channel groups and selects task-relevant sub-experts by combining routing importance with intra-expert activation saliency. To optimize sparse partial updates, NSFT further introduces learning-rate scaling and dynamic gradient scaling to compensate for the reduced effective update magnitude. Experiments on OLMoE and Ling-mini-2.0 across challenging domain-specific tasks and general benchmarks show that NSFT consistently outperforms representative PEFT and expert-level sparse tuning baselines, while using substantially fewer trainable parameters and preserving competitive general capability. These results suggest that sub-expert-level adaptation is a more precise and efficient PEFT paradigm for MoE LLMs.
Problem

Research questions and friction points this paper is trying to address.

parameter-efficient fine-tuning
Mixture-of-Experts
sparse and modular architectures
Innovation

Methods, ideas, or system contributions that make the work stand out.

NSFT
sub-expert adaptation
learning-rate scaling
dynamic gradient scaling
parameter-efficient fine-tuning
Z
Zhentao Tan
Alibaba Group
C
Chang Liu
Alibaba Group
Y
Yao Liu
Alibaba Group
Y
Yue Wu
Alibaba Group
J
Jieping Ye
Alibaba Group