paper-with-me

홈 › Papers

Embodied-Navigator: Point, Think, Memorize, and Align for Efficient Navigation

2026-08-18 · Hongyan Feng, Sunlai Chen, Xuanyu Liu, Miao Pan, Yangfan Xie, Yuxiang Cui, Zhongxiang Zhou, Rong Xiong, Wenqi Zhang, Jianwei Yin, Yueting Zhuang, Xuhong Zhang arxiv

Although Large Vision-Language Models (VLMs) have significantly advanced embodied navigation, their direct deployment remains challenging, as existing methods often force VLMs into unnatural action spaces that misalign with their 2D pre-training priors, compounded by rigid reasoning schedules and inefficient memory management. To overcome these limitations, we propose TAMP-Nav, a unified framework for efficient embodied navigation. First, we introduce a Pixel-to-3D Action Formulation (Point) that reformulates navigation into 2D visual prompting. Specifically, the VLM merely selects 2D pixels, which are then projected into 3D coordinates for a low-level SLAM controller. This design naturally aligns embodied execution with the VLM's inherent 2D visual capabilities. Second, we propose an integrated Selective Reasoning and Anchor-Trajectory Memory mechanism (Think and Memorize), which dynamically triggers Chain-of-Thought and retains high-fidelity memory only at critical nodes, compressing redundant trajectories into lightweight Space-Time Indicators, thereby preserving critical historical information and enhancing spatio-temporal perception. Finally, we design an efficient Two-Level Alignment Paradigm (Align) via Group Relative Policy Optimization (GRPO). By superimposing global outcome rewards with fine-grained process rewards, this dense supervision tightly aligns the agent's cognitive planning with physical environmental feedback, endowing the model with adaptive reasoning capabilities. Experiments demonstrate that TAMP-Nav achieves state-of-the-art performance (e.g., 66.2% SR on R2R-CE) with high runtime and sample efficiency (requiring only 90k training trajectories).

📄 PDF Abstract BibTeX arXiv:2608.17512

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Explore before Moving: A Feasible Path Estimation and Memory Recalling Framework for Embodied Navigation

2021-10-16 · Yang Wu, Shirui Feng, Guanbin Li, Liang Lin

An embodied task such as embodied question answering (EmbodiedQA), requires an agent to explore the environment and collect clues to answer a given question that related with specific objects in the scene. The solution o…

Common Sense ReasoningEmbodied Question AnsweringQuestion AnsweringVisual Question Answering (VQA)

Explore and Tell: Embodied Visual Captioning in 3D Environments

2023-08-21 · ICCV 2023 1 · Anwen Hu, ShiZhe Chen, Liang Zhang, Qin Jin

While current visual captioning models have achieved impressive performance, they often assume that the image is well-captured and provides a complete view of the scene. In real-world scenarios, however, a single image m…

Image CaptioningNavigateScene Understanding

DialNav: Multi-turn Dialog Navigation with a Remote Guide

2025-09-16 · Leekyeung Han, Hyunji Min, Gyeom Hwangbo, Jonghyun Choi 외 arxiv

We introduce DialNav, a novel collaborative embodied dialog task, where a navigation agent (Navigator) and a remote guide (Guide) engage in multi-turn dialog to reach a goal location. Unlike prior work, DialNav aims for …

Embodied Question Answering in Photorealistic Environments with Point Cloud Perception

2019-04-06 · CVPR 2019 6 · Erik Wijmans, Samyak Datta, Oleksandr Maksymets, Abhishek Das 외

To help bridge the gap between internet vision-style problems and the goal of vision for embodied perception we instantiate a large-scale navigation task -- Embodied Question Answering [1] in photo-realistic environments…

Embodied Question AnsweringQuestion Answering

SkeNa: Learning to Navigate Unseen Environments Based on Abstract Hand-Drawn Maps

2025-08-05 · Haojun Xu, Jiaqi Xiang, Wu Wei, Jinyu Chen 외 arxiv

A typical human strategy for giving navigation guidance is to sketch route maps based on the environmental layout. Inspired by this, we introduce Sketch map-based visual Navigation (SkeNa), an embodied navigation task in…

Visual Navigation