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

Transformerの層を増やす代わりに思考を繰り返す

Trading Depth for Time in Recurrent Transformers

Zeyi Huang, Xuehai He, Yong Jae Lee, Yelong Shen

この論文をやさしく読む

ひとことで言うと

同じ層を時間方向にもう一度使うことで、層数を倍にする効果のどこまでを得られるか調べた研究です。

何に役立つ?

モデルの重みを増やせない条件で、追加計算を性能改善へ振り向ける設計の参考になります。

この研究の面白いところ

1トークンあたりに実行するブロック数をそろえ、層の追加と思考トークンの追加を比較しています。約半分少ないパラメータで改善の67〜81%を回復しました。

どこまで分かった?

報告は16層と20層のNanoChat系バックボーンでの比較です。計算ブロック数は同じであり、そのまま実行時間や総計算量が半減する結果ではありません。

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

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

再帰型Transformerは、各トークンの高水準の隠れ状態を次のトークンの計算へ渡す時間的な再帰によって、計算上の深さを増やす。ここで自然な疑問が生じる。追加の計算は、時間ステップを増やすために使うべきか、それとも物理的な層の深さを増やすために使うべきか。本研究では、潜在再帰型Transformer(LRT)を用いてこの問題を調べる。LRTはデコード時に語彙トークン1個につきバックボーンの順伝播を1回行う構造を維持し、計算を増やす二つの方法を統制された条件で比較できる。具体的には、連続する語彙トークンの間に潜在的な思考トークンを挿入する。各思考トークンは語彙トークンと同じL層を通り、バックボーンのパラメータを共有しつつ、次のトークンを予測する前に隠れ状態をさらに洗練する段階を追加する。 このL層のLRTを、思考トークンを持たない2L層のLRTと比較する。どちらもデコード時に語彙トークン1個あたり2L個のTransformerブロックを実行するが、思考トークンを用いるモデルのパラメータ数は少ない。16層および20層の混合エキスパート型NanoChatバックボーンでは、思考トークンを1個追加することで、浅いモデルと深さが2倍のモデルとの差がそれぞれ1バイトあたり0.006ビット、0.004ビットに縮まる。総パラメータ数を約48%少なくしながら、深さの増加による改善の67%と81%を回復した。この結果は、再帰型Transformerにおける時間方向の思考が、物理的な深さの増加に代わるパラメータ効率のよい方法となり得ることを示唆する。

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

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

更新履歴

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

原文の要旨

Recurrent Transformers increase computational depth through temporal recurrence, feeding each token's high-level hidden state into the computation of the next. This raises a natural question: is additional computation better spent on more temporal steps or greater physical depth? We investigate this question using Latent Recurrent Transformers (LRTs), which retain one backbone forward pass per vocabulary token during decoding and provide a controlled setting for comparing these two ways of adding computation. Specifically, we insert a latent thought token between consecutive vocabulary tokens. Each thought token passes through the same $L$ layers as a vocabulary token, sharing the backbone parameters and providing an additional stage of hidden-state refinement before predicting the next token. We compare this $L$-layer LRT against a $2L$-layer LRT without thought tokens. Both execute $2L$ Transformer blocks per vocabulary token during decoding, but the thought-token model uses fewer parameters. On 16- and 20-layer mixture-of-experts NanoChat backbones, one thought token brings the shallower model within 0.006 and 0.004 bits per byte of its double-depth counterpart, recovering 67% and 81% of the improvement with approximately 48% fewer total parameters. These results suggest that temporal thinking offers a parameter-efficient alternative to increasing physical depth in recurrent Transformers.

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