paper-with-me

홈 › Papers

OmniMAE: Single Model Masked Pretraining on Images and Videos

2022-06-16 · CVPR 2023 1 · Rohit Girdhar, Alaaeldin El-Nouby, Mannat Singh, Kalyan Vasudev Alwala, Armand Joulin, Ishan Misra

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.

📄 PDF Abstract BibTeX arXiv:2206.08356

Code (1)

facebookresearch/omnivore 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

ViC-MAE: Self-Supervised Representation Learning from Images and Video with Contrastive Masked Autoencoders

2023-03-21 · Jefferson Hernandez, Ruben Villegas, Vicente Ordonez

We propose ViC-MAE, a model that combines both Masked AutoEncoders (MAE) and contrastive learning. ViC-MAE is trained using a global featured obtained by pooling the local representations learned under an MAE reconstruct…

Action ClassificationAction RecognitionContrastive Learningimage-classification+4

Learning from Next-Frame Prediction: Autoregressive Video Modeling Encodes Effective Representations

2025-12-24 · Jinghan Li, Yang Jin, Hao Jiang, Yadong Mu 외 arxiv

Recent advances in pretraining general foundation models have significantly improved performance across diverse downstream tasks. While autoregressive (AR) generative models like GPT have revolutionized NLP, most visual …

Representation Learning

PMatch: Paired Masked Image Modeling for Dense Geometric Matching

2023-03-30 · CVPR 2023 1 · Shengjie Zhu, Xiaoming Liu

Dense geometric matching determines the dense pixel-wise correspondence between a source and support image corresponding to the same 3D structure. Prior works employ an encoder of transformer blocks to correlate the two-…

DecoderGeometric Matchingimage-classificationImage Classification

$\mathsf{CSMAE~}$:~Cataract Surgical Masked Autoencoder (MAE) based Pre-training

2025-02-12 · Nisarg A. Shah, Wele Gedara Chaminda Bandara, Shameema Skider, S. Swaroop Vedula 외

Automated analysis of surgical videos is crucial for improving surgical training, workflow optimization, and postoperative assessment. We introduce a CSMAE, Masked Autoencoder (MAE)-based pretraining approach, specifical…

Transfer Learning

BEVT: BERT Pretraining of Video Transformers

2021-12-02 · CVPR 2022 1 · Rui Wang, Dongdong Chen, Zuxuan Wu, Yinpeng Chen 외

This paper studies the BERT pretraining of video transformers. It is a straightforward but worth-studying extension given the recent success from BERT pretraining of image transformers. We introduce BEVT which decouples …

Action RecognitionRepresentation Learning