Self-Supervised Multisensory Pretraining for Contact-Rich Robot Reinforcement Learning
Rickmer Krohn, Vignesh Prasad, Gabriele Tiboni, Georgia Chalvatzaki
TL;DR
MSDP tackles multisensory reinforcement learning for contact-rich manipulation by learning expressive latent representations through masked autoencoding across vision, proprioception, and force-torque signals. It decouples representation learning from policy optimization and introduces an asymmetric latent bridging: a cross-attention-based critic leverages dynamic task-specific features from frozen embeddings, while the actor relies on a stable pooled representation. Empirical results in simulation and real-world tasks show faster learning, robustness to sensor noise and changing dynamics, and near-optimal performance with around 6,000 online interactions. The approach scales to more modalities and can pretrain with sensors not present during policy execution, offering a practical, data-efficient solution for complex multisensory robotic control.
Abstract
Effective contact-rich manipulation requires robots to synergistically leverage vision, force, and proprioception. However, Reinforcement Learning agents struggle to learn in such multisensory settings, especially amidst sensory noise and dynamic changes. We propose MultiSensory Dynamic Pretraining (MSDP), a novel framework for learning expressive multisensory representations tailored for task-oriented policy learning. MSDP is based on masked autoencoding and trains a transformer-based encoder by reconstructing multisensory observations from only a subset of sensor embeddings, leading to cross-modal prediction and sensor fusion. For downstream policy learning, we introduce a novel asymmetric architecture, where a cross-attention mechanism allows the critic to extract dynamic, task-specific features from the frozen embeddings, while the actor receives a stable pooled representation to guide its actions. Our method demonstrates accelerated learning and robust performance under diverse perturbations, including sensor noise, and changes in object dynamics. Evaluations in multiple challenging, contact-rich robot manipulation tasks in simulation and the real world showcase the effectiveness of MSDP. Our approach exhibits strong robustness to perturbations and achieves high success rates on the real robot with as few as 6,000 online interactions, offering a simple yet powerful solution for complex multisensory robotic control.
