SMILE: Infusing Spatial and Motion Semantics in Masked Video Learning
Fida Mohammad Thoker, Letian Jiang, Chen Zhao, Bernard Ghanem
TL;DR
SMILE addresses the limitations of pixel-focused masked video modeling by integrating high-level spatial semantics from CLIP and injecting synthetic object motion to emphasize temporal dynamics. It replaces pixel reconstruction with CLIP-feature reconstruction in a teacher-student framework and uses two masking schemes (tube and trajectory-based) on original and added-object tokens, respectively. Through motion augmentation and CLIP supervision, SMILE achieves state-of-the-art results on multiple action-recognition benchmarks and demonstrates robust generalization, including learning representations without natural videos. This approach establishes a new self-supervised paradigm for robust, motion-aware video representation learning with strong practical impact for diverse video understanding tasks.
Abstract
Masked video modeling, such as VideoMAE, is an effective paradigm for video self-supervised learning (SSL). However, they are primarily based on reconstructing pixel-level details on natural videos which have substantial temporal redundancy, limiting their capability for semantic representation and sufficient encoding of motion dynamics. To address these issues, this paper introduces a novel SSL approach for video representation learning, dubbed as SMILE, by infusing both spatial and motion semantics. In SMILE, we leverage image-language pretrained models, such as CLIP, to guide the learning process with their high-level spatial semantics. We enhance the representation of motion by introducing synthetic motion patterns in the training data, allowing the model to capture more complex and dynamic content. Furthermore, using SMILE, we establish a new self-supervised video learning paradigm capable of learning strong video representations without requiring any natural video data. We have carried out extensive experiments on 7 datasets with various downstream scenarios. SMILE surpasses current state-of-the-art SSL methods, showcasing its effectiveness in learning more discriminative and generalizable video representations. Code is available: https://github.com/fmthoker/SMILE
