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

勾配推定の効率から強化学習の探索分岐を選ぶ

EPIG-Tree: Compute-Optimal Branching for Gradient-Efficient Reinforcement Learning

Nikita Khomich, Leopold Hermansson, Ido Hakimi

この論文をやさしく読む

ひとことで言うと

強化学習の試行を枝分かれさせる位置を、行動の迷いではなく勾配推定の精度向上に応じて決めます。

何に役立つ?

同じ計算予算で学習に有用な試行を増やすための方法です。制御課題とLLMの学習・評価で検討されています。

この研究の面白いところ

新たな行動分岐と同じ行動の先の繰り返し試行を、異なる不確かさを減らす操作として分けます。既に計算した試行から、計算費用当たりの寄与を見積もります。

どこまで分かった?

連続制御13環境中の密な9環境では全勝と報告しますが、全13環境での優位という意味ではありません。単発数学では分岐配置よりトークン単位の報酬配分が重要で、Wordleの最終勝率は0.850でした。

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

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

Group Relative Policy Optimization(GRPO)に代表される言語モデル向けの報酬ベースの強化学習は、確率的な軌跡全体を1つのスカラー報酬に集約する。この方法は明快で拡張性が高いが、探索と報酬の配分は非効率である。1つの軌跡には、結果の原因となる多数の意思決定、立て直しの試み、環境のランダム性による出来事が含まれ得るにもかかわらず、すべてのトークンや行動が軌跡単位の同じアドバンテージを受け取る。 本研究は、木構造のロールアウトの構成を、方策勾配推定のための計算資源配分問題として扱う。中心となる主張は、単に方策が不確実な箇所ではなく、追加の分岐によって計算量当たりの方策勾配の不確実性が最も減る箇所に分岐を配置すべきだというものである。局所的な方策勾配の確率変数に全分散の法則を適用し、2つの配分則を導く。新しい分岐は意思決定の不確実性を減らし、後続部分のロールアウトの反復は継続過程の不確実性を減らす。得られたEPIG-Treeスコアは、計算済みのロールアウトを利用して分岐を配分する。占有度とスコアで重み付けした価値の不確実性を推定し、後続部分への配分則 n_e ∝ w_e ‖∇_θ log π(a_e|h_e)‖ σ_e / √c_e を用いる。 実証評価では、EPIGは状態を複製できる制御課題で勾配の平均二乗誤差を減らし、13環境を調べたうち、密な報酬を持つ連続制御の9環境すべてで優位となった。参照勾配の方向をほぼ完全に復元し、固定した大規模言語モデルでも、エントロピーに基づく分岐より勾配の較正を改善した。オンラインの単一ターン数学課題では、木の局所構造に基づく貢献度の割当てが平坦なGRPOを上回る一方、分岐位置の重要性はトークン単位の貢献度の割当てより低かった。オンラインの複数ターンWordleでは、EPIGの最終勝率が最高の0.850となった。学習が進むにつれ、早期に0.790で頭打ちになる平坦なGRPOとエントロピー分岐を追い越し、勾配推定の利点が、状態を持ち行動空間が大きい設定にも引き継がれることを確認した。

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

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

更新履歴

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

原文の要旨

Reward-based reinforcement learning for language models, exemplified by Group Relative Policy Optimization (GRPO), collapses an entire stochastic trajectory into a single scalar reward. This is clean and scalable, but it explores and allocates reward inefficiently: a trajectory may contain many causal decisions, recovery attempts, and environment-randomness events, yet every token or action inherits one trajectory-level advantage. We study tree-based rollout construction as a compute-allocation problem for policy-gradient estimation. Our central claim is that branches should be placed not where the policy is merely uncertain, but where an additional branch most reduces uncertainty about the policy gradient per unit of compute. From a law-of-total-variance decomposition of the local policy-gradient random variable, we derive two allocation laws: new branches reduce decision uncertainty, while repeated suffix rollouts reduce continuation uncertainty. The resulting EPIG-Tree score allocates branches using the already computed rollouts. It estimates occupancy- and score-weighted value uncertainty, along with a suffix law $n_e \propto w_e \|\nabla_\theta \log \pi(a_e|h_e)\| \sigma_e / \sqrt{c_e}$. Empirically, EPIG reduces gradient MSE in cloned-state control, winning in all nine dense continuous-control environments of a 13-environment sweep and recovering the reference gradient direction near-perfectly, and it improves frozen-LLM gradient calibration relative to entropy branching. In online single-turn math, tree-local credit beats flat GRPO, while branch placement is secondary to token-level credit assignment. In online multi-turn Wordle, EPIG attains the highest final win rate (0.850), overtaking flat GRPO, which saturates early at 0.790, and entropy branching as training proceeds, confirming that the gradient-estimation advantage transfers to a stateful, large-action setting.

著者のコメント

12 pages, 8 figures

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