日本フィジカルAI新聞

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

週刊ニュースレター購読
VLAarXiv:2608.10232v1

FACT: 失敗を考慮した因果的ワールドアクションモデルの訓練

FACT: Failure-Aware Causal Training for World-Action Models

シェア:XThreadsFacebookLINEはてブBluesky

ワールドアクションモデルに失敗データを組み込み、行動の結果を予測する因果的モデルを提案。シミュレーションと実機の双腕操作で既存手法を上回る性能を示した。

詳しい要約

1. どんなもの?

FACTは、実行されたアクションに条件付けられた将来のビデオとタスクの進捗を予測する因果的なWorld-Action Model (WAM)を導入する。従来のWAMは主に成功デモで訓練され、悪いアクションの結果を予測する理由がほとんどない。FACTはアクション条件付きインターフェースにより、失敗ロールアウトをアクションの結果の監視に利用し、悪いアクションを破棄するのではなく有効な将来のターゲットに変換する。失敗を意識した訓練により、進捗予測器は成功と失敗の両方のアクション結果を認識し、推論時にサンプリングされたアクション候補のスコアリングに任意で使用できる。

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

先行研究のWAMは、将来予測の能力を利用して将来ビデオを生成し、逆動力学モデルでアクションを復元するか、予測ビデオをアクション生成の目標条件として使用する。しかし、これらのモデルは主に成功デモで訓練され、悪いアクションの結果を予測する動機が乏しい。FACTはアクション条件付きの将来予測を導入し、失敗データを訓練に組み込むことで、成功バイアスを減らし、悪いアクション下での幻覚を低減する点が新しい。

3. 技術・手法の肝は?

FACTは、実行されたアクションに条件付けられた将来ビデオとタスク進捗を予測する因果モデルを構築する。アクション条件付きインターフェースにより、失敗ロールアウトをアクションの結果の監視に利用し、悪いアクションを有効な将来のターゲットに変換する。失敗を意識した訓練により、進捗予測器は成功と失敗の両方のアクション結果を認識する。推論時には、進捗予測器を使用してサンプリングされたアクション候補をスコアリングすることができる。

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

シミュレーションと実世界のバイマニュアル操作タスクで広範な実験を行い、FACTが多くの既存ベースラインを上回ることを示した。また、失敗データを訓練に組み込むにつれて性能が向上し、悪いアクション下での成功バイアスのある将来幻覚を低減することを確認した。

5. 議論はある?

要旨からは、FACTの限界や潜在的な欠点についての議論は不明。ただし、失敗データの活用が有効である一方、失敗データの収集方法や量、モデルの複雑さなどが実用上の課題となる可能性が考えられるが、要旨には明記されていない。

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

要旨で参照されている関連研究として、World-Action Models (WAMs)、将来予測を用いたポリシー訓練、逆動力学モデル、ビデオ予測モデルなどが挙げられる。具体的な論文名は不明だが、これらの分野の定番論文を読むことが推奨される。

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

著者: Quanquan Peng, Yutong Liang, Rui Yan, Nicklas Hansen, Xiaolong Wang

分類: cs.RO, cs.AI, cs.LG

原文アブストラクト

Recent world-action models (WAMs) show that co-training policies with future prediction can provide physical priors for action generation. Building on the future-prediction ability of video models, many WAMs generate future videos and recover actions with inverse-dynamics models, or use these predicted videos as goal conditions for action generation. In both cases, the world model is trained mostly on successful demonstrations and has little reason to predict the consequences of bad actions. We introduce FACT, a causal World-Action Model that predicts future video and task progress conditioned on the executed action. This action-conditioned interface allows failure rollouts to supervise action consequences, turning bad actions into valid future targets rather than being discarded. Failure-aware training makes the progress predictor aware of both successful and failed action outcomes, which can optionally be used to score sampled action candidates at inference. Extensive experiments on simulation and real-world bimanual manipulation tasks show that FACT outperforms many existing baselines, improves as failure data are incorporated into training, and reduces success-biased future hallucination under bad actions. See more details at https://fact-wam.github.io/