Text-Guided Video Masked Autoencoder
David Fan, Jue Wang, Shuai Liao, Zhikang Zhang, Vimal Bhat, Xinyu Li
TL;DR
Text-Guided Video Masked Autoencoder introduces a text-driven masking strategy that uses caption-video alignment to identify salient video regions for MAE pretraining, removing reliance on explicit visual priors like motion. It further proposes a unified framework that combines masked video MAE with an optional masked video-text contrastive loss, improving downstream performance across diverse action-recognition datasets. The method leverages off-the-shelf captioning (BLIP) and CLIP-based text-video similarities to guide masking, with optional contrastive learning aligning masked encoder outputs with text representations. Ablations and transfers demonstrate that language-guided masking generalizes to smaller and egocentric datasets, and that masking-guided semantic learning and contrastive signals jointly yield robust gains. Overall, the work establishes language-guided masked video modeling as a practical and scalable direction for improving video representations.
Abstract
Recent video masked autoencoder (MAE) works have designed improved masking algorithms focused on saliency. These works leverage visual cues such as motion to mask the most salient regions. However, the robustness of such visual cues depends on how often input videos match underlying assumptions. On the other hand, natural language description is an information dense representation of video that implicitly captures saliency without requiring modality-specific assumptions, and has not been explored yet for video MAE. To this end, we introduce a novel text-guided masking algorithm (TGM) that masks the video regions with highest correspondence to paired captions. Without leveraging any explicit visual cues for saliency, our TGM is competitive with state-of-the-art masking algorithms such as motion-guided masking. To further benefit from the semantics of natural language for masked reconstruction, we next introduce a unified framework for joint MAE and masked video-text contrastive learning. We show that across existing masking algorithms, unifying MAE and masked video-text contrastive learning improves downstream performance compared to pure MAE on a variety of video recognition tasks, especially for linear probe. Within this unified framework, our TGM achieves the best relative performance on five action recognition and one egocentric datasets, highlighting the complementary nature of natural language for masked video modeling.
