日本フィジカルAI新聞

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

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

RTNav: リアルタイムゼロショット物体ナビゲーションに向けて

RTNav: Towards Real-Time Zero-Shot Object Navigation

シェア:XThreadsFacebookLINEはてブBluesky

未知環境での物体探索ナビゲーションにおいて、推論遅延を考慮したリアルタイム実行を可能にするアーキテクチャRTNavを提案し、従来手法より成功率を最大11%向上させた。

詳しい要約

1. どんなもの?

RTNavは、実時間(real-time)環境下でのzero-shot object navigationを実現するためのアーキテクチャを提案する研究。従来の同期シミュレータでは無視されていた推論遅延や非同期環境ステップ、計算資源の制約を明示的に設計に組み込み、実世界での連続動作を想定した性能向上を目指す。

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

従来の最先端手法は同期シミュレータで開発され、推論時間が実質無料と見なされていたため、実時間実行では性能が劣化する。RTNavは、このような現実的な時間制約下での性能劣化を明らかにし、遅延と非同期性を考慮した設計により、HM3D-v1/v2/OVONの実時間変種で成功率を最大11%、Success weighted by Completion Timeを最大5.1ポイント向上させた点が優れている。

3. 技術・手法の肝は?

手法の肝は、推論遅延、非同期環境ステップ、計算資源の制約を明示的な設計要素として扱うこと。具体的な技術詳細は要旨からは不明だが、アーキテクチャはシンプルで効果的とされ、実時間実行に適した設計がなされている。

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

HM3D-v1、HM3D-v2、HM3D-OVONの実時間変種を用いて評価し、成功率とSuccess weighted by Completion Timeの指標で従来手法と比較した。その結果、成功率で最大11%、SCTで最大5.1ポイントの改善を確認した。

5. 議論はある?

要旨からは、実時間実行の重要性と従来手法の性能劣化が示されたが、具体的な議論(例えば、トレードオフや限界)は不明。また、提案手法の汎用性や他のタスクへの適用可能性についても言及がない。

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

要旨で参照されている先行研究は明示されていないが、zero-shot object navigationの分野では、vision-language foundation modelsを用いた手法(例えば、CLIPやViTベースのナビゲーション手法)や、HM3Dデータセットを用いた研究が関連する。具体的には、Object Goal NavigationやZero-Shot Object Navigationの既存研究を読むことが推奨される。

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

著者: Easop Lee, Lingyu Zhang, Boyuan Chen

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

原文アブストラクト

Navigation in unknown environments to find unforeseen objects has become increasingly feasible with capable vision and language foundation models. However, these models also introduce non-negligible inference latency, which becomes an important concern when agents must operate continuously in the real world. Most state-of-the-art methods are still developed in synchronous simulators, where the environment waits for the agent to act and inference time is effectively free. As a result, agents are often designed around the sequential execution of perception, reasoning, and action, with little regard for time constraints. Under real-time execution, where wall-clock time counts towards the task budget, the inefficiencies of these architectures become clear. We show that recent zero-shot object navigation methods suffer consistent performance degradation under such realistic timing conditions. Motivated by this observation, we propose RTNav, a simple but effective architecture that treats inference latency, asynchronous environment stepping, and bounded compute as explicit design considerations. Evaluated on real-time variants of HM3D-v1, HM3D-v2, and HM3D-OVON, RTNav improves the success rate by up to 11% and the Success weighted by Completion Time by up to 5.1 points over prior work.

関連論文