Search papers, labs, and topics across Lattice.
DRIVE-Nav is introduced, a framework for open-vocabulary object navigation that organizes exploration around persistent directions instead of raw frontiers. It improves route selection and path efficiency by inspecting encountered directions, restricting decisions to relevant directions within a forward view range, and using vision-language-guided prompt enrichment with cross-frame verification. Experiments on HM3D-OVON, HM3Dv2, and MP3D show DRIVE-Nav achieves state-of-the-art performance and efficiency gains, also demonstrating successful transfer to a physical humanoid robot.
Stop wandering aimlessly: DRIVE-Nav's directional reasoning and inspection slashes path lengths in open-vocabulary navigation, achieving a 5.6% SPL boost on HM3D-OVON.
Open-Vocabulary Object Navigation (OVON) requires an embodied agent to locate a language-specified target in unknown environments. Existing zero-shot methods often reason over dense frontier points under incomplete observations, causing unstable route selection, repeated revisits, and unnecessary action overhead. We present DRIVE-Nav, a structured framework that organizes exploration around persistent directions rather than raw frontiers. By inspecting encountered directions more completely and restricting subsequent decisions to still-relevant directions within a forward 240 degree view range, DRIVE-Nav reduces redundant revisits and improves path efficiency. The framework extracts and tracks directional candidates from weighted Fast Marching Method (FMM) paths, maintains representative views for semantic inspection, and combines vision-language-guided prompt enrichment with cross-frame verification to improve grounding reliability. Experiments on HM3D-OVON, HM3Dv2, and MP3D demonstrate strong overall performance and consistent efficiency gains. On HM3D-OVON, DRIVE-Nav achieves 50.2% SR and 32.6% SPL, improving the previous best method by 1.9% SR and 5.6% SPL. It also delivers the best SPL on HM3Dv2 and MP3D and transfers to a physical humanoid robot. Real-world deployment also demonstrates its effectiveness. Project page: https://coolmaoguo.github.io/drive-nav-page/