VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training
About
Pre-training video transformers on extra large-scale datasets is generally required to achieve premier performance on relatively small datasets. In this paper, we show that video masked autoencoders (VideoMAE) are data-efficient learners for self-supervised video pre-training (SSVP). We are inspired by the recent ImageMAE and propose customized video tube masking with an extremely high ratio. This simple design makes video reconstruction a more challenging self-supervision task, thus encouraging extracting more effective video representations during this pre-training process. We obtain three important findings on SSVP: (1) An extremely high proportion of masking ratio (i.e., 90% to 95%) still yields favorable performance of VideoMAE. The temporally redundant video content enables a higher masking ratio than that of images. (2) VideoMAE achieves impressive results on very small datasets (i.e., around 3k-4k videos) without using any extra data. (3) VideoMAE shows that data quality is more important than data quantity for SSVP. Domain shift between pre-training and target datasets is an important issue. Notably, our VideoMAE with the vanilla ViT can achieve 87.4% on Kinetics-400, 75.4% on Something-Something V2, 91.3% on UCF101, and 62.6% on HMDB51, without using any extra data. Code is available at https://github.com/MCG-NJU/VideoMAE.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Object Segmentation | DAVIS 2017 (val) | J mean54.9 | 1130 | |
| Image Classification | ImageNet-1K | Top-1 Acc81.1 | 836 | |
| Action Recognition | Something-Something v2 (val) | Top-1 Accuracy75.4 | 535 | |
| Action Recognition | Kinetics-400 | Top-1 Acc86.1 | 413 | |
| Action Recognition | UCF101 | Accuracy96.1 | 365 | |
| Action Recognition | Something-Something v2 | Top-1 Accuracy75.4 | 341 | |
| Action Recognition | Something-Something v2 (test) | Top-1 Acc75.4 | 333 | |
| Action Recognition | UCF101 (test) | Accuracy96.1 | 307 | |
| Action Recognition | HMDB51 (test) | Accuracy0.733 | 249 | |
| Action Recognition | Kinetics 400 (test) | Top-1 Accuracy86.1 | 245 |