Masked Autoencoders As Spatiotemporal Learners
Christoph Feichtenhofer, Haoqi Fan, Yanghao Li, Kaiming He

TL;DR
This paper extends Masked Autoencoders to spatiotemporal video data, demonstrating that high masking ratios and minimal inductive bias enable effective representation learning and significant speedups, outperforming supervised methods.
Contribution
It introduces a simple yet effective spatiotemporal MAE framework that requires minimal domain knowledge and achieves strong results on video datasets.
Findings
High masking ratio (up to 90%) is optimal for videos.
MAE outperforms supervised pre-training on several datasets.
Training on uncurated Instagram data yields promising results.
Abstract
This paper studies a conceptually simple extension of Masked Autoencoders (MAE) to spatiotemporal representation learning from videos. We randomly mask out spacetime patches in videos and learn an autoencoder to reconstruct them in pixels. Interestingly, we show that our MAE method can learn strong representations with almost no inductive bias on spacetime (only except for patch and positional embeddings), and spacetime-agnostic random masking performs the best. We observe that the optimal masking ratio is as high as 90% (vs. 75% on images), supporting the hypothesis that this ratio is related to information redundancy of the data. A high masking ratio leads to a large speedup, e.g., > 4x in wall-clock time or even more. We report competitive results on several challenging video datasets using vanilla Vision Transformers. We observe that MAE can outperform supervised pre-training by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Face recognition and analysis · Human Pose and Action Recognition
MethodsMasked autoencoder
