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

KV計算を増やさず言語モデルを拡張するKITE

KITE: KV-Invariant Transformer Expansion for Efficient Agentic LLM Scaling

Zhiheng Hu, Yixun Wei, Jian Zhou, Yizhuang Zhou, Ji Li, Xing Chen, Yang Li, Bojun Wang, Yibo Zhu, Xiangyu Zhang, Daxin Jiang

この論文をやさしく読む

ひとことで言うと

注意機構のKVに影響しない場所へパラメータを追加し、言語モデルを大きくしてもKV処理の費用を抑える方式。

何に役立つ?

大きな言語モデルの学習と推論の計算費用を設計段階で比較するのに役立つ。

この研究の面白いところ

二塔式の具体例で、KVを作る側と読む側を分け、推論費用を抑えながら学習損失を改善した。

どこまで分かった?

要旨の推論費用は推定値であり、比較は記載された混合専門家モデルと同程度の累積学習計算量で行われた。

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

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

言語モデルの拡大では最終的な品質だけでなく、所定の品質を得るため学習、プロンプト処理、自己回帰的な生成にどれだけ計算を使うかを構造が決める。理想的な構造はこれらすべての計算費用を下げてより大きなモデルへの拡大を可能にし、大きなモデルが小さな比較基準を実際に上回るようにする。本研究はそのための拡大方式KV-Invariant Transformer Expansion(KITE)を導入する。小さなモデルから大きなモデルへ学習を進め、既存モデルを活用して学習費用を節約する一方、新たなパラメータを注意機構のKVに影響しない領域に置く。そのため推論時のKVの事前計算には小さい部分だけが必要で、推論費用を削減できる。具体例として、片方がKVを作り、もう片方がそれを読む二塔式デコーダーStep Scale Transformer(SST)を提示する。累積学習計算量を同程度にした比較で、総パラメータ670億、生成トークンあたり有効な本体パラメータ21.5億のSSTは、有効パラメータがそれぞれ14.8億、20.2億の470億および630億パラメータの混合専門家Transformerより低い学習損失を達成し、推定推論費用をそれぞれ6.7%、31.6%減らした。

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

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

更新履歴

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

原文の要旨

Scaling a language model is not only a question of final quality: the architectural choice determines how much computation is spent during training, prompt processing, and autoregressive decoding to achieve certain model quality. An ideal model architecture should lower all above computation costs to facilitate scaling to a larger model, while ensure the larger model indeed outperforms smaller baselines. We introduce KV-Invariant Transformer Expansion (KITE), a scaling paradigm that achieves this goal. It trains the model from a smaller size to a larger size (i.e., saving training costs via upcycling), while places newly added parameters in regions that do not affect attention KV. Consequently, during inference, prefilling KV only relies on the smaller part of the model, so the inference costs are saved. As a concrete instantiation, we present Step Scale Transformer (SST), a two-tower decoder in which one tower produces KV and the other reads them. At comparable cumulative training compute, SST, a 67B MoE model with 2.15B active body parameters per decode token, achieves lower training loss than 47B and 63B MoE Transformers with 1.48B and 2.02B active body parameters, respectively, while reducing estimated inference cost by 6.7% and 31.6%.

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