日本フィジカルAI新聞

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

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

Vid2WAM: ビデオ拡散事前知識を世界行動モデルへ蒸留する

Vid2WAM: Distilling Video Diffusion Priors into World Action Models

シェア:XThreadsFacebookLINEはてブBluesky

大規模ビデオ基盤モデルの拡散事前知識をコンパクトな世界行動モデルに蒸留し、専門家デモの少ない環境でもロボットの汎化性能とデータ効率を向上させる手法を提案した。

詳しい要約

1. どんなもの?

Vid2WAMは、大規模なvideo foundation modelの視覚的拡散事前分布を、コンパクトなWorld Action Model (WAM)の学生モデルに蒸留するオフライン蒸留フレームワークである。観測と言語指示から、タスク条件付きの将来ロールアウトと逆動力学モデルによる擬似アクションを生成し、WAMの将来予測と行動学習のための教師信号を提供する。推論時には教師モデルと逆動力学モデルを破棄し、学生モデルのみで効率的に動作する。

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

従来のWAMは、将来の視覚ダイナミクスと行動を共同でモデル化するが、高価な専門家デモに依存しており、スケーラビリティと汎化が制限されていた。Vid2WAMは、将来の監視がターゲットタスクの専門家軌道から得られる必要があるという前提に挑戦し、大規模なビデオ基盤モデルから蒸留することで、専門家デモへの依存を減らし、データ効率と新規タスクへの汎化を向上させる点が新しい。

3. 技術・手法の肝は?

手法の核は、2つの補完的なチャネルによる蒸留である。1) タスク条件付き将来ロールアウトが学生の将来予測ブランチを直接監視する。2) 逆動力学モデルが擬似アクションを生成し、行動学習に使用する。さらに、ソース認識残差行動適応(source-aware residual action adaptation)を導入し、共有行動バックボーンにソース固有の補正を学習させることで、合成監視と実監視の統合を堅牢にし、ノイズの多い擬似アクションからの干渉を軽減する。

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

シミュレーションと実世界の実験を通じて、限られた専門家デモの下での新規タスク汎化とデータ効率の向上を実証し、低遅延推論を維持することを確認した。具体的な評価指標やベースラインとの比較は要旨からは不明。

5. 議論はある?

要旨からは、蒸留された擬似アクションの品質や、逆動力学モデルの精度が最終性能に与える影響、また、異なるタスクやロボットプラットフォームへの適用可能性に関する議論は明示されていない。また、合成データと実データの比率や、ソース認識残差行動適応の設計選択に関する詳細な分析も要旨からは不明。

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

要旨で参照されている関連研究として、World Action Models (WAMs)の元論文、および大規模なvideo foundation modelに関する研究が挙げられる。また、逆動力学モデルや蒸留手法に関する一般的な研究も関連する。具体的な論文名は要旨に記載がないため、同分野の定番として、'Learning from Videos'や'Video Diffusion Models'、'Inverse Dynamics Models'などの一般名を挙げる。

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

著者: Chenhao Qiu, Ruixiang Wang, Runyi Zhao, Sixu Lin, Songen Gu, Shufeng Nan, Guiliang Liu, Kui Jia, Yanwei Fu, Simo Wu

分類: cs.RO

原文アブストラクト

World Action Models (WAMs) improve robot policy learning by jointly modeling future visual dynamics and actions. However, their scalability and generalization remain constrained by their reliance on costly expert demonstrations. We challenge this by asking whether future supervision for WAMs must originate from target-task expert trajectories. In this paper, we propose Vid2WAM, an offline distillation framework that transfers visual diffusion priors from a large video foundation model into a compact WAM student. Given an observation and language instruction, Vid2WAM distills supervision through two complementary channels: task-conditioned future rollouts directly supervise the student's future prediction branch, while an inverse dynamics model recovers embodiment-specific pseudo-actions for action learning. To robustly integrate synthetic and real supervision, we introduce source-aware residual action adaptation that learns source-specific corrections around a shared action backbone and mitigates interference from noisy pseudo-actions. During inference, both the video teacher and inverse dynamics model are discarded, leaving only the WAM student for efficient deployment. Simulation and real-world experiments demonstrate that Vid2WAM improves novel-task generalization and data efficiency under limited expert demonstrations while preserving low-latency inference.