OmniMAE: Single Model Masked Pretraining on Images and Videos
Rohit Girdhar, Alaaeldin El-Nouby, Mannat Singh, Kalyan Vasudev Alwala, Armand Joulin, Ishan Misra
TL;DR
OmniMAE investigates unifying image and video representation learning under a single Vision Transformer via masked autoencoding. By jointly pretraining on images and videos with extreme masking ratios, the approach learns transferable, label-free representations and achieves strong finetuning performance on both domains, notably $86.6$% on ImageNet and $75.5$% on SSv2 with ViT-H. The method relies on a simple encoder-decoder MAE objective with a shared backbone and benefits from techniques like sample replication to boost training efficiency. This work demonstrates that a generic, scalable multi-modal pretraining paradigm can rival modality-specific designs and paves the way for broader cross-domain representation learning.
Abstract
Transformer-based architectures have become competitive across a variety of visual domains, most notably images and videos. While prior work studies these modalities in isolation, having a common architecture suggests that one can train a single unified model for multiple visual modalities. Prior attempts at unified modeling typically use architectures tailored for vision tasks, or obtain worse performance compared to single modality models. In this work, we show that masked autoencoding can be used to train a simple Vision Transformer on images and videos, without requiring any labeled data. This single model learns visual representations that are comparable to or better than single-modality representations on both image and video benchmarks, while using a much simpler architecture. Furthermore, this model can be learned by dropping 90% of the image and 95% of the video patches, enabling extremely fast training of huge model architectures. In particular, we show that our single ViT-Huge model can be finetuned to achieve 86.6% on ImageNet and 75.5% on the challenging Something Something-v2 video benchmark, setting a new state-of-the-art.
