paper-with-me

Papers

Vision-Language Interpreter for Robot Task Planning

2023-11-02 · Keisuke Shirai, Cristian C. Beltran-Hernandez, Masashi Hamaya, Atsushi Hashimoto, Shohei Tanaka, Kento Kawaharazuka, Kazutoshi Tanaka, Yoshitaka Ushiku, Shinsuke Mori

Large language models (LLMs) are accelerating the development of language-guided robot planners. Meanwhile, symbolic planners offer the advantage of interpretability. This paper proposes a new task that bridges these two trends, namely, multimodal planning problem specification. The aim is to generate a problem description (PD), a machine-readable file used by the planners to find a plan. By generating PDs from language instruction and scene observation, we can drive symbolic planners in a language-guided framework. We propose a Vision-Language Interpreter (ViLaIn), a new framework that generates PDs using state-of-the-art LLM and vision-language models. ViLaIn can refine generated PDs via error message feedback from the symbolic planner. Our aim is to answer the question: How accurately can ViLaIn and the symbolic planner generate valid robot plans? To evaluate ViLaIn, we introduce a novel dataset called the problem description generation (ProDG) dataset. The framework is evaluated with four new evaluation metrics. Experimental results show that ViLaIn can generate syntactically correct problems with more than 99\% accuracy and valid plans with more than 58\% accuracy. Our code and dataset are available at https://github.com/omron-sinicx/ViLaIn.

📄 PDF Abstract BibTeX arXiv:2311.00967

Code (1)

omron-sinicx/vilain 공식 구현 pytorch

Tasks

Robot Task PlanningTask Planningvalid

Similar Papers 제목 키워드 기반

Grounded Vision-Language Interpreter for Integrated Task and Motion Planning

2025-06-03 · Jeremy Siburian, Keisuke Shirai, Cristian C. Beltran-Hernandez, Masashi Hamaya 외

While recent advances in vision-language models (VLMs) have accelerated the development of language-guided robot planners, their black-box nature often lacks safety guarantees and interpretability crucial for real-world …

Motion PlanningTask and Motion PlanningTask Planning

Vision-Language System using Open-Source LLMs for Gestures in Medical Interpreter Robots

2026-03-05 · Thanh-Tung Ngo, Emma Murphy, Robert J. Ross arxiv

Effective communication is vital in healthcare, especially across language barriers, where non-verbal cues and gestures are critical. This paper presents a privacy-preserving vision-language framework for medical interpr…

Computational EfficiencyGesture GenerationIntent Detection

R1-Code-Interpreter: Training LLMs to Reason with Code via Supervised and Reinforcement Learning

2025-05-27 · Yongchao Chen, Yueying Liu, Junwei Zhou, Yilun Hao 외

Despite advances in reasoning and planning of R1-like models, Large Language Models (LLMs) still struggle with tasks requiring precise computation, symbolic manipulation, optimization, and algorithmic reasoning, in which…

Code GenerationReinforcement Learning (RL)

Look Before You Leap: Unveiling the Power of GPT-4V in Robotic Vision-Language Planning

2023-11-29 · Yingdong Hu, Fanqi Lin, Tong Zhang, Li Yi 외

In this study, we are interested in imbuing robots with the capability of physically-grounded task planning. Recent advancements have shown that large language models (LLMs) possess extensive knowledge useful in robotic …

Task Planning

DKPROMPT: Domain Knowledge Prompting Vision-Language Models for Open-World Planning

2024-06-25 · Xiaohan Zhang, Zainab Altaweel, Yohei Hayamizu, Yan Ding 외

Vision-language models (VLMs) have been applied to robot task planning problems, where the robot receives a task in natural language and generates plans based on visual inputs. While current VLMs have demonstrated strong…

Robot Task PlanningTask Planning