K-文化的一切——从回归到 K-美妆,发送到您的邮箱订阅邮件

METAL MEDIA

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

arXiv:2608.175122026-08-17

机器人导航AI只需在画面上点一个点,剩下的自动完成

以往的机器人导航AI要学习像精确转动角度这样别扭的三维动作指令,这与它们最初基于二维图片训练的方式并不匹配,效果不佳。TAMP-Nav让AI只需在摄像头画面上选一个二维像素点作为方向,再把这个点转换成三维坐标交给底层控制系统去执行移动。该方法仅用9万条训练轨迹,就在R2R-CE基准上取得66.2%的成功率,超过此前的最优系统,且数据和计算效率更高。

METAL MEDIA 解读图

机器人导航AI只需在画面上点一个点,剩下的自动完成

  1. 01视觉语言模型原本是用二维图片训练的,强行让它输出精确的三维转向角度或坐标容易出错。TAMP-Nav让模型扮演'指点者'角色,直接在摄像头画面上点选一个二维像素点,再借助深度信息将其投影为三维位置,交给SLAM(即时定位与地图构建)控制器执行。
  2. 02为了避免每一步都深度思考(太慢)或完全不思考(不准确)的两难,模型学会只在十字路口、门口等关键节点才触发链式思维(Chain-of-Thought,即分步推理),普通路段则压缩成轻量的'时空指示器'标记,只记录位置和时间信息,从而节省存储又不丢失关键路径信息。
  3. 03训练采用'两级GRPO'强化学习方法,同时用完整轨迹层面的奖励和每一步决策层面的奖励来指导学习,涵盖任务是否成功、是否碰撞、停止时机是否正确、推理是否真正有用等细节。
  4. 04实验中该模型在R2R-CE上达到66.2%成功率,在RxR-CE上达到65.7%,均为当前最优水平,且平均每条轨迹仅需9步移动,远少于同类模型的约30步。研究者还将其部署在真实的四足机器人(Unitree Go2)上,该模型仅在仿真环境中训练,却仍能在未见过的室内外环境中完成任务。
这是 METAL MEDIA 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 视觉语言模型原本是用二维图片训练的,强行让它输出精确的三维转向角度或坐标容易出错。TAMP-Nav让模型扮演'指点者'角色,直接在摄像头画面上点选一个二维像素点,再借助深度信息将其投影为三维位置,交给SLAM(即时定位与地图构建)控制器执行。
  2. 为了避免每一步都深度思考(太慢)或完全不思考(不准确)的两难,模型学会只在十字路口、门口等关键节点才触发链式思维(Chain-of-Thought,即分步推理),普通路段则压缩成轻量的'时空指示器'标记,只记录位置和时间信息,从而节省存储又不丢失关键路径信息。
  3. 训练采用'两级GRPO'强化学习方法,同时用完整轨迹层面的奖励和每一步决策层面的奖励来指导学习,涵盖任务是否成功、是否碰撞、停止时机是否正确、推理是否真正有用等细节。
  4. 实验中该模型在R2R-CE上达到66.2%成功率,在RxR-CE上达到65.7%,均为当前最优水平,且平均每条轨迹仅需9步移动,远少于同类模型的约30步。研究者还将其部署在真实的四足机器人(Unitree Go2)上,该模型仅在仿真环境中训练,却仍能在未见过的室内外环境中完成任务。
Table 1: Comparison of different methods on R2R-CE and RxR-CE validation unseen splits.
R2R-CE Val-UnseenRxR-CE Val-Unseen
MethodNE↓OS↑SR↑SPL↑NE↓SR↑SPL↑nDTW↑
HPN+DN* 156.3140.036.034.0----
CMA* 136.2052.041.036.08.7626.522.147.0
GridMM* 365.1161.049.041.0----
ETPNav* 14.7165.057.049.05.6454.744.861.9
ScaleVLN* 384.80-55.051.0----
InstructNav 226.89-31.024.0----
R2R-CMTP 57.9038.026.422.7----
LAW 276.8344.035.031.010.908.08.038.0
CM2 117.0241.534.327.6----
WS-MGMap 66.2847.638.934.3----
ETPNav + FF 375.9555.844.930.48.7925.518.1-
Seq2Seq 167.7737.025.022.012.1013.911.930.8
CMA 167.3740.032.030.0----
VLN-R1 257.041.230.221.89.122.717.6-
NaVid 475.4749.137.435.9----
MapNav 484.9353.039.737.2----
NaVILA 75.2262.554.049.06.7749.344.058.8
UniNaVid 465.5853.347.042.76.2448.740.9-
StreamVLN 414.9864.256.951.96.2252.946.061.9
NavFoM 454.6172.161.755.34.7464.456.265.8
DualVLN 404.0570.764.358.54.5861.451.870.0
TAMP-Nav(only SFT)4.8862.055.750.36.1052.446.262.1
TAMP-Nav3.8574.566.258.84.3265.756.972.4
Table 3: Success Rate (SR) under varying multiplicative depth noise levels (σ).
Noise σ00.050.10.2
SR (%)66.265.965.363.4
Δ SR--0.3-0.9-2.8
Table 5: Controlled component-wise ablations under matched budgets. R2R-CE reports NE/OS/SR/SPL; RxR-CE reports NE/SR/SPL/nDTW.
BlockVariantR2R-CE: NE / OS / SR / SPLRxR-CE: NE / SR / SPL / nDTW
Action (SFT only)NavFoM-style metric waypoint7.18 / 42.0 / 30.9 / 24.78.47 / 27.2 / 20.6 / 43.1
Pixel-to-3D4.88 / 62.0 / 55.7 / 50.36.10 / 52.4 / 46.2 / 62.1
GRPOGlobal trajectory advantage only4.52 / 67.0 / 59.3 / 52.15.30 / 58.4 / 49.7 / 65.5
Two-Level without annealed guidance4.12 / 71.5 / 63.4 / 56.04.72 / 62.6 / 53.8 / 69.4
Full Two-Level GRPO3.85 / 74.5 / 66.2 / 58.84.32 / 65.7 / 56.9 / 72.4
MemoryUniform sampling4.43 / 68.2 / 60.8 / 53.65.03 / 59.4 / 50.8 / 66.8
Full history4.29 / 69.4 / 61.9 / 54.74.87 / 61.1 / 51.8 / 68.0
AT-Mem without STI4.08 / 71.4 / 63.6 / 56.14.59 / 62.4 / 52.7 / 69.8
Full AT-Mem3.85 / 74.5 / 66.2 / 58.84.32 / 65.7 / 56.9 / 72.4
ReasoningDense CoT3.79 / 75.1 / 66.8 / 59.34.25 / 66.1 / 57.4 / 72.8
Fixed (1/3)4.46 / 67.6 / 60.1 / 52.85.10 / 58.9 / 50.0 / 65.9
Auto3.85 / 74.5 / 66.2 / 58.84.32 / 65.7 / 56.9 / 72.4
Table 6: Effect of the CoT supervision source under a matched SFT budget.
SFT supervisionR2R-CE: NE / OS / SR / SPLRxR-CE: NE / SR / SPL / nDTW
Action only (no CoT)5.31 / 57.0 / 50.6 / 45.06.71 / 46.1 / 39.8 / 56.2
Qwen2.5-VL-7B CoT5.46 / 55.7 / 49.4 / 43.16.83 / 44.8 / 38.2 / 54.9
GLM-4.5V-108B CoT4.99 / 60.8 / 54.4 / 48.96.24 / 51.2 / 44.9 / 60.8
Gemini 2.5 Flash CoT4.88 / 62.0 / 55.7 / 50.36.10 / 52.4 / 46.2 / 62.1
Table 7: Pre-processing: Instruction Quality Filtering
System Prompt
You are a strict filter for navigation instructions.
- Pure action = a movement-only command without a target object/landmark/destination, e.g., ”go straight”, ”turn left”.
- Not pure action = includes a target or landmark, e.g., ”go straight to the bed”.
If there are 4 or more consecutive pure actions anywhere in the instruction, output DROP. Otherwise output KEEP. Consecutive means back-to-back pure actions with no non-pure-action instruction between them.
User Prompt Template
Instruction: {task}
Table 8: Stage 1: Task Phase Localization (History Summary)
System Prompt
You are an expert at summarizing navigation trajectories. Given a task and image sequences, your job is to summarize the trajectory from image 0→k in ONE continuous paragraph. Explicitly state which part of the task has been completed. Do NOT mention future parts. Return ONLY a JSON object.
User Prompt Template
Task: {task}
Summary ranges: {segment_list_text}
For EACH range [0 → k], write ONE paragraph in first person. Describe what happened and which part of the task is completed by that point.
Table 9: Stage 2: Current Observation Analysis
System Prompt
You are a controlled reasoning module. Describe the indoor scene layout (open paths, obstacles, landmarks) based on the attached front, left, back, and right views. Only describe visible objects. Do NOT mention targets, goals, history, or next steps.
Output Format
"Analyze the current observations": [your detailed description]
Table 10: Stage 3: Future Action Reasoning (Infer Next Step)
System Prompt
IRON RULE: IF gt_action == "stop", declare arrival. ELSE, reason step-by-step how the move advances the task. The final sentence MUST name the target view and an object-defined region. FORBIDDEN: coordinates, pixels, red circles, proportions.
User Prompt Template
Task: {task} | History: {summary} | Analysis: {analysis}
Target Guidance: {target_guidance} (Use this to locate the region, but do NOT mention the guidance itself).
Table 11: Stage 4: CoT Fusion and Polish
System Prompt
Rewrite the three-stage reasoning into a single, coherent English paragraph. Preserve spatial logic and the target view. Remove redundancies. Do NOT include stage titles. Output ONLY the polished paragraph.

为什么重要

这一方法展示了让视觉语言AI直接用于真实机器人导航的可行路径,无需重新训练模型去理解别扭的三维几何,且所需训练数据远少于以往方法。只在必要时才启动推理的设计思路,也为需要兼顾速度和准确性的实时机器人系统提供了可借鉴的方案。

本文术语

  • 视觉语言模型(VLM) · 同时理解图像和文字的人工智能模型
  • 链式思维(Chain-of-Thought) · 让模型在给出结论前先写出分步推理过程的技术
  • SLAM · 机器人在移动中同时构建地图并确定自身位置的技术
  • GRPO · 通过比较一组候选方案、强化其中相对更优者的强化学习方法
  • SPL · 衡量导航效率的指标,综合考虑任务成功与否及所走路径的长短

无法转载的图表

  • Figure 1: The architecture of TAMP-Nav. Given visual-textual inputs, the agent compresses long-horizon history into an Anchor-Trajectory Memory, autonomously triggering reasoning at critical nodes. As a visual pointer, it selects the optimal multi-camera view and predicts a 2D pixel, which is projected into 3D for SLAM execution. Finally, the policy is optimized via Two-Level GRPO.
  • Figure 2: The Two-Level GRPO paradigm. TAMP-Nav superimposes trajectory-level rollouts (competing for global navigation success) with step-level candidate rollouts (exploring diverse 2D visual-spatial actions via VLM temperature sampling).
  • Figure 3: Spatial Heatmap of Reasoning (CoT) Triggers. Comparison between the SFT model (left) and the RL-aligned TAMP-Nav (right).
  • Figure 4: Performance distribution on long-horizon navigation tasks. The bars show the trajectory count in each length bin, and the curves show the Success Rate (SR) of the evaluated methods as trajectory length increases.
  • Figure 5: Learning curves of success rewards under different GRPO configurations. The plot illustrates the training progress over 800 steps for three variants: the full Two-Level GRPO, the version without annealed guided sampling (“without guidance”), and the standard GRPO using only trajectory-level rewards (“only trajectory reward”).
  • Figure 6: Visualization of real-world experiments
  • Figure 9: Instruction: “Find the red bag”
  • Figure 15: Visualization of STI token. We employ a clustering algorithm (23) to map high-dimensional embeddings into a 3D space.
  • Figure 16: Visualization of a simulated navigation trajectory. The agent successfully executes the complex instruction: “Go up the stairs and turn left. Wait at the doorway to the bedroom straight ahead.” by triggering selective reasoning at key decision points and outputting point-and-click actions.
在原文中查看图表 →

论文原文摘要(英文)

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

作者 · Hongyan Feng

在 arXiv 阅读

最新论文

全部论文 →

METAL MEDIA 最新报道