paper-with-me

Papers

Instruct2Act: Mapping Multi-modality Instructions to Robotic Actions with Large Language Model

2023-05-18 · Siyuan Huang, Zhengkai Jiang, Hao Dong, Yu Qiao, Peng Gao, Hongsheng Li

Foundation models have made significant strides in various applications, including text-to-image generation, panoptic segmentation, and natural language processing. This paper presents Instruct2Act, a framework that utilizes Large Language Models to map multi-modal instructions to sequential actions for robotic manipulation tasks. Specifically, Instruct2Act employs the LLM model to generate Python programs that constitute a comprehensive perception, planning, and action loop for robotic tasks. In the perception section, pre-defined APIs are used to access multiple foundation models where the Segment Anything Model (SAM) accurately locates candidate objects, and CLIP classifies them. In this way, the framework leverages the expertise of foundation models and robotic abilities to convert complex high-level instructions into precise policy codes. Our approach is adjustable and flexible in accommodating various instruction modalities and input types and catering to specific task demands. We validated the practicality and efficiency of our approach by assessing it on robotic tasks in different scenarios within tabletop manipulation domains. Furthermore, our zero-shot method outperformed many state-of-the-art learning-based policies in several tasks. The code for our proposed approach is available at https://github.com/OpenGVLab/Instruct2Act, serving as a robust benchmark for high-level robotic instruction tasks with assorted modality inputs.

📄 PDF Abstract BibTeX arXiv:2305.11176

Code (1)

opengvlab/instruct2act 공식 구현 pytorch

Tasks

Image GenerationLanguage ModelingLanguage ModellingLarge Language ModelPanoptic SegmentationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Robo-MUTUAL: Robotic Multimodal Task Specification via Unimodal Learning

2024-10-02 · Jianxiong Li, Zhihao Wang, Jinliang Zheng, Xiaoai Zhou 외

Multimodal task specification is essential for enhanced robotic performance, where \textit{Cross-modality Alignment} enables the robot to holistically understand complex task instructions. Directly annotating multimodal …

Using Both Demonstrations and Language Instructions to Efficiently Learn Robotic Tasks

2022-10-10 · Albert Yu, Raymond J. Mooney

Demonstrations and natural language instructions are two common ways to specify and teach robots novel tasks. However, for many complex tasks, a demonstration or language instruction alone contains ambiguities, preventin…

Text as Images: Can Multimodal Large Language Models Follow Printed Instructions in Pixels?

2023-11-29 · Xiujun Li, Yujie Lu, Zhe Gan, Jianfeng Gao 외

Recent multimodal large language models (MLLMs) have shown promising instruction following capabilities on vision-language tasks. In this work, we introduce VISUAL MODALITY INSTRUCTION (VIM), and investigate how well mul…

In-Context LearningInstruction FollowingMM-Vetvisual instruction following

Instruction Anchor: Dissecting the Mechanistic Dynamics of Modality Arbitration

2026-02-03 · Yu Zhang, Mufan Xu, Xuefeng Bai, Kehai Chen 외 arxiv

Modality following is the ability to selectively leverage multimodal contexts based on user instructions. It is fundamental to the safety and reliability of multimodal large language models (MLLMs) in real-world deployme…

CoDi-2: In-Context, Interleaved, and Interactive Any-to-Any Generation

2023-11-30 · Zineng Tang, ZiYi Yang, Mahmoud Khademi, Yang Liu 외

We present CoDi-2, a versatile and interactive Multimodal Large Language Model (MLLM) that can follow complex multimodal interleaved instructions, conduct in-context learning (ICL), reason, chat, edit, etc., in an any-to…

Image GenerationIn-Context LearningLanguage ModelingLanguage Modelling+3