Advancing Video Self-Supervised Learning via Image Foundation Models
Jingwei Wu, Zhewei Huang, Chang Liu
TL;DR
This work tackles the high computational cost of video self-supervised learning by proposing AdViSe, a framework that freezes Image Foundation Models (IFMs) and trains a lightweight Temporal Modeling Module (TMM) on top to capture temporal dynamics. A Playback Rate Perception (PRP) pretext task guides temporal aggregation while preserving the IFM, with a Spatial Feature Utilization (SFU) stage compressing spatial features prior to temporal fusion. Empirical results on benchmarks like UCF101, HMDB51, Diving48, and SSv2 show AdViSe achieving competitive accuracy while delivering up to 3.4× faster training and 8.2× lower GPU memory usage, illustrating substantial efficiency gains. The study also provides actionable design guidelines for SFU and TMM configurations and demonstrates that the approach scales with stronger IFMs, highlighting its practical impact for cost-efficient video representation learning.
Abstract
In the past decade, image foundation models (IFMs) have achieved unprecedented progress. However, the potential of directly using IFMs for video self-supervised representation learning has largely been overlooked. In this study, we propose an advancing video self-supervised learning (AdViSe) approach, aimed at significantly reducing the training overhead of video representation models using pre-trained IFMs. Specifically, we first introduce temporal modeling modules (ResNet3D) to IFMs, constructing a video representation model. We then employ a video self-supervised learning approach, playback rate perception, to train temporal modules while freezing the IFM components. Experiments on UCF101 demonstrate that AdViSe achieves performance comparable to state-of-the-art methods while reducing training time by $3.4\times$ and GPU memory usage by $8.2\times$. This study offers fresh insights into low-cost video self-supervised learning based on pre-trained IFMs. Code is available at https://github.com/JingwWu/advise-video-ssl.
