日本フィジカルAI新聞

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

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

階層型高速・低速ReActエージェントによるゼロショット物体目標ナビゲーション

Hierarchical Fast-Slow ReAct Agent for Zero-Shot Object-Goal Navigation

シェア:XThreadsFacebookLINEはてブBluesky

ロボットが未踏の建物内で指定された物体カテゴリを見つけるゼロショット物体目標ナビゲーションにおいて、過去の観測を記憶し、VLMによる検討を組み込んだ階層型エージェントを提案し、HM3DとMP3Dで最高成功率を達成した。

詳しい要約

1. どんなもの?

本論文は、Zero-Shot Object-Goal Navigation (ZSON) のための階層的なFast-Slowエージェントを提案する。ロボットが未訪問の建物内で指定された物体カテゴリを探索するタスクにおいて、従来の価値マップに基づくリアクティブな意思決定と、VLMを用いた遅延的な推論を組み合わせる。座標アンカー付きメモリ(セマンティックグリッドとキーフレーム)を構築し、構造イベントで起動するdeliberative layerがテキスト優先で推論し、必要に応じて一人称視点を参照する。

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

従来のZSON手法は、フロンティアを価値マップでスコアリングし、毎ステップargmaxで決定するため、過去の証拠を捨てる。また、VLMを固定スケジュールで現在の視点のみにクエリするため、過去の部屋を再考せず、失敗時のフォールバックがない。本手法は、メモリを推論の対象とし、VLMの呼び出しを制限しつつ、失敗時にリアクティブ制御へ戻すことで、これらの問題を解決する。

3. 技術・手法の肝は?

手法の肝は、階層的なFast-Slowアーキテクチャである。Fast層は価値マップコントローラを毎ステップ実行し、Slow層はメモリを読むdeliberative layerである。メモリは、部屋タイプと確認済み物体インスタンスのセマンティックグリッドと、ポーズタグ付きキーフレームのストアで構成される。VLMが各検出候補をスクリーニングし、deliberative layerはreason-retrieve-actループでテキスト優先、必要時のみ一人称視点を取得する。呼び出し回数は実行ごととランごとに上限があり、コールフリーの第一層が最も頻繁な停滞を解決し、失敗時はリアクティブ制御に戻る。

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

HM3D v1 valで68.75% SR、MP3D valで47.29% SRを達成し、比較したゼロショット手法の中で最高の成功率。また、2000エピソードのHM3Dでペア比較を行い、argmaxによる遠方フロンティア選択は、deliberationと比較して3.40 SRポイントの損失(95% CI [1.70, 5.05])があることを示した。さらに、全フロンティアに対するdeliberationでは回復しないことも示した。

5. 議論はある?

要旨からは、議論の詳細は不明。ただし、argmaxによる遠方フロンティア選択がSRを低下させること、全フロンティアへのdeliberationがコストに見合わないことが示唆される。また、VLMの呼び出し制限やフォールバックの重要性が議論されている可能性がある。

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

要旨で参照されている研究は明示されていないが、関連手法として、価値マップを用いたZSON(例:ZSONベースライン)、VLMを利用したナビゲーション、階層的強化学習、メモリ強化ナビゲーションなどが挙げられる。具体的には、'Object Goal Navigation'の古典的手法や、'Vision-Language Models'を用いた最近の研究を読むとよい。

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

著者: Zhaochen Lan, Zhi Yang, Yuxiang Fu, Mengxiang Lin

分類: cs.RO

原文アブストラクト

Zero-shot object-goal navigation (ZSON) requires a robot to find a named object category in a building it has never entered. The prevailing approach scores frontiers with a vision-language value map: every decision is another argmax over the map as it currently stands, and the evidence behind that score is discarded the moment it is taken. Systems that place a large vision-language model inside the perception-action loop typically query it on a fixed schedule from the current view alone; a room the robot walked through minutes earlier is never reconsidered, and a failed call has no defined fallback. We turn what the robot has already seen into the object of deliberation. Our hierarchical fast-slow agent leaves the value-map controller running at every step and writes a coordinate-anchored memory as it moves: a semantic grid of room types and confirmed object instances, together with a bounded store of pose-tagged keyframes. A VLM screens each candidate detection before it is written. A deliberative layer reads this memory in a bounded reason-retrieve-act loop. It wakes on structural events the reactive layer computes, reasons first over text, and recalls a first-person view only for candidates that text alone cannot separate. Per-invocation and per-run caps bound its calls, a call-free first tier resolves the most frequent stall, and any failure returns control to the reactive controller. Our system reaches 68.75% SR on HM3D v1 val and 47.29% on MP3D val, the highest success rate among the zero-shot methods compared here. Choosing among far frontiers by argmax instead of deliberating costs 3.40 SR points in a paired comparison over all 2000 HM3D episodes (95% CI [1.70, 5.05]); deliberating over every frontier does not recover them.