paper-with-me

홈 › Papers

MGMAE: Motion Guided Masking for Video Masked Autoencoding

2023-08-21 · ICCV 2023 1 · Bingkun Huang, Zhiyu Zhao, Guozhen Zhang, Yu Qiao, LiMin Wang

Masked autoencoding has shown excellent performance on self-supervised video representation learning. Temporal redundancy has led to a high masking ratio and customized masking strategy in VideoMAE. In this paper, we aim to further improve the performance of video masked autoencoding by introducing a motion guided masking strategy. Our key insight is that motion is a general and unique prior in video, which should be taken into account during masked pre-training. Our motion guided masking explicitly incorporates motion information to build temporal consistent masking volume. Based on this masking volume, we can track the unmasked tokens in time and sample a set of temporal consistent cubes from videos. These temporal aligned unmasked tokens will further relieve the information leakage issue in time and encourage the MGMAE to learn more useful structure information. We implement our MGMAE with an online efficient optical flow estimator and backward masking map warping strategy. We perform experiments on the datasets of Something-Something V2 and Kinetics-400, demonstrating the superior performance of our MGMAE to the original VideoMAE. In addition, we provide the visualization analysis to illustrate that our MGMAE can sample temporal consistent cubes in a motion-adaptive manner for more effective video pre-training.

📄 PDF Abstract BibTeX arXiv:2308.10794

Code (1)

mcg-nju/mgmae 공식 구현 pytorch

Tasks

Optical Flow EstimationRepresentation Learning

Similar Papers 제목 키워드 기반

Text-Guided Video Masked Autoencoder

2024-08-01

Recent video masked autoencoder (MAE) works have designed improved masking algorithms focused on saliency. These works leverage visual cues such as motion to mask the most salient regions. However, the robustness of such…

Motion-Guided Masking for Spatiotemporal Representation Learning

2023-08-24 · ICCV 2023 1 · David Fan, Jue Wang, Shuai Liao, Yi Zhu 외

Several recent works have directly extended the image masked autoencoder (MAE) with random masking into video domain, achieving promising results. However, unlike images, both spatial and temporal information are importa…

Domain AdaptationRepresentation LearningTransfer LearningVideo Understanding

Reinforcement Learning meets Masked Video Modeling : Trajectory-Guided Adaptive Token Selection

2025-05-13 · Ayush K. Rai, Kyle Min, Tarun Krishna, Feiyan Hu 외

Masked video modeling~(MVM) has emerged as a highly effective pre-training strategy for visual foundation models, whereby the model reconstructs masked spatiotemporal tokens using information from visible tokens. However…

Action RecognitionOptical Flow Estimation

Motion-Saliency Complementary Masked Modeling for Point Cloud Video Understanding

2026-08-31 · Wei Wang, Yiding Sun, Yuyan Wang, Zhuoyue Zhang 외 arxiv

Point cloud video representation learning is crucial for 3D dynamic scene understanding. In this paper, we propose MoSaiC, a novel Motion-Saliency Complementary masked modeling framework for self-supervised point cloud v…

Representation LearningSemantic SegmentationScene UnderstandingAction Segmentation

Motion Guided Token Compression for Efficient Masked Video Modeling

2024-01-10 · Yukun Feng, Yangming Shi, Fengze Liu, Tan Yan

Recent developments in Transformers have achieved notable strides in enhancing video comprehension. Nonetheless, the O($N^2$) computation complexity associated with attention mechanisms presents substantial computational…

Video CompressionVideo Recognition