Search papers, labs, and topics across Lattice.
This paper explores multisensory continual learning by adapting pretrained visuomotor policies to incorporate additional sensory modalities, specifically force-torque sensing, in robot manipulation tasks. The approach, named MuSe, employs multi-stage fusion, multisensory future prediction, and experience replay to effectively integrate limited multisensory data while maintaining performance on original tasks. Experimental results demonstrate that MuSe not only excels in contact-rich finetuning tasks but also enhances performance on previously learned tasks, indicating that even modest multisensory datasets can significantly broaden a robot's capabilities.
Adapting pretrained policies with just a modest multisensory dataset can enhance robot manipulation performance across diverse tasks without sacrificing prior knowledge.
Robot manipulation often relies on sensory feedback beyond vision, particularly in contact-rich settings where force, tactile, or audio signals reveal interaction states that are not directly observable from images. However, these modalities are often hardware- and task-specific, and large-scale multisensory robot datasets remain scarce. As a result, it is impractical to pretrain policies with every sensor they may encounter. We study multisensory continual learning: adapting a pretrained robot policy to new tasks with newly introduced modalities while preserving performance under the original sensor suite. We propose MuSe, which incorporates limited multisensory data into pretrained vision-only policies through multi-stage fusion, multisensory future prediction, and experience replay over pretraining data. We instantiate MuSe by augmenting a pretrained vision-only policy with force-torque sensing and evaluate it on real-world manipulation tasks. Our experiments show that MuSe performs strongly on contact-rich finetuning tasks while preserving, and in some cases improving, performance on the original pretraining tasks. These results suggest that a modest multisensory dataset can improve general robot capabilities beyond the finetuning distribution. Project website: https://jadenvc.github.io/multisensory-continual-learning/