arXiv論文メモ
新着一覧
cs.LG / cs.AI · 査読状況未確認

専門家モデルの内部を細かく選んで追加学習

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

Zhentao Tan, Chang Liu, Yao Liu, Yue Wu, Jieping Ye

この論文をやさしく読む

ひとことで言うと

混合専門家型の言語モデルで、専門家の一部のチャネルだけを選んで追加学習する方法。

何に役立つ?

学習するパラメータ数を抑えながら、特定分野の課題にモデルを適応させたい場合に役立つ可能性がある。要旨では二つのMoEモデルで比較実験している。

この研究の面白いところ

専門家を一つの更新単位とせず、内部で強く反応するチャネル群を選ぶ。疎な更新による更新量の低下を補う調整も組み込む。

どこまで分かった?

報告された性能はOLMoEとLing-mini-2.0および評価した課題に基づく。すべてのMoEモデルで同じ改善が得られるという記載はない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

大規模言語モデルの規模が急速に拡大するにつれ、全パラメータを更新する適応は高価になり、混合専門家(MoE)モデルのような疎でモジュール化された構造が注目されている。この変化は、パラメータ効率のよい追加学習(PEFT)では、どの細かさでパラメータを選び更新すべきかという問いを生む。LoRAなどの既存手法はあらかじめ定めた重み行列を対象とし、専門家単位の疎な追加学習法は選んだ専門家全体を更新する。しかし著者らは、活性化した専門家の内部も疎であり、下流課題に強く反応する中間チャネルはごく一部だけだと観測した。専門家単位の適応でもまだ粒度が粗いことを示す。 そこで、適応の単位を専門家から部分専門家へ細分化するPEFTの枠組み、NSFT(Neural Sub-expert Fine-Tuning)を提案する。各専門家を中間次元に沿って構造化されたチャネル群に分け、ルーティング上の重要度と専門家内部の活性の顕著さを組み合わせて、課題に関係する部分専門家を選ぶ。疎な部分更新を最適化するため、実効的な更新量の減少を補う学習率の調整と動的な勾配の調整も導入する。 OLMoEとLing-mini-2.0を使い、難しい特定分野の課題と一般的なベンチマークで実験した結果、NSFTは代表的なPEFT法や専門家単位の疎な追加学習法を一貫して上回った。学習するパラメータは大幅に少なく、一般的な能力も競争力のある水準に保った。これらの結果は、部分専門家単位の適応がMoE言語モデルにとって、より精密で効率的なPEFTの方法になりうることを示唆する。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-22(UTC)
最新改訂
2026-09-22 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

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.

arXiv ID: 2609.25655 / 要約の誤りについて