日本フィジカルAI新聞

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

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

DIDO: インタラクション中心のダイナミクスを1ステップ拡散に蒸留するワールドアクションモデル

DIDO: Distilling Interaction-Centric Dynamics into One-Step Denoising for World Action Models

シェア:XThreadsFacebookLINEはてブBluesky

動画生成ベースのロボット操作モデルを1ステップ拡散に蒸留し、把持器と対象物のインタラクションを保ちつつ推論遅延を削減した手法。

詳しい要約

1. どんなもの?

- World Action Models (WAMs) は video generation model を用いてロボット manipulation の将来 visual dynamics を予測する。 - しかし iterative denoising は closed-loop control に追加 latency を生む。 - そこで DIDO を提案。multi-step video model の converged dynamics を single denoising step に distill する。 - distribution matching distillation と interaction-centric representation guidance を組み合わせる。 - 推論 latency を大幅に削減しつつ manipulation に重要な interaction dynamics を保持する。

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

- 従来の WAMs は multi-step denoising により高品質な予測が可能だが latency が大きい。 - 単純に multi-step video model を one step に truncate すると scene structure は保たれるが interaction-centric dynamics が失われる。 - DIDO は distillation により one forward pass で multi-step の converged dynamics を再現。 - さらに gripper, manipulated object, その interaction を明示的にモデル化し、DINOv3 encoder の特徴と整合させる。 - これにより one step でも relevant entities と future dynamics を保持できる点が優れている。

3. 技術・手法の肝は?

- distribution matching distillation を用いて multi-step video model の converged dynamics を single denoising step に distill。 - interaction-centric representation guidance を導入。 - supervised bounding-box visual reasoning tokens で gripper, manipulated object, その interaction を明示的にモデル化。 - target object の representations を複数 model layers で pretrained DINOv3 encoder の features と align。 - これにより one step で relevant entities と future dynamics を保持しつつ inference latency を削減。

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

- LIBERO で平均 success rate 99.0% を達成。 - LIBERO-Plus で 76.6%、RoboTwin で 92.0% を達成。 - さらに real-world robotic manipulation における long-horizon および generalization tasks への有効な transfer を示す。 - これらの benchmark と real-world 実験により有効性を検証。

5. 議論はある?

- 要旨からは不明。 - ただし visual content が denoising 中に異なる rate で収束するという empirical finding に基づき、static background は早期に形成されるが gripper と manipulated object は first step 後も blurry で interaction dynamics は subsequent denoising でのみ現れると述べている。 - このことが naive truncation の問題点として議論されている。

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

- 要旨で参照/比較されている研究: World Action Models (WAMs), distribution matching distillation, DINOv3 encoder。 - 関連手法として video generation models, iterative denoising, LIBERO, LIBERO-Plus, RoboTwin が挙げられる。 - 同分野の定番として robotic manipulation における video prediction や diffusion policy 関連の研究が次に読むべき候補。

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

著者: Jing Lyu, Shuanghao Bai, Runze Xiao, Zhenyu Liao, Wenxing Tan, Zihan Tang, Ruochuan Shi, Cheng Peng, Yuheng Ji, Yihao Wang, Badong Chen, Pengwei Wang, Zhongyuan Wang, Xiaoguang Zhao

分類: cs.RO

原文アブストラクト

World Action Models (WAMs) use video generation models to predict future visual dynamics for robotic manipulation, but iterative denoising introduces additional latency for closed-loop control. We empirically find that visual content converges at different rates during denoising. Static background structure forms early, whereas the gripper and manipulated object remain blurry after the first step, with their interaction dynamics emerging only through subsequent denoising. Consequently, naively truncating a multi-step video model to one step preserves scene structure but loses the interaction-centric dynamics most critical for manipulation. To address this issue, we propose DIDO, which distills the converged dynamics of a multi-step video model into a single denoising step. DIDO combines distribution matching distillation with interaction-centric representation guidance. Beyond compressing multi-step generation into one forward pass, DIDO explicitly models the gripper, manipulated object, and their interaction using supervised bounding-box visual reasoning tokens. Additionally, DIDO aligns the target object's representations across multiple model layers with features from a pretrained DINOv3 encoder. This interaction-centric guidance helps the distilled model preserve both the relevant entities and their future dynamics in a single step, while substantially reducing inference latency. DIDO achieves an average success rate of 99.0\% on LIBERO, 76.6\% on LIBERO-Plus, and 92.0\% on RoboTwin, while also demonstrating effective transfer to long-horizon and generalization tasks in real-world robotic manipulation.

関連論文