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

軽量な再帰モデルに回転を表現させるComplex KDA

Complex KDA: Understanding and Enhancing the Expressivity of Kimi Delta Attention

Julien Siems, Riccardo Grazzi, Korbinian Pöppel, Jaisidh Singh, Arber Zela, Timur Carstensen, Jenia Jitsev, Frank Hutter, Volkan Cevher, Antonio Orvieto, Aaron Klein

この論文をやさしく読む

ひとことで言うと

軽量な系列モデルのパラメータが取れる範囲を広げ、内部状態を回転させるような更新も表現できるようにした研究です。更新行列の低コストな構造を保っています。

何に役立つ?

長い系列で状態を追い続けるモデルを設計するとき、どの構造が表現力を制限しているかを理解する助けになります。言語や周期音声を扱うモデルでの利用も評価しています。

この研究の面白いところ

更新を2回重ねる代わりに、既存のチャネル別ゲートをもう1つの鏡映として使います。数学的に表現できる行列・有限群を示した上で、長さの外挿実験と結び付けています。

どこまで分かった?

長さの外挿で最良という比較は、試したKDAのパラメータ範囲設定内の結果です。言語モデリングではKDAベースラインと同程度であり、全比較対象を一律に上回ったわけではありません。理論的な状態追跡能力と学習後の実性能も区別が必要です。

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

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

デルタ則に基づく線形RNNは効率的な系列モデリングを可能にするが、低ランク補正を伴う線形更新によって表現力が制限される。先行研究では、1回の再帰更新の中で2つのデルタ則遷移を合成すると2次元回転をモデル化できることが示されている。しかし、単一の遷移に比べて更新のランクと計算コストが増える。 本研究では、Kimi Delta Attention(KDA)が、1つのデルタ則変換と、チャネル別ゲートが与える2つ目の鏡映を組み合わせることで2次元回転を実現できることを示す。そのためには、既存の2つの範囲拡張を組み合わせてKDAのパラメータ範囲を広げ、ゲートを[-1,1]、デルタ則の係数βを[0,2]に設定可能とする必要がある。得られたモデルをComplex KDA(CKDA)と呼ぶ。 CKDAは、遷移を対角行列とランク1行列の和のまま、かつ非拡大的なままに保ち、KDAの安定性と効率を維持しながら、DeltaProduct₂の状態追跡表現力に到達する。CKDAの表現力を特徴付け、対角行列とランク1行列の和として表せる直交行列は、すべて厳密にCKDAの遷移行列になることを証明する。CKDAの単一層は、SO(3)の部分群と同型なあらゆる有限群を追跡できる。また、多くの状態追跡の結果で、同じ対角行列+ランク1構造を持つ他の線形RNNよりも1層少なくて済む。 実験では、2つの拡張を組み合わせた設定が、S₃、S₄、周期的な音声の続きを生成する課題において、試したKDAの範囲設定の中で最も優れた長さ方向の外挿性能を示した。言語モデリングでは、CKDAはTransformerや他の線形RNNを上回り、KDAベースラインと同程度の結果を得て、有望なスケーリング挙動を示す。コードは https://github.com/OpenEuroLLM/ComplexKDA でオープンソース公開され、モデルは https://huggingface.co/collections/openeurollm/complexkda で利用できる。

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

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

更新履歴

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

原文の要旨

Linear RNNs based on the delta-rule enable efficient sequence modeling, but their linear updates with a low-rank correction constrain their expressivity. Prior work has shown that composing two delta-rule transitions in a single recurrent update can model a 2D rotation, but this increases the rank and the cost of the updates compared to a single transition. We show that Kimi Delta Attention (KDA) can realize 2D rotations by combining a single delta-rule transformation with a second reflection supplied by its channel-wise gate. This requires extending the parameter ranges of KDA by combining two existing range extensions: allowing gates in $[-1,1]$ and the delta-rule coefficient $\beta$ in $[0,2]$. We call the resulting model Complex KDA (CKDA). It preserves KDA's stability and efficiency, with transitions that remain diagonal-plus-rank-one and non-expansive, while reaching the state-tracking expressivity of DeltaProduct$_2$. We characterize the expressivity of CKDA and prove that every orthogonal diagonal-plus-rank-one matrix is exactly a CKDA transition matrix. A single CKDA layer can track every finite group isomorphic to a subgroup of $\mathrm{SO}(3)$, and many state-tracking results use one fewer layer for CKDA compared to other diagonal-plus-rank-one Linear RNNs. Empirically, combining both extensions yields the strongest length extrapolation among tested KDA range settings on $S_3$, $S_4$, and periodic audio continuation. In language modeling, CKDA outperforms Transformers and other linear RNNs, obtains similar results to a KDA baseline, and shows promising scaling behavior. Our code is open source at https://github.com/OpenEuroLLM/ComplexKDA and our models are available at https://huggingface.co/collections/openeurollm/complexkda.

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