paper-with-me

Papers

Masked Autoencoders As Spatiotemporal Learners

2022-05-18 · Christoph Feichtenhofer, Haoqi Fan, Yanghao Li, Kaiming He

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 large margins. We further report encouraging results of training on real-world, uncurated Instagram data. Our study suggests that the general framework of masked autoencoding (BERT, MAE, etc.) can be a unified methodology for representation learning with minimal domain knowledge.

📄 PDF Abstract BibTeX arXiv:2205.09113

Code (3)

facebookresearch/mae_st 공식 구현 pytorch
facebookresearch/SlowFast pytorch
innat/mae-spatiotemporal

Tasks

Inductive BiasRepresentation Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

Self-supervised Video Representation Learning with Motion-Aware Masked Autoencoders

2022-10-09 · Haosen Yang, Deng Huang, Bin Wen, Jiannan Wu 외

Masked autoencoders (MAEs) have emerged recently as art self-supervised spatiotemporal representation learners. Inheriting from the image counterparts, however, existing video MAEs still focus largely on static appearanc…

Representation LearningSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

A Survey on Masked Autoencoder for Self-supervised Learning in Vision and Beyond

2022-07-30 · Chaoning Zhang, Chenshuang Zhang, Junha Song, John Seon Keun Yi 외

Masked autoencoders are scalable vision learners, as the title of MAE \cite{he2022masked}, which suggests that self-supervised learning (SSL) in vision might undertake a similar trajectory as in NLP. Specifically, genera…

Contrastive LearningDenoisingSelf-Supervised Learning

Masked Autoencoders are Efficient Class Incremental Learners

2023-08-24 · ICCV 2023 1 · Jiang-Tian Zhai, Xialei Liu, Andrew D. Bagdanov, Ke Li 외

Class Incremental Learning (CIL) aims to sequentially learn new classes while avoiding catastrophic forgetting of previous knowledge. We propose to use Masked Autoencoders (MAEs) as efficient learners for CIL. MAEs were …

class-incremental learningClass Incremental LearningIncremental Learning

MU-MAE: Multimodal Masked Autoencoders-Based One-Shot Learning

2024-08-08 · Rex Liu, Xin Liu

With the exponential growth of multimedia data, leveraging multimodal sensors presents a promising approach for improving accuracy in human activity recognition. Nevertheless, accurately identifying these activities usin…

Activity RecognitionHuman Activity RecognitionOne-Shot Learning

Spatial-Temporal-Decoupled Masked Pre-training for Spatiotemporal Forecasting

2023-12-01 · Haotian Gao, Renhe Jiang, Zheng Dong, Jinliang Deng 외

Spatiotemporal forecasting techniques are significant for various domains such as transportation, energy, and weather. Accurate prediction of spatiotemporal series remains challenging due to the complex spatiotemporal he…

Time SeriesTraffic Prediction