日本フィジカルAI新聞

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

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

HarnessVLN: エージェントハーネスによる訓練不要の具現化ナビゲーションの統合

HarnessVLN: Unifying Training-Free Embodied Navigation through an Agent Harness

シェア:XThreadsFacebookLINEはてブBluesky

マルチモーダル大規模言語モデルを活用し、知覚・検証・回復・終了を統合ツールインターフェースで調整する訓練不要のゼロショット具現化ナビゲーション枠組みを提案し、複数ベンチマークで従来の訓練不要手法を上回った。

詳しい要約

1. どんなもの?

- どんなもの? - 訓練不要(zero-shot, training-free)のembodied navigationフレームワーク - Agent Harnessがperception, retrieval, grounding, navigation, recovery, terminationを統合tool interfaceで調整 - instruction-followingとobject-goal navigationの両方を同一protocolで支援 - 成功率はR2R 60.8%, RxR 53.9%, HM3D-v2 76.0%, HM3D-OVON 59.3%

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

- 先行研究と比べてどこがすごい? - training-based手法のgeneralization課題を回避 - training-free手法はMLLMを活用するが、提案行動とspatial evidence・task progress・execution failuresの整合機構が不足 - HarnessVLNはplanner提案をspatial evidence, geometric feasibility, subgoal consistencyで検証 - 構造化tool feedbackを後続決定に組み込む - 先行training-free SOTAを上回る成功率を達成

3. 技術・手法の肝は?

- 技術や手法の肝はどこ? - Agent Harnessがperception, retrieval, grounding, navigation, recovery, terminationを統合tool interfaceで調整 - planner提案をspatial evidence, geometric feasibility, subgoal consistencyで検証 - 構造化tool feedbackを後続決定に組み込む - Hierarchical event memoryがtask progressとexecution historyを追跡 - persistent Spatiotemporal Graphが再利用可能なspatial evidenceとfailure annotationsを維持し検証・回復に利用 - replaceable Navigation Executorが検証済みtargetを実行可能motionに変換

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

- どうやって有効だと検証した? - R2R, RxR, HM3D-v2, HM3D-OVONで成功率を評価 - 成功率はそれぞれ60.8%, 53.9%, 76.0%, 59.3% - 先行training-free SOTAを上回る - Humanoid deploymentにより実世界環境での両タスクへの適用可能性を実証

5. 議論はある?

- 議論はある? - 要旨からは不明

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

- 次に読むべき論文は? - 要旨で参照/比較されている研究は明示されていない - 同分野の定番としてtraining-free MLLM-based navigation, instruction-following navigation (R2R, RxR), object-goal navigation (HM3D-OVON) 関連の研究が挙げられる

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

著者: Yang Chen, Lirong Che, Zhenyu Huang, Wenbo Fu, Chuang Wang, Xu Cao, Daqi Liu, Yuzhe Yang, Jian Su, Lan-Zhe Guo

分類: cs.RO

原文アブストラクト

Embodied navigation requires agents to interpret visual observations, accumulate spatial knowledge, and execute actions to follow instructions or locate objects. Training-based methods face generalization challenges, while training-free methods exploit multimodal large language models (MLLMs) but often lack mechanisms to reconcile proposed actions with spatial evidence, task progress, and execution failures. We present HarnessVLN, a zero-shot, training-free framework whose Agent Harness coordinates perception, retrieval, grounding, navigation, recovery, and termination through a unified tool interface. The Harness validates planner proposals against spatial evidence, geometric feasibility, and subgoal consistency, incorporating structured tool feedback into subsequent decisions. Hierarchical event memory tracks task progress and execution history, while a persistent Spatiotemporal Graph maintains reusable spatial evidence and failure annotations for verification and recovery. A replaceable Navigation Executor converts validated targets into executable motions, allowing the same Harness protocol to support instruction-following and object-goal navigation. HarnessVLN achieves success rates of 60.8%, 53.9%, 76.0%, and 59.3% on R2R, RxR, HM3D-v2, and HM3D-OVON, respectively, surpassing prior training-free SOTA results. Humanoid deployment further demonstrates its applicability to both tasks in real-world environments. The project page is: https://harnessvln.netlify.app/.

関連論文