paper-with-me

Papers

AdaMAE: Adaptive Masking for Efficient Spatiotemporal Learning with Masked Autoencoders

2022-11-16 · CVPR 2023 1 · Wele Gedara Chaminda Bandara, Naman Patel, Ali Gholami, Mehdi Nikkhah, Motilal Agrawal, Vishal M. Patel

Masked Autoencoders (MAEs) learn generalizable representations for image, text, audio, video, etc., by reconstructing masked input data from tokens of the visible data. Current MAE approaches for videos rely on random patch, tube, or frame-based masking strategies to select these tokens. This paper proposes AdaMAE, an adaptive masking strategy for MAEs that is end-to-end trainable. Our adaptive masking strategy samples visible tokens based on the semantic context using an auxiliary sampling network. This network estimates a categorical distribution over spacetime-patch tokens. The tokens that increase the expected reconstruction error are rewarded and selected as visible tokens, motivated by the policy gradient algorithm in reinforcement learning. We show that AdaMAE samples more tokens from the high spatiotemporal information regions, thereby allowing us to mask 95% of tokens, resulting in lower memory requirements and faster pre-training. We conduct ablation studies on the Something-Something v2 (SSv2) dataset to demonstrate the efficacy of our adaptive sampling approach and report state-of-the-art results of 70.0% and 81.7% in top-1 accuracy on SSv2 and Kinetics-400 action classification datasets with a ViT-Base backbone and 800 pre-training epochs.

📄 PDF Abstract BibTeX arXiv:2211.09120

Code (2)

wgcban/adamae 공식 구현 pytorch
Nithin-GK/UniteandConquer pytorch

Tasks

Action ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

MAE 설명 없음
Masked Convolution A Masked Convolution is a type of convolution which masks certain pixels so that the model can only predict based on pixels…
L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
Adaptive Masking 설명 없음

Similar Papers 제목 키워드 기반

FocusMAE: Gallbladder Cancer Detection from Ultrasound Videos with Focused Masked Autoencoders

2024-03-13 · CVPR 2024 1 · Soumen Basu, Mayuna Gupta, Chetan Madan, Pankaj Gupta 외

In recent years, automated Gallbladder Cancer (GBC) detection has gained the attention of researchers. Current state-of-the-art (SOTA) methodologies relying on ultrasound sonography (US) images exhibit limited generaliza…

Gallbladder Cancer DetectionRepresentation Learning

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 reconstr…

Inductive BiasRepresentation 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

MonoMAE: Enhancing Monocular 3D Detection through Depth-Aware Masked Autoencoders

2024-05-13 · Xueying Jiang, Sheng Jin, Xiaoqin Zhang, Ling Shao 외

Monocular 3D object detection aims for precise 3D localization and identification of objects from a single-view image. Despite its recent progress, it often struggles while handling pervasive object occlusions that tend …

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+1

The Dynamic Duo of Collaborative Masking and Target for Advanced Masked Autoencoder Learning

2024-12-23 · Shentong Mo

Masked autoencoders (MAE) have recently succeeded in self-supervised vision representation learning. Previous work mainly applied custom-designed (e.g., random, block-wise) masking or teacher (e.g., CLIP)-guided masking …

DecoderRepresentation Learning