M2R2: MultiModal Robotic Representation for Temporal Action Segmentation
Daniel Sliwowski, Dongheui Lee
TL;DR
M2R2 presents a model-agnostic, multimodal feature extractor for temporal action segmentation that fuses exteroceptive (vision, audio) and proprioceptive data into a common embedding, decoupling feature extraction from the TAS model. A BRPrompt-like pretraining strategy trains the Fusion Transformer to align window representations with action-order descriptions and to detect boundaries, using a joint loss that combines action-order alignment and boundary regression. On the REASSEMBLE dataset, M2R2 features enable state-of-the-art performance across strong TAS baselines, with substantial improvements over vision-only or proprioception-only approaches, and ablations confirm the complementary value of each modality. This work enables easier reuse of learned features across TAS architectures and suggests that integrating audio and rich proprioceptive cues with vision yields robust, fine-grained action segmentation in contact-rich robotic tasks.
Abstract
Temporal action segmentation (TAS) has long been a key area of research in both robotics and computer vision. In robotics, algorithms have primarily focused on leveraging proprioceptive information to determine skill boundaries, with recent approaches in surgical robotics incorporating vision. In contrast, computer vision typically relies on exteroceptive sensors, such as cameras. Existing multimodal TAS models in robotics integrate feature fusion within the model, making it difficult to reuse learned features across different models. Meanwhile, pretrained vision-only feature extractors commonly used in computer vision struggle in scenarios with limited object visibility. In this work, we address these challenges by proposing M2R2, a multimodal feature extractor tailored for TAS, which combines information from both proprioceptive and exteroceptive sensors. We introduce a novel pretraining strategy that enables the reuse of learned features across multiple TAS models. Our method achieves state-of-the-art performance on the REASSEMBLE dataset, a challenging multimodal robotic assembly dataset, outperforming existing robotic action segmentation models by 46.6%. Additionally, we conduct an extensive ablation study to evaluate the contribution of different modalities in robotic TAS tasks.
