複数の場面をつなぐ動画質問で推論モデルを訓練
Video-HopChain: Multi-Hop Questions and Confidence-Gated Exploration for Video Reasoning Models
この論文をやさしく読む
ひとことで言うと
動画の複数場面を順に確認する質問を作り、視覚推論モデルの強化学習に使った研究。
何に役立つ?
単一場面だけでは解けない動画質問でモデルを訓練・評価する際のデータ設計と学習方法の参考になる。
この研究の面白いところ
13,378本の動画から22,550問を作り、二段階の学習で平均点を55.4から57.9へ、CGE追加で59.3へ上げた。
どこまで分かった?
結果はQwen3-VL-8Bと八つの評価ベンチマークでのもの。現実の動画業務全般への効果は要旨では示されていない。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
静止画像ではHopChainにより、複数段階のデータを合成することで視覚・言語の推論が改善すると示された。長い思考の連鎖では各段階の誤りが積み重なるが、検証可能な報酬を用いる強化学習(RLVR)の多くのデータは視覚的証拠を連鎖させる必要がなく、この弱点が表に出にくいためである。本研究は動画でも同じ問題を観察し、これまで検討されていなかった枠組みとしてVideo-HopChainを作る。13,378本の動画から22,550件の複数段階の質問を作り、別に1,000件の評価用質問を用意した。各質問は一つの動画の場面について三~六個の「はい・いいえ」の問いをつなぎ、各回答に応じて二つの整数のどちらかを割り当てる。最終回答はその整数の合計なので、合計が完全一致すればRLVRに必要な検証可能な報酬となる。まずQwen3-VL-8Bを標準的な動画データでGRPO学習し、次にVideo-HopChainで学習すると、八つの動画理解・推論ベンチマークの平均点は55.4から57.9へ上がり、すべてで改善した。ただしGRPOの学習信号は群内の報酬のばらつきに由来するため、すべて不正解の難問やすべて正解の易問では勾配が得られない。この群を同じ計算予算で活用するため、Confidence-Gated Exploration(CGE)を導入する。各質問について八つの回答試行のうち最初の四つを通常どおり生成し、すべて正解または不正解だった場合は、推論部分で方策が最も自信を持つトークンをマスクして残り四つを生成する。マスク位置は損失から除く一方、八つの試行すべてを優位性の計算に含める。CGEにより平均点はさらに59.3へ上がった。著者らはデータセット、モデルの保存時点、データ生成・学習コードを公開する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-22(UTC)
- 最新改訂
- 2026-09-22 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-22 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
HopChain has shown on still images that multi-hop data synthesis improves vision-language reasoning, because long chain-of-thought reasoning exposes errors that compound across steps, while most data used for reinforcement learning with verifiable rewards (RLVR) rarely demands a chain of visual evidence, so these weaknesses are likely to stay unexposed. We observe the same problem in video, where this framework has not yet been explored. We therefore build Video-HopChain, a dataset of 22,550 multi-hop video questions over 13,378 videos, together with a held-out benchmark of 1,000 questions. Each question chains three to six yes/no questions about moments in one video, and each yields one of two integers depending on its answer. The final answer is the sum of these integers, so an exact match on that sum gives the verifiable reward that RLVR needs. We first train Qwen3-VL-8B with GRPO on a standard video dataset, and a second stage on Video-HopChain then raises the mean over eight video understanding and reasoning benchmarks from 55.4 to 57.9 and improves every one of them. Training on such a dataset, however, exposes a known limitation of GRPO: its learning signal comes from the reward variance within a group, so hard questions whose rollouts are all incorrect and easy questions whose rollouts are all correct both leave the group with no gradient. To recover these groups at the same compute budget, we introduce Confidence-Gated Exploration (CGE). With 8 rollouts per question, CGE samples the first 4 as usual. If these 4 are either all correct or all incorrect, it samples the last 4 with the policy's most confident token masked inside the reasoning span, and removes the masked positions from the loss while all 8 rollouts enter the advantage. With CGE, the mean rises further to 59.3. We release the dataset, the checkpoint, and the data generation and training code.
arXiv ID: 2609.25773 / 要約の誤りについて