English

Robot Learning with Sensorimotor Pre-training

Robotics 2023-12-15 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

We present a self-supervised sensorimotor pre-training approach for robotics. Our model, called RPT, is a Transformer that operates on sequences of sensorimotor tokens. Given a sequence of camera images, proprioceptive robot states, and actions, we encode the sequence into tokens, mask out a subset, and train a model to predict the missing content from the rest. We hypothesize that if a robot can predict the masked-out content it will have acquired a good model of the physical world that can enable it to act. RPT is designed to operate on latent visual representations which makes prediction tractable, enables scaling to larger models, and allows fast inference on a real robot. To evaluate our approach, we collected a dataset of 20,000 real-world trajectories over 9 months using a combination of motion planning and grasping algorithms. We find that sensorimotor pre-training consistently outperforms training from scratch, has favorable scaling properties, and enables transfer across different tasks, environments, and robots.

Keywords

Cite

@article{arxiv.2306.10007,
  title  = {Robot Learning with Sensorimotor Pre-training},
  author = {Ilija Radosavovic and Baifeng Shi and Letian Fu and Ken Goldberg and Trevor Darrell and Jitendra Malik},
  journal= {arXiv preprint arXiv:2306.10007},
  year   = {2023}
}

Comments

CoRL 2023; Project page: https://robotic-pretrained-transformer.github.io

R2 v1 2026-06-28T11:07:26.811Z