paper-with-me

홈 › Papers

From Routes to Steps: Separating Semantic Progress from Local Execution in Vision-and-Language Navigation

2026-08-04 · Xiangyun Huang, Xiangchen Wang, Runfeng Lin, Yihao Xu, Kangyu Huang, Jiang Hengchen, Xiwang Dong, Lin Jiarong arxiv

Vision-and-Language Navigation (VLN) requires an agent to follow a route-level instruction by executing its constituent steps from egocentric visual observations. Existing VLM-based navigators typically supervise both capabilities through next-action prediction alone, making progress-tracking errors difficult to distinguish from execution errors. When an agent deviates from the route, a corrective action label may recover the next movement but does not indicate whether the agent selected the wrong sub-instruction or failed to execute the correct one. Consequently, the agent may continue making decisions from an erroneous progress state. To resolve this ambiguity, we propose \textbf{Route2Step}, a framework that decouples semantic progress tracking from action generation through an explicit step-level interface. The Instruction Analysis Module ($\mathcal{M}_{\mathrm{IA}}$) predicts this state from the global instruction and visual history. Conditioned on the predicted state and recent observations, the Action Generation Module ($\mathcal{M}_{\mathrm{AG}}$) generates local action chunks. To supervise the progress state without manual temporal labels, E-SPA, a step-alignment procedure, associates sub-instructions with their corresponding portions of route-level demonstrations. These alignments enable state supervision for incorrect progress estimates, while direct action supervision is reserved for rollout groups that repeatedly fail under the correct active sub-instruction. On R2R-CE, Route2Step improves SR from 48.1\% to 55.3\% and SPL from 43.3\% to 48.2\%, using 190K state-level corrective samples while requiring only 11.5K directly action-supervised states. Experiments in real-world indoor and outdoor environments further demonstrate the practical applicability of Route2Step. The project page is: https://sisyphus-hxy.github.io/Route2Step/.

📄 PDF Abstract BibTeX arXiv:2608.03143

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VECTOR-Drive: Tightly Coupled Vision-Language and Trajectory Expert Routing for End-to-End Autonomous Driving

2026-05-09 · Rui Zhao, Jianlin Yu, Zhenhai Gao, Jiaqiao Liu 외 arxiv

End-to-end autonomous driving requires models to understand traffic scenes, infer driving intent, and generate executable motion plans. Recent vision-language-action (VLA) models inherit semantic priors from large-scale …

Trajectory PredictionAutonomous DrivingMotion Planning

CoLoGen: Progressive Learning of Concept-Localization Duality for Unified Image Generation

2026-02-25 · YuXin Song, Yu Lu, Haoyuan Sun, Huanjin Yao 외 arxiv

Unified conditional image generation remains difficult because different tasks depend on fundamentally different internal representations. Some require conceptual understanding for semantic synthesis, while others rely o…

Conditional Image Generation

Progressive3D: Progressively Local Editing for Text-to-3D Content Creation with Complex Semantic Prompts

2023-10-18 · Xinhua Cheng, Tianyu Yang, Jianan Wang, Yu Li 외

Recent text-to-3D generation methods achieve impressive 3D content creation capacity thanks to the advances in image diffusion models and optimizing strategies. However, current methods struggle to generate correct 3D co…

3D GenerationText to 3D

Subspace-Decomposed JEPAs: Disentangling Progression and Content in Latent World Models

2026-05-29 · Lucas Thil, Jesse Read, Rim Kaddah, Guillaume Doquet arxiv

Joint-Embedding Predictive Architectures (JEPAs) learn compact latent world models by predicting future embeddings, but no single coordinate of the latent is designated to encode task progression. We carve the JEPA laten…

ReCache: Efficient KV Cache Reuse and Compression for Tool-Augmented LLM Agents

2026-08-20 · Yichu Fang, Sitong Wei, Haozhe Hu, Xiaoyu Shen arxiv

Agentic language models repeatedly encode tool and skill schemas that recur across requests in different combinations and orders, preventing standard prefix caching from reusing their key--value (KV) states. We introduce…