paper-with-me

Papers

Affordances-Oriented Planning using Foundation Models for Continuous Vision-Language Navigation

2024-07-08 · Jiaqi Chen, Bingqian Lin, Xinmin Liu, Lin Ma, Xiaodan Liang, Kwan-Yee K. Wong

LLM-based agents have demonstrated impressive zero-shot performance in vision-language navigation (VLN) task. However, existing LLM-based methods often focus only on solving high-level task planning by selecting nodes in predefined navigation graphs for movements, overlooking low-level control in navigation scenarios. To bridge this gap, we propose AO-Planner, a novel Affordances-Oriented Planner for continuous VLN task. Our AO-Planner integrates various foundation models to achieve affordances-oriented low-level motion planning and high-level decision-making, both performed in a zero-shot setting. Specifically, we employ a Visual Affordances Prompting (VAP) approach, where the visible ground is segmented by SAM to provide navigational affordances, based on which the LLM selects potential candidate waypoints and plans low-level paths towards selected waypoints. We further propose a high-level PathAgent which marks planned paths into the image input and reasons the most probable path by comprehending all environmental information. Finally, we convert the selected path into 3D coordinates using camera intrinsic parameters and depth information, avoiding challenging 3D predictions for LLMs. Experiments on the challenging R2R-CE and RxR-CE datasets show that AO-Planner achieves state-of-the-art zero-shot performance (8.8% improvement on SPL). Our method can also serve as a data annotator to obtain pseudo-labels, distilling its waypoint prediction ability into a learning-based predictor. This new predictor does not require any waypoint data from the simulator and achieves 47% SR competing with supervised methods. We establish an effective connection between LLM and 3D world, presenting novel prospects for employing foundation models in low-level motion control.

📄 PDF Abstract BibTeX arXiv:2407.05890

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMotion PlanningTask PlanningVision-Language Navigation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SAM 설명 없음

Similar Papers 제목 키워드 기반

Embodied Robot Manipulation in the Era of Foundation Models: Planning and Learning Perspectives

2025-12-28 · Shuanghao Bai, Wenxuan Song, Jiayi Chen, Yuheng Ji 외 arxiv

Recent advances in vision, language, and multimodal learning have substantially accelerated progress in robotic foundation models, with robot manipulation remaining a central and challenging problem. This survey examines…

Representation LearningRobot ManipulationDecision Making

GrASP: Gradient-Based Affordance Selection for Planning

2022-02-08 · Vivek Veeriah, Zeyu Zheng, Richard Lewis, Satinder Singh

Planning with a learned model is arguably a key component of intelligence. There are several challenges in realizing such a component in large-scale reinforcement learning (RL) problems. One such challenge is dealing eff…

Reinforcement Learning (RL)

Multi-Object Graph Affordance Network: Goal-Oriented Planning through Learned Compound Object Affordances

2023-09-19 · Tuba Girgin, Emre Ugur

Learning object affordances is an effective tool in the field of robot learning. While the data-driven models investigate affordances of single or paired objects, there is a gap in the exploration of affordances of compo…

Object

One-Shot Open Affordance Learning with Foundation Models

2023-11-29 · CVPR 2024 1 · Gen Li, Deqing Sun, Laura Sevilla-Lara, Varun Jampani

We introduce One-shot Open Affordance Learning (OOAL), where a model is trained with just one example per base object category, but is expected to identify novel objects and affordances. While vision-language models exce…

Recognizing Object Affordances to Support Scene Reasoning for Manipulation Tasks

2019-09-12 · Fu-Jen Chu, Ruinian Xu, Chao Tang, Patricio A. Vela

Affordance information about a scene provides important clues as to what actions may be executed in pursuit of meeting a specified goal state. Thus, integrating affordance-based reasoning into symbolic action plannning p…

Affordance DetectionAffordance RecognitionBenchmarkingObject+2