NavPatch: 視覚言語モデルによる証拠に基づく物体レベルコストマップ補正
NavPatch: Evidence-Guided Object-Level Costmap Correction with Vision-Language Models
視覚言語モデルで物体を認識し、障害物マップに「追加・削除・拡張」の補正を施すことで、ケーブルやカーテンなど形状が実態と合わない物体への対処を改善した移動ロボットナビゲーション手法。
詳しい要約
1. どんなもの?
2. 先行研究と比べてどこがすごい?
3. 技術・手法の肝は?
4. どうやって有効だと検証した?
5. 議論はある?
6. 次に読むべき論文は?
※ AIが要旨から生成した要約です。正確性は原文をご確認ください。
著者: Shiji Sun, Xingyu Tao, Hao Wang, Ling Wang, Zhengyi Chen
分類: cs.RO
原文アブストラクト
Mobile robots typically rely on geometric maps for obstacle avoidance and path planning, but the resulting obstacle representation does not always match how an object should affect navigation. A low lying cable may be missed, a flexible curtain may create spurious blockage, and a traffic cone may require an exclusion region larger than its observed footprint. We present NavPatch, an object level correction layer that assigns ADD, REMOVE, or EXTEND to navigation relevant object categories through periodic scene understanding with a vision-language model. Open vocabulary grounding localizes object instances, and LiDAR and RGB-D observations provide 3D support. Observation quality filtering and cross frame maintenance determine when each correction patch is committed, replaced, or revoked. In 50 real robot trials across five layouts, NavPatch achieves an overall success rate of 86.0%. An ablation study of four configurations with 200 runs in total shows that NavPatch improves the success rate from 70.0% to 86.0% and reduces the false commit rate from 68.4% to 40.7% compared with updates based only on the current observation.