VIP: Vision Instructed Pre-training for Robotic Manipulation
Zhuoling Li, Liangliang Ren, Jinrong Yang, Yong Zhao, Xiaoyang Wu, Zhenhua Xu, Xiang Bai, Hengshuang Zhao
TL;DR
This work tackles the limitation that text-based task prompts struggle to guide robust robotic manipulation when data diversity is limited. It introduces Vision Instructed Pre-training (VIP), which uses vision-based targets comprising the current observation, a cropped future target region, and sparse point flows to supervise action prediction, with flows progressively masked to align training with inference. A Transformer-based policy, VIRT, initialized from DINOv2 and trained on large-scale data, learns to predict action sequences for diverse real and simulated tasks. Empirical results show VIP and VIRT outperform strong baselines and enable complex capabilities, demonstrating a scalable vision-first approach to robotic pre-training and instruction following.
Abstract
The effectiveness of scaling up training data in robotic manipulation is still limited. A primary challenge in manipulation is the tasks are diverse, and the trained policy would be confused if the task targets are not specified clearly. Existing works primarily rely on text instruction to describe targets. However, we reveal that current robotic data cannot train policies to understand text instruction effectively, and vision is much more comprehensible. Therefore, we introduce utilizing vision instruction to specify targets. A straightforward implementation is training a policy to predict the intermediate actions linking the current observation and a future image. Nevertheless, a single future image does not describe the task target in insufficient detail. To handle this problem, we propose to use sparse point flows to provide more detailed information. Extensive tasks are designed based on real and simulated environments to evaluate the effectiveness of our vision instructed pre-training (VIP) method. The results indicate VIP improves the performance on diverse tasks significantly, and the derived policy can complete competitive tasks like ``opening the lid of a tightly sealed bottle''.
