Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unmasked Teacher: Towards Training-Efficient Video Foundation Models

About

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.

Kunchang Li, Yali Wang, Yizhuo Li, Yi Wang, Yinan He, Limin Wang, Yu Qiao• 2023

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy70.8
535
Video Question AnsweringMSRVTT-QA
Accuracy47.1
481
Action RecognitionKinetics-400
Top-1 Acc90.6
413
Text-to-Video RetrievalDiDeMo (test)
R@170.4
376
Video Question AnsweringMSRVTT-QA (test)
Accuracy47.1
371
Text-to-Video RetrievalDiDeMo
R@10.725
360
Action RecognitionSomething-Something v2
Top-1 Accuracy74.7
341
Video Question AnsweringMSVD-QA
Accuracy55.2
340
Action RecognitionSomething-Something v2 (test)
Top-1 Acc54.5
333
Video Question AnsweringActivityNet-QA
Accuracy47.9
319
Showing 10 of 83 rows
...

Other info

Code

Follow for update