paper-with-me

Papers

EmbodiedGPT: Vision-Language Pre-Training via Embodied Chain of Thought

2023-05-24 · NeurIPS 2023 11 · Yao Mu, Qinglong Zhang, Mengkang Hu, Wenhai Wang, Mingyu Ding, Jun Jin, Bin Wang, Jifeng Dai, Yu Qiao, Ping Luo

Embodied AI is a crucial frontier in robotics, capable of planning and executing action sequences for robots to accomplish long-horizon tasks in physical environments. In this work, we introduce EmbodiedGPT, an end-to-end multi-modal foundation model for embodied AI, empowering embodied agents with multi-modal understanding and execution capabilities. To achieve this, we have made the following efforts: (i) We craft a large-scale embodied planning dataset, termed EgoCOT. The dataset consists of carefully selected videos from the Ego4D dataset, along with corresponding high-quality language instructions. Specifically, we generate a sequence of sub-goals with the "Chain of Thoughts" mode for effective embodied planning. (ii) We introduce an efficient training approach to EmbodiedGPT for high-quality plan generation, by adapting a 7B large language model (LLM) to the EgoCOT dataset via prefix tuning. (iii) We introduce a paradigm for extracting task-related features from LLM-generated planning queries to form a closed loop between high-level planning and low-level control. Extensive experiments show the effectiveness of EmbodiedGPT on embodied tasks, including embodied planning, embodied control, visual captioning, and visual question answering. Notably, EmbodiedGPT significantly enhances the success rate of the embodied control task by extracting more effective features. It has achieved a remarkable 1.6 times increase in success rate on the Franka Kitchen benchmark and a 1.3 times increase on the Meta-World benchmark, compared to the BLIP-2 baseline fine-tuned with the Ego4D dataset.

📄 PDF Abstract BibTeX arXiv:2305.15021

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningLanguage ModellingLarge Language ModelQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

DM0: An Embodied-Native Vision-Language-Action Model towards Physical AI

2026-02-16 · En Yu, Haoran Lv, Jianjian Sun, Kangheng Lin 외 arxiv

Moving beyond the traditional paradigm of adapting internet-pretrained models to physical tasks, we present DM0, an Embodied-Native Vision-Language-Action (VLA) framework designed for Physical AI. Unlike approaches that …

Autonomous Driving

Revisiting Embodied Chain-of-Thought for Generalizable Robot Manipulation

2026-06-02 · Nan Sun, Yuan Zhang, Yongkun Yang, Wentao Zhao 외 arxiv

Embodied chain-of-thought (CoT) aims to bridge linguistic reasoning and robotic control, but its effective form and integration strategy remain underexplored. In this paper, we revisit embodied CoT for vision-language-ac…

Robot Manipulation

RoboPIN: Grounded Embodied Reasoning via Pinned Chain-of-Thought

2026-06-14 · Yaoting Huang, Yifu Yuan, Linqi Han, Chengwen Li 외 arxiv

Embodied reasoning requires models to perceive task-relevant objects and spaces in physical environments and maintain consistent visual grounding throughout multi-step reasoning. However, current vision-language models r…

Spatial ReasoningVisual Grounding

NavCoT: Boosting LLM-Based Vision-and-Language Navigation via Learning Disentangled Reasoning

2024-03-12 · Bingqian Lin, Yunshuang Nie, Ziming Wei, Jiaqi Chen 외

Vision-and-Language Navigation (VLN), as a crucial research problem of Embodied AI, requires an embodied agent to navigate through complex 3D environments following natural language instructions. Recent research has high…

NavigateVision and Language Navigation

Robotic Control via Embodied Chain-of-Thought Reasoning

2024-07-11 · Michał Zawalski, William Chen, Karl Pertsch, Oier Mees 외

A key limitation of learned robot control policies is their inability to generalize outside their training data. Recent works on vision-language-action models (VLAs) have shown that the use of large, internet pre-trained…

Vision-Language-Action