CVMar 28, 2023

Unmasked Teacher: Towards Training-Efficient Video Foundation Models

arXiv:2303.16058v2268 citationsh-index: 71Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of high computational costs and data scarcity for researchers and practitioners in video AI, representing an incremental improvement by integrating existing methods for better efficiency.

The paper tackles the challenge of training Video Foundation Models (VFMs) efficiently by proposing a method that masks low-semantic video tokens and aligns unmasked tokens with an Image Foundation Model as a teacher, achieving state-of-the-art performance on various video tasks with training in 6 days on 32 A100 GPUs.

Video Foundation Models (VFMs) have received limited exploration due to high computational costs and data scarcity. Previous VFMs rely on Image Foundation Models (IFMs), which face challenges in transferring to the video domain. Although VideoMAE has trained a robust ViT from limited data, its low-level reconstruction poses convergence difficulties and conflicts with high-level cross-modal alignment. This paper proposes a training-efficient method for temporal-sensitive VFMs that integrates the benefits of existing methods. To increase data efficiency, we mask out most of the low-semantics video tokens, but selectively align the unmasked tokens with IFM, which serves as the UnMasked Teacher (UMT). By providing semantic guidance, our method enables faster convergence and multimodal friendliness. With a progressive pre-training framework, our model can handle various tasks including scene-related, temporal-related, and complex video-language understanding. Using only public sources for pre-training in 6 days on 32 A100 GPUs, our scratch-built ViT-L/16 achieves state-of-the-art performances on various video tasks. The code and models will be released at https://github.com/OpenGVLab/unmasked_teacher.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes