paper-with-me

Papers

Memory Proxy Maps for Visual Navigation

2024-11-15 · Faith Johnson, Bryan Bo Cao, Ashwin Ashok, Shubham Jain, Kristin Dana

Visual navigation takes inspiration from humans, who navigate in previously unseen environments using vision without detailed environment maps. Inspired by this, we introduce a novel no-RL, no-graph, no-odometry approach to visual navigation using feudal learning to build a three tiered agent. Key to our approach is a memory proxy map (MPM), an intermediate representation of the environment learned in a self-supervised manner by the high-level manager agent that serves as a simplified memory, approximating what the agent has seen. We demonstrate that recording observations in this learned latent space is an effective and efficient memory proxy that can remove the need for graphs and odometry in visual navigation tasks. For the mid-level manager agent, we develop a waypoint network (WayNet) that outputs intermediate subgoals, or waypoints, imitating human waypoint selection during local navigation. For the low-level worker agent, we learn a classifier over a discrete action space that avoids local obstacles and moves the agent towards the WayNet waypoint. The resulting feudal navigation network offers a novel approach with no RL, no graph, no odometry, and no metric map; all while achieving SOTA results on the image goal navigation task.

📄 PDF Abstract BibTeX arXiv:2411.09893

Code (0)

등록된 구현이 없습니다.

Tasks

NavigateVisual Navigation

Similar Papers 제목 키워드 기반

FeudalNav: A Simple Framework for Visual Navigation

2026-01-15 · Faith Johnson, Bryan Bo Cao, Shubham Jain, Ashwin Ashok 외 arxiv

Visual navigation for robotics is inspired by the human ability to navigate environments using visual cues and memory, eliminating the need for detailed maps. In unseen, unmapped, or GPS-denied settings, traditional metr…

Visual Navigation

Feudal Networks for Visual Navigation

2024-02-19 · Faith Johnson, Bryan Bo Cao, Ashwin Ashok, Shubham Jain 외

Visual navigation follows the intuition that humans can navigate without detailed maps. A common approach is interactive exploration while building a topological graph with images at nodes that can be used for planning. …

NavigateVisual Navigation

CrossMaps: Confidence-Aware Open-Vocabulary Semantic Mapping for Rover Navigation

2026-06-15 · Jan-Niklas Klein, Sona Ghahremani, Christian Medeiros Adriano, Holger Giese arxiv

Rovers rely on perception to maintain spatial maps that encode both objects and sensor quality (e.g., range reliability, lighting artifacts, data density), guiding data fusion, embedding updates, and navigation under par…

YOPO-Nav: Visual Navigation using 3DGS Graphs from One-Pass Videos

2025-12-10 · Ryan Meegan, Adam D'Souza, Bryan Bo Cao, Shubham Jain 외 arxiv

Visual navigation has emerged as a practical alternative to traditional robotic navigation pipelines that rely on detailed mapping and path planning. However, constructing and maintaining 3D maps is often computationally…

Visual Place RecognitionVisual Navigation

GridMM: Grid Memory Map for Vision-and-Language Navigation

2023-07-24 · ICCV 2023 1 · Zihan Wang, Xiangyang Li, Jiahao Yang, Yeqi Liu 외

Vision-and-language navigation (VLN) enables the agent to navigate to a remote location following the natural language instruction in 3D environments. To represent the previously visited environment, most approaches for …

NavigateVision and Language Navigation