Share your thoughts, 1 month free Claude Pro on usSee more
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
545
Video Question AnsweringMSRVTT-QA
Accuracy47.1
491
Action RecognitionKinetics-400
Top-1 Acc90.6
481
Text-to-Video RetrievalDiDeMo
R@10.725
459
Text-to-Video RetrievalDiDeMo (test)
R@170.4
399
Video Question AnsweringMSRVTT-QA (test)
Accuracy47.1
376
Video Question AnsweringActivityNet-QA
Accuracy47.9
376
Text-to-Video RetrievalMSR-VTT
Recall@158.8
369
Action RecognitionSomething-Something v2
Top-1 Accuracy74.7
363
Video Question AnsweringMSVD-QA
Accuracy55.2
360
Showing 10 of 93 rows
...

Other info

Code

Follow for update