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

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:2608.17512 · 2026-08-19 공개 · arXiv · PDF

chain-of-thought vision-language-model group-relative-policy-optimization r2r-ce embodied-navigation tamp-nav slam-controller space-time-indicators

Abstract

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).

한국어 요약

한 줄 요약

TAMP-Nav는 2D VLM 사전 학습과 3D 실행 간의 불일치를 해결하며, 효율적인 탐색을 위한 통합 프레임워크로 R2R-CE에서 66.2%의 SR 성능을 달성한다.

핵심 기여도

핵심 아이디어

기존 VLN 모델은 VLM의 2D 사전 학습과 3D 실행 사이의 불일치, CoT의 빈도 조절 문제, 메모리 관리의 비효율성이라는 세 가지 주요 한계를 겪는다. TAMP-Nav는 이를 해결하기 위해 **Pixel-to-3D Action Formulation**을 도입하여 VLM이 2D 이미지에서 픽셀을 선택하고, 이를 3D 좌표로 변환하여 SLAM 컨트롤러에 전달함으로써 자연스러운 실행을 가능하게 한다. 또한, **Selective Reasoning**을 통해 CoT를 필요 시에만 실행하고, **Anchor-Trajectory Memory**를 통해 핵심 노드의 정보만 저장하며, 중간 경로는 **Space-Time Indicators**로 압축하여 메모리 사용을 최적화한다. 마지막으로, **Two-Level GRPO**는 전역 성과와 세부 과정 보상을 결합하여 정밀한 정책 학습을 가능하게 하며, 이는 **SPL, 타겟 접근 지표, 충돌 회피** 등 다양한 보상을 통합한 **dense supervision**을 통해 이루어진다.

기술적 접근법

주요 결과

의의 및 한계

TAMP-Nav는 VLM의 2D 사전 학습과 3D 실행 간의 불일치를 해소하고, CoT의 빈도 조절과 메모리 관리를 효율적으로 처리함으로써, 기존 VLN 모델의 주요 한계를 극복한다. 특히, **Pixel-to-3D Action Formulation**은 VLM의 2D 시각 능력을 자연스럽게 활용하며, **Two-Level GRPO**는 정밀한 정책 최적화를 통해 높은 성능을 달성한다. 그러나, **CoT 지도의 공간 일관성**에 따라 성능이 민감하게 변하며, **강력한 오픈-소스 모델과 프로퍼티 모델 간의 성능 격차는 작지만 존재**한다. 또한, **SLAM 컨트롤러는 고정되어 있어**, 실제 환경에서의 유연성은 추가 연구가 필요하다.

실용적 활용

TAMP-Nav는 **로봇 네비게이션**, **가상 현실(VR) 내 가이드 투어**, **자율 주행 시스템** 등에서 자연어 기반의 3D 환경 탐색을 필요로 하는 산업에 적용 가능하다. 특히, **저비용 SLAM 컨트롤러와 결합**하여 실시간 성능을 유지하면서도 **높은 정확도의 경로 탐색**이 필요한 상황에서 유용하다.