paper-with-me

Papers

VIMA: General Robot Manipulation with Multimodal Prompts

2022-10-06 · Yunfan Jiang, Agrim Gupta, Zichen Zhang, Guanzhi Wang, Yongqiang Dou, Yanjun Chen, Li Fei-Fei, Anima Anandkumar, Yuke Zhu, Linxi Fan

Prompt-based learning has emerged as a successful paradigm in natural language processing, where a single general-purpose language model can be instructed to perform any task specified by input prompts. Yet task specification in robotics comes in various forms, such as imitating one-shot demonstrations, following language instructions, and reaching visual goals. They are often considered different tasks and tackled by specialized models. We show that a wide spectrum of robot manipulation tasks can be expressed with multimodal prompts, interleaving textual and visual tokens. Accordingly, we develop a new simulation benchmark that consists of thousands of procedurally-generated tabletop tasks with multimodal prompts, 600K+ expert trajectories for imitation learning, and a four-level evaluation protocol for systematic generalization. We design a transformer-based robot agent, VIMA, that processes these prompts and outputs motor actions autoregressively. VIMA features a recipe that achieves strong model scalability and data efficiency. It outperforms alternative designs in the hardest zero-shot generalization setting by up to $2.9\times$ task success rate given the same training data. With $10\times$ less training data, VIMA still performs $2.7\times$ better than the best competing variant. Code and video demos are available at https://vimalabs.github.io/

📄 PDF Abstract BibTeX arXiv:2210.03094

Code (2)

vimalabs/VIMABench 공식 구현
vimalabs/VIMA pytorch

Tasks

Imitation LearningLanguage ModellingRobot ManipulationSystematic GeneralizationZero-shot Generalization

Similar Papers 제목 키워드 기반

Mastering Robot Manipulation with Multimodal Prompts through Pretraining and Multi-task Fine-tuning

2023-10-14 · Jiachen Li, Qiaozi Gao, Michael Johnston, Xiaofeng Gao 외

Prompt-based learning has been demonstrated as a compelling paradigm contributing to large language models' tremendous success (LLMs). Inspired by their success in language tasks, existing research has leveraged LLMs in …

In-Context LearningInstruction FollowingRobot ManipulationTask Planning

Unified-IO 2: Scaling Autoregressive Multimodal Models with Vision Language Audio and Action

2024-01-01 · CVPR 2024 1 · Jiasen Lu, Christopher Clark, Sangho Lee, Zichen Zhang 외

We present Unified-IO 2 a multimodal and multi-skill unified model capable of following novel instructions. Unified-IO 2 can use text images audio and/or videos as input and can generate text image or audio outputs w…

Image GenerationInstruction Followingobject-detectionObject Detection+2

Evolvable Embodied Agent for Robotic Manipulation via Long Short-Term Reflection and Optimization

2026-04-15 · Jianzong Wang, Botao Zhao, Yayun He, Junqing Peng 외 arxiv

Achieving general-purpose robotics requires empowering robots to adapt and evolve based on their environment and feedback. Traditional methods face limitations such as extensive training requirements, difficulties in cro…

IVRA: Improving Visual-Token Relations for Robot Action Policy with Training-Free Hint-Based Guidance

2026-01-22 · Jongwoo Park, Kanchana Ranasinghe, Jinhyeok Jang, Cristina Mata 외 arxiv

Many Vision-Language-Action (VLA) models flatten image patches into a 1D token sequence, weakening the 2D spatial cues needed for precise manipulation. We introduce IVRA, a lightweight, training-free method that improves…

Confusion-Aware In-Context-Learning for Vision-Language Models in Robotic Manipulation

2026-03-16 · Yayun He, Zuheng Kang, Botao Zhao, Zhouyin Wu 외 arxiv

Vision-language models (VLMs) have significantly improved the generalization capabilities of robotic manipulation. However, VLM-based systems often suffer from a lack of robustness, leading to unpredictable errors, parti…