VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training
Abstract
Domain fit: AI-adjacent · Paper appears method- or tooling-adjacent to AI workflows with partial ecosystem coverage.
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.
Results and benchmarks
Pre-training video transformers on extra large-scale datasets is generally required to achieve premier performance on relatively small datasets.
| Task | Dataset | Metric | Value | Source |
|---|---|---|---|---|
| Transformer | K400 | VideoMAE. | 80.0 | paper-derived |
| Transformer | Sth-Sth V2 | VideoMAE. | 69.6 | paper-derived |
Audit each benchmark finding before selecting an implementation path. Evidence refs map to the disclosure below.
Evidence graph: 3 refs, 3 links.
Utility signals: depth 100/100, grounding 85/100, status high.
Implementation
Historical official implementation (not recommended for new builds)
Only a historical official implementation is available
Use with caution for new projects; verify against current tooling and maintained community alternatives.
MCG-NJU/VideoMAE · 1,783 stars · Last push Dec 8, 2023
cmhungsteve/Awesome-Transformer-Attention is the closest maintained adjacent implementation (Matches contextual method/domain keyword: transformer). It is not paper-verified; validate algorithm and evaluation setup against the paper before trusting reported metrics. Community adoption signal: 5049 GitHub stars.
Open MCG-NJU/VideoMAE- Adjacent implementations are not paper-verified
- Recommended repository is adjacent and not paper-verified.
- No direct maintained implementation is currently verified.
- Only historical official repository was found: MCG-NJU/VideoMAE.
- No maintained paper-verified implementation met reliability thresholds.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Limited
- Stars
- 1,783
- Last push
- Dec 8, 2023 (991d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No push in 12+ months
- No CI pipeline detected
- No tagged releases
- Maintenance
- Active
- Confidence
- Low
- Reproducibility
- Strong
- Stars
- 164,399
- Last push
- Aug 24, 2026 (1d)
Community adoption signal (164399 stars)
- No Docker setup
- Low confidence match
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Limited
- Stars
- 70
- Last push
- Feb 3, 2023 (1299d)
Official implementation from Papers with Code · Matched via arXiv identifier search
- No push in 12+ months
- No CI pipeline detected
- No tagged releases
Reproduction readiness
Major work
No dependency manifest, manual reconstruction required
- MCG-NJU/VideoMAE has no requirements.txt, environment.yml, pyproject.toml, or Dockerfile.
- You will need to reverse-engineer dependencies from import statements in the source code.
- Last push was 991 days ago.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Framework baselines
- Hugging Face Transformers training guide
Modern transformer training baseline.
- PyTorch nn.Transformer docs
Reference transformer building block implementation.
Repositories and ecosystem
Closest related implementations
These are not paper-verified. Use them as reference points when no direct implementation is available.
- cmhungsteve/Awesome-Transformer-Attention Adjacent · Confidence: Medium · 5,049 stars
Matches contextual method/domain keyword: transformer
- dk-liang/Awesome-Visual-Transformer Adjacent · Confidence: Medium · 3,592 stars
Matches contextual method/domain keyword: transformer
- DirtyHarryLYL/Transformer-in-Vision Adjacent · Confidence: Medium · 1,343 stars
Matches contextual method/domain keyword: transformer
Official
- MCG-NJU/VideoMAE-Action-DetectionConfidence: High
[NeurIPS 2022 Spotlight] VideoMAE for Action Detection
70 stars · 8 forks · Last push Feb 3, 2023 · NOASSERTION license
Community
No additional community repositories detected yet.
These repositories had low-confidence matching signals and are hidden by default.
- huggingface/transformers
Confidence: Low · 164,399 stars
- innat/VideoMAE
Confidence: Low · 22 stars
- LAION-AI/video-clip
Confidence: Low · 97 stars
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
Tasks
Transformer
Methods
Transformer
Domains
Computer vision
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXJump to Paper2Code search queries derived from this paper's research context.
Data includes links from Papers with Code ( CC-BY-SA-4.0 ).