日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
ワールドモデル/強化学習arXiv:2608.04964

WorldCycle: 長期的ビデオワールドモデルのための自己検証型強化学習

WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models

シェア:XThreadsFacebookLINEはてブBluesky

可逆なアクションサイクルを用いて、長期的な正確性を検証する自己教師あり強化学習フレームワークを提案し、ワールドモデルのドリフトを大幅に低減した。

詳しい要約

1. どんなもの?

WorldCycleは、長期的なビデオワールドモデルの精度を向上させるための自己検証型強化学習フレームワークです。可逆的なアクションサイクルを利用して、アノテーションなしで長期的なドリフトを監視し、モデルを改善します。また、複雑なアクション構造下での状態復帰能力を評価するベンチマークCycleBenchも提供します。

2. 先行研究と比べてどこがすごい?

従来のポストトレーニング手法(RLなど)は、任意のアクションシーケンスに対するグラウンドトゥルースの未来状態が存在しないため、検証が困難でした。WorldCycleは、可逆アクションサイクルを用いることで、初期状態への復帰を解析的に保証し、アノテーションなしで長期的な正確性を監視できる点が新しい。

3. 技術・手法の肝は?

通常のアクションシーケンスから閉じたアクションサイクルとその反復実行を構築し、2つの相補的な報酬を最適化します。空間的閉包報酬は、対称な前方・後方セグメント間の整合性を強制し、時間的一貫性報酬は、サイクル反復間の状態整合性を強制します。これにより、アクションを記憶された時間パターンではなく一貫した状態オペレータとして学習させます。

4. どうやって有効だと検証した?

CycleBenchベンチマークを用いて、複雑なアクション構造下での状態復帰能力を評価しました。その結果、WorldCycleはベースモデルと比較して、状態復帰ドリフトを最大44%削減し、複合アクションの精度を約4倍向上させました。

5. 議論はある?

要旨からは、WorldCycleの限界や潜在的な欠点についての議論は不明です。ただし、自己検証の仕組みが可逆アクションに依存しているため、可逆でないアクションや部分可観測環境への適用には課題がある可能性が考えられますが、要旨には明記されていません。

6. 次に読むべき論文は?

要旨で参照されている関連研究は明示されていませんが、ビデオワールドモデルや強化学習によるポストトレーニングに関する一般的な研究が挙げられます。具体的には、ビデオ予測モデル(例:VideoGPT, VideoPoet)や、RLを用いたモデル改善手法(例:DreamerV3)などが関連します。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Bohai Gu, Yueyang Yuan, Taiyi Wu, Dazhao Du, Jian Liu, Xiaoyi Pang, Jie Zhang, Xiaocheng Lu, Haobin Zhong, Xiaotong Zhao, Alan Zhao, Song Guo

分類: cs.AI, cs.LG

原文アブストラクト

Interactive video world models are essential for long-horizon planning and exploration, yet they suffer from compounding errors. Post-training methods such as reinforcement learning (RL) can improve these models, but they hit a verification bottleneck: for arbitrary action sequences, no ground-truth future state exists to measure long-term drift. Our key insight is that reversible action cycles make this verification possible: a sequence composed with its inverse must analytically return to the initial state, yielding annotation-free supervision on long-horizon correctness. Building on this, we introduce WorldCycle, a self-verifiable RL framework that constructs closed action cycles and their repeated executions from ordinary action sequences, and optimizes two complementary rewards: a spatial closure reward enforcing symmetry between mirrored forward and reverse segments, and a temporal consistency reward aligning states across repeated cycle executions. These rewards force the model to learn actions as consistent state operators rather than memorized temporal patterns, and extend naturally to out-of-distribution composite action cycles that the base model handles poorly. We further release CycleBench, a diagnostic benchmark for state-returning ability under complex action structures. WorldCycle reduces state returning drift by up to 44% and lifts composite-action accuracy nearly 4x over the base model, providing a vital foundation for physically grounded world models.