FILS: Self-Supervised Video Feature Prediction In Semantic Language Space
Mona Ahmadian, Frank Guerin, Andrew Gilbert
TL;DR
FILS introduces a fully self-supervised framework that learns semantic video representations by predicting masked features in a language space while aligning video patches with text via ActCLIP. The method combines a teacher-student EMA architecture, tube-based masking, and patch-wise language-guided contrastive learning, yielding state-of-the-art transfer to egocentric action recognition tasks with efficient training. Key contributions include feature prediction in language space, ActCLIP for action-area patch-text alignment, and comprehensive ablations and qualitative analyses that show improved semantic grounding over pixel-based approaches. The approach has strong practical impact for robust, scalable video understanding, particularly in data-constrained or domain-specific settings, with potential gains from larger-scale data and models.
Abstract
This paper demonstrates a self-supervised approach for learning semantic video representations. Recent vision studies show that a masking strategy for vision and natural language supervision has contributed to developing transferable visual pretraining. Our goal is to achieve a more semantic video representation by leveraging the text related to the video content during the pretraining in a fully self-supervised manner. To this end, we present FILS, a novel self-supervised video Feature prediction In semantic Language Space (FILS). The vision model can capture valuable structured information by correctly predicting masked feature semantics in language space. It is learned using a patch-wise video-text contrastive strategy, in which the text representations act as prototypes for transforming vision features into a language space, which are then used as targets for semantically meaningful feature prediction using our masked encoder-decoder structure. FILS demonstrates remarkable transferability on downstream action recognition tasks, achieving state-of-the-art on challenging egocentric datasets, like Epic-Kitchens, Something-SomethingV2, Charades-Ego, and EGTEA, using ViT-Base. Our efficient method requires less computation and smaller batches compared to previous works.
