Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

EVEREST: Efficient Masked Video Autoencoder by Removing Redundant Spatiotemporal Tokens

About

Masked Video Autoencoder (MVA) approaches have demonstrated their potential by significantly outperforming previous video representation learning methods. However, they waste an excessive amount of computations and memory in predicting uninformative tokens/frames due to random masking strategies. (e.g., over 16 nodes with 128 NVIDIA A100 GPUs). To resolve this issue, we exploit the unequal information density among the patches in videos and propose EVEREST, a surprisingly efficient MVA approach for video representation learning that finds tokens containing rich motion features and discards uninformative ones during both pre-training and fine-tuning. We further present an information-intensive frame selection strategy that allows the model to focus on informative and causal frames with minimal redundancy. Our method significantly reduces the computation and memory requirements of MVA, enabling the pre-training and fine-tuning on a single machine with 8 GPUs while achieving comparable performance to computation- and memory-heavy baselines on multiple benchmarks and the uncurated Ego4D dataset. We hope that our work contributes to reducing the barrier to further research on video understanding.

Sunil Hwang, Jaehong Yoon, Youngwan Lee, Sung Ju Hwang• 2022

Related benchmarks

TaskDatasetResultRank
Action RecognitionKinetics-400
Top-1 Acc14.1
413
Action RecognitionSomething-Something v2
Top-1 Accuracy14.5
341
Action RecognitionHMDB51
Top-1 Acc30.3
225
Action RecognitionUCF-101
Top-1 Acc51.8
147
Video ClassificationSomething-Something v2
Top-1 Acc64.6
56
Video ClassificationUCF101
Accuracy93.4
29
Video ClassificationHMDB-51
Top-1 Accuracy68.1
29
Action RecognitionFineGYM--
29
Action RecognitionEpic Kitchens 100
Top-1 Acc30.5
26
Object State Change ClassificationEgo4D (val)
Accuracy76.2
12
Showing 10 of 11 rows

Other info

Code

Follow for update