paper-with-me

홈 › Papers

Motion-Guided Masking for Spatiotemporal Representation Learning

2023-08-24 · ICCV 2023 1 · David Fan, Jue Wang, Shuai Liao, Yi Zhu, Vimal Bhat, Hector Santos-Villalobos, Rohith MV, Xinyu Li

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 important for video understanding. This suggests that the random masking strategy that is inherited from the image MAE is less effective for video MAE. This motivates the design of a novel masking algorithm that can more efficiently make use of video saliency. Specifically, we propose a motion-guided masking algorithm (MGM) which leverages motion vectors to guide the position of each mask over time. Crucially, these motion-based correspondences can be directly obtained from information stored in the compressed format of the video, which makes our method efficient and scalable. On two challenging large-scale video benchmarks (Kinetics-400 and Something-Something V2), we equip video MAE with our MGM and achieve up to +$1.3\%$ improvement compared to previous state-of-the-art methods. Additionally, our MGM achieves equivalent performance to previous video MAE using up to $66\%$ fewer training epochs. Lastly, we show that MGM generalizes better to downstream transfer learning and domain adaptation tasks on the UCF101, HMDB51, and Diving48 datasets, achieving up to +$4.9\%$ improvement compared to baseline methods.

📄 PDF Abstract BibTeX arXiv:2308.12962

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationRepresentation LearningTransfer LearningVideo Understanding

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

MGMAE: Motion Guided Masking for Video Masked Autoencoding

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

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…

Optical Flow EstimationRepresentation Learning

MaskSem: Semantic-Guided Masking for Learning 3D Hybrid High-Order Motion Representation

2025-08-18 · Wei Wei, Shaojie Zhang, Yonghao Dang, Jianqin Yin arxiv

Human action recognition is a crucial task for intelligent robotics, particularly within the context of human-robot collaboration research. In self-supervised skeleton-based action recognition, the mask-based reconstruct…

Action Recognition

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

MotionAura: Generating High-Quality and Motion Consistent Videos using Discrete Diffusion

2024-10-10 · Onkar Susladkar, Jishu Sen Gupta, Chirag Sehgal, Sparsh Mittal 외

The spatio-temporal complexity of video data presents significant challenges in tasks such as compression, generation, and inpainting. We present four key contributions to address the challenges of spatiotemporal video p…

Denoisingparameter-efficient fine-tuningQuantizationText-to-Video Generation+3

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…