paper-with-me

Papers

ComposableNav: Instruction-Following Navigation in Dynamic Environments via Composable Diffusion

2025-09-22 · Zichao Hu, Chen Tang, Michael J. Munje, Yifeng Zhu, Alex Liu, Shuijing Liu, Garrett Warnell, Peter Stone, Joydeep Biswas arxiv

This paper considers the problem of enabling robots to navigate dynamic environments while following instructions. The challenge lies in the combinatorial nature of instruction specifications: each instruction can include multiple specifications, and the number of possible specification combinations grows exponentially as the robot's skill set expands. For example, "overtake the pedestrian while staying on the right side of the road" consists of two specifications: "overtake the pedestrian" and "walk on the right side of the road." To tackle this challenge, we propose ComposableNav, based on the intuition that following an instruction involves independently satisfying its constituent specifications, each corresponding to a distinct motion primitive. Using diffusion models, ComposableNav learns each primitive separately, then composes them in parallel at deployment time to satisfy novel combinations of specifications unseen in training. Additionally, to avoid the onerous need for demonstrations of individual motion primitives, we propose a two-stage training procedure: (1) supervised pre-training to learn a base diffusion model for dynamic navigation, and (2) reinforcement learning fine-tuning that molds the base model into different motion primitives. Through simulation and real-world experiments, we show that ComposableNav enables robots to follow instructions by generating trajectories that satisfy diverse and unseen combinations of specifications, significantly outperforming both non-compositional VLM-based policies and costmap composing baselines. Videos and additional materials can be found on the project page: https://amrl.cs.utexas.edu/ComposableNav/

📄 PDF Abstract BibTeX arXiv:2509.17941

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Observation-Graph Interaction and Key-Detail Guidance for Vision and Language Navigation

2025-03-14 · Yifan Xie, Binkai Ou, Fei Ma, Yaohua Liu

Vision and Language Navigation (VLN) requires an agent to navigate through environments following natural language instructions. However, existing methods often struggle with effectively integrating visual observations a…

cross-modal alignmentNavigateVision and Language Navigation

InstructNav: Zero-shot System for Generic Instruction Navigation in Unexplored Environment

2024-06-07 · Yuxing Long, Wenzhe Cai, Hongcheng Wang, Guanqi Zhan 외

Enabling robots to navigate following diverse language instructions in unexplored environments is an attractive goal for human-robot interaction. However, this goal is challenging because different navigation tasks requi…

Navigate

NaVid: Video-based VLM Plans the Next Step for Vision-and-Language Navigation

2024-02-24 · Jiazhao Zhang, Kunyu Wang, Rongtao Xu, Gengze Zhou 외

Vision-and-language navigation (VLN) stands as a key research problem of Embodied AI, aiming at enabling agents to navigate in unseen environments following linguistic instructions. In this field, generalization is a lon…

Decision MakingInstruction FollowingLanguage ModellingNavigate+1

Zero-shot Object-Centric Instruction Following: Integrating Foundation Models with Traditional Navigation

2024-11-12 · Sonia Raychaudhuri, Duy Ta, Katrina Ashton, Angel X. Chang 외

Large scale scenes such as multifloor homes can be robustly and efficiently mapped with a 3D graph of landmarks estimated jointly with robot poses in a factor graph, a technique commonly used in commercial robots such as…

Instruction FollowingObjectVision-Language Navigation

Counterfactual Cycle-Consistent Learning for Instruction Following and Generation in Vision-Language Navigation

2022-03-30 · CVPR 2022 1 · Hanqing Wang, Wei Liang, Jianbing Shen, Luc van Gool 외

Since the rise of vision-language navigation (VLN), great progress has been made in instruction following -- building a follower to navigate environments under the guidance of instructions. However, far less attention ha…

counterfactualData AugmentationInstruction FollowingNavigate+1