日本フィジカルAI新聞

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

週刊ニュースレター購読
ナビゲーションarXiv:2609.16737

重要視覚手がかりで動画計画を誘導する汎用ロボットナビゲーション

Seeing What Matters: Visual Cue Guided Video Planning for Generalizable Robot Navigation

シェア:XThreadsFacebookLINEはてブBluesky

鳥瞰図と自己身体視点を視覚手がかりとして動画生成モデルによるナビゲーション計画を誘導し、逆動力学モデルで精密な行動に変換するフレームワークを提案。迷路や狭路での成功率を大幅に向上させ、異なるロボットへのゼロショット展開も示した。

詳しい要約

1. どんなもの?

- 生成的な video model を backbone にしたロボットナビゲーションの枠組み CueNav を提案。 - 未来の観測を video plan として予測し、visual cue で誘導する。 - 具体的には Bird's-Eye View (BEV) map と、egocentric 観測に残したロボット身体の一部を cue として使う。 - 予測 video から抽出した dense flow field を、embodiment 固有の Inverse-Dynamics Model (IDM) で行動に変換する。 - 長期的計画と embodiment を意識した制御を目指す。

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

- 従来は短い horizon の guidance で video planning を条件付け、scene reconstruction で幾何的 waypoint を復元するものが多い。 - そのため長い horizon の planning と、video から行動への精密な変換は十分に検討されていなかった。 - CueNav は visual cue で global task context を符号化し、maze navigation で cue なし planning の約2倍の success を達成。 - body-aware view と IDM により、比較手法がほぼ失敗する narrow passage でも 70% の success を示す。 - 同一 video planner を異なる robot platform に展開できることも示す。

3. 技術・手法の肝は?

- video model による未来観測予測を navigation の backbone にする。 - visual cue として BEV map を与え、global task context を伝える。 - egocentric 観測にロボット身体の一部を残し、embodiment context を露出させる。 - これらの cue が video planner を誘導する。 - video plan から dense flow field を抽出し、embodiment 固有の IDM で robot action に翻訳する。

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

- maze navigation で、cue ありは cue なし planning より約2倍高い success を示す。 - narrow passage で 70% の success を達成し、比較手法はほぼタスクを完了できない。 - zero-shot semantic-conditioned navigation を実証する。 - 同じ video planner を異なる robot platform に展開できることを示す。 - 追加結果と code は project website で公開。

5. 議論はある?

- visual cue による video planning と embodiment 固有の action grounding が、長い horizon の planning と embodiment を意識した制御への道を開く。 - 限界や失敗事例、計算コスト、cue 設計の一般性などは要旨からは不明。

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

- 要旨で参照・比較されている具体的な先行研究名は記載されていない。 - 関連手法として generative video model による video planning、scene reconstruction による waypoint 復元、Inverse-Dynamics Model (IDM)、Bird's-Eye View (BEV) map を用いた navigation が挙げられる。 - 同分野の定番として vision-language navigation や zero-shot navigation の研究を読むとよい。

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

著者: Hojin Lee, Sizhe Lester Li, Maximilian Hilger, Susie Lu, Achim J. Lilienthal, Vincent Sitzmann, Daniel A. Duecker

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

原文アブストラクト

Generative video models can serve as a promising backbone for robot navigation by predicting future observations as video plans. Recent approaches often condition video planning on short-horizon guidance and recover geometric waypoints through scene reconstruction, leaving longer-horizon planning and precise video-to-action translation less explored. We present CueNav, a video model-based navigation framework combining visual cue guided video planning with an embodiment-specific Inverse-Dynamics Model (IDM). As visual cues, we use a Bird's-Eye View (BEV) map to convey global task context and retain part of the robot body in the egocentric observation to expose embodiment context. These cues guide the video planner, while the IDM translates dense flow fields extracted from the video plan into robot actions. With the visual cue encoding global task context, CueNav achieves nearly 2x higher success in maze navigation than planning without the cue. The body-aware view with the IDM enables precise navigation with 70% success in a narrow passage where comparison methods largely fail to complete the task. We further demonstrate zero-shot semantic-conditioned navigation and deployment of the same video planner across different robot platforms. Our results show that visual cue-guided video planning with embodiment-specific action grounding paves the way toward a generalizable navigation framework for longer-horizon planning and embodiment-aware control. Additional results and code are available on our project website: https://cuenav.github.io.

関連論文