VTM-Nav: Hierarchical Visual-Topological Memory for Cross-Episode Object-Goal Navigation
Summary
VTM-Nav introduces a training-free Vision-Language Model (VLM) navigation framework designed for Cross-Episode Object-Goal Navigation, where an embodied agent operates repeatedly in the same indoor scene, retaining only self-acquired experience. This framework features a persistent hierarchical Visual-Topological Memory (VTM) that organizes scene knowledge at both room and object levels. The VTM retrieves relevant experience through coarse-to-fine matching, providing soft guidance only when it aligns with current observations. A conservative execution guard further enhances robustness by mitigating oscillations, blocked motions, and premature stopping. Evaluated under a controlled same-scene protocol on HM3D v0.1, HM3D v0.2, and MP3D benchmarks, VTM-Nav achieved the best performance across all three datasets compared to a strengthened WMNav baseline, demonstrating effective and robust structured visual-topological experience reuse.
Key takeaway
For Robotics Engineers designing embodied agents for persistent indoor navigation, VTM-Nav's approach demonstrates a robust, training-free method for experience reuse across episodes. You should consider integrating hierarchical memory structures, like VTM, to organize scene knowledge at multiple granularities and employ conservative execution guards to enhance navigation reliability and prevent common failure modes in repeated operations.
Key insights
VTM-Nav uses hierarchical visual-topological memory for robust, training-free cross-episode object-goal navigation.
Principles
- Retain self-acquired experience across episodes.
- Organize scene knowledge hierarchically (room/object).
- Use memory as soft guidance, only when it agrees.
Method
VTM-Nav employs a persistent hierarchical Visual-Topological Memory (VTM) for scene knowledge, retrieving experience via coarse-to-fine matching. A conservative execution guard prevents oscillations and premature stopping.
In practice
- Implement hierarchical memory for navigation.
- Integrate VLM backbones for semantic reasoning.
- Apply execution guards to mitigate errors.
Topics
- Object-Goal Navigation
- Visual-Topological Memory
- Embodied AI
- Vision-Language Models
- Cross-Episode Navigation
- Robotics
Best for: Research Scientist, AI Scientist, Robotics Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.