ROJun 18

Slow Brain, Fast Planner: Latency-Resilient VLM-Augmented Urban Navigation

arXiv:2606.2045813.4
Predicted impact top 24% in RO · last 90 daysOriginality Incremental advance
AI Analysis

For mobile robot navigation, this work provides a practical method to augment real-time planners with high-level scene understanding from VLMs despite latency constraints.

The paper addresses the trajectory scoring gap in sidewalk navigation, where planners fail to select optimal trajectories in challenging scenarios. The proposed VLM-Planner interface with a latency-resilient fusion layer reduces ADE by 30% in challenging scenarios and maintains >80% success rate with delays up to 5s.

Learning-based planners for sidewalk navigation can generate diverse candidate trajectories in real time, yet their scoring functions often fail to select the best trajectory in challenging situations, outputting trajectories that make the mobile robot drive onto grass, toward pedestrians, or in the wrong direction, even when better candidates exist in the same set. We call this the trajectory scoring gap: in real-world sidewalk navigation, the gap between an anchor-based planner's top choice and the best possible candidate is substantial, likely due to limited high-level scene understanding capability of the planner. Rather than replacing the planner with an end-to-end Vision-Language-Action model, we propose a VLM-Planner interface that uses a VLM to select a candidate index from the planner's proposal set and then fuse it with the planner's initial output. However, VLMs take 1--3s per query and so cannot directly drive a 5--20Hz control loop. We contribute a training-free, latency-resilient trajectory-level fusion layer that turns a stale VLM selection into real-time planner scoring via geometric similarity with exponential decay. On $\sim$2,000 challenging real-world scenarios (e.g., junctions, pedestrian encounters), VLM selection achieves 30% ADE reduction versus the planner's best selection, while the planner remains competitive in routine situations. In simulation, Score Fusion maintains >80% success rate with delays up to 5s. We demonstrate the full system on a mobile robot navigating challenging campus sidewalks with varied network latency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes