MU-MAE: Multimodal Masked Autoencoders-Based One-Shot Learning
Rex Liu, Xin Liu
TL;DR
Mu-MAE tackles the challenge of one-shot multimodal human activity recognition by removing the need for external pretraining data. It combines multimodal masked autoencoders with synchronized masking across wearable sensors and a cross-attention fusion mechanism to produce a rich multimodal representation, $R^{m}$, used by a model-agnostic one-shot classifier. The approach achieves state-of-the-art performance on MMAct, notably 80.17% for five-way 1-shot without extra data and up to 83.82% with external data, while ablations confirm the importance of synchronized masking and cross-attention. This work reduces annotation costs and data dependencies, offering a scalable blueprint for reliable in-domain self-supervised pretraining in multimodal HAR systems.
Abstract
With the exponential growth of multimedia data, leveraging multimodal sensors presents a promising approach for improving accuracy in human activity recognition. Nevertheless, accurately identifying these activities using both video data and wearable sensor data presents challenges due to the labor-intensive data annotation, and reliance on external pretrained models or additional data. To address these challenges, we introduce Multimodal Masked Autoencoders-Based One-Shot Learning (Mu-MAE). Mu-MAE integrates a multimodal masked autoencoder with a synchronized masking strategy tailored for wearable sensors. This masking strategy compels the networks to capture more meaningful spatiotemporal features, which enables effective self-supervised pretraining without the need for external data. Furthermore, Mu-MAE leverages the representation extracted from multimodal masked autoencoders as prior information input to a cross-attention multimodal fusion layer. This fusion layer emphasizes spatiotemporal features requiring attention across different modalities while highlighting differences from other classes, aiding in the classification of various classes in metric-based one-shot learning. Comprehensive evaluations on MMAct one-shot classification show that Mu-MAE outperforms all the evaluated approaches, achieving up to an 80.17% accuracy for five-way one-shot multimodal classification, without the use of additional data.
