Extending Video Masked Autoencoders to 128 frames
Nitesh Bharadwaj Gundavarapu, Luke Friedman, Raghav Goyal, Chaitra, Hegde, Eirikur Agustsson, Sagar M. Waghmare, Mikhail Sirotenko, Ming-Hsuan, Yang, Tobias Weyand, Boqing Gong, Leonid Sigal

TL;DR
This paper introduces a novel adaptive masking strategy for Video Masked Autoencoders, enabling effective pre-training on longer videos (128 frames) and achieving superior performance over shorter video models.
Contribution
It proposes an adaptive decoder masking method that prioritizes important tokens and uses a MAGVIT-based tokenizer, allowing training on longer videos with improved results.
Findings
Outperforms short-video models on Diving48 and EPIC-Kitchens-100
Enables training on 128-frame videos with better accuracy
Uses a simple architecture with video-only pre-training
Abstract
Video understanding has witnessed significant progress with recent video foundation models demonstrating strong performance owing to self-supervised pre-training objectives; Masked Autoencoders (MAE) being the design of choice. Nevertheless, the majority of prior works that leverage MAE pre-training have focused on relatively short video representations (16 / 32 frames in length) largely due to hardware memory and compute limitations that scale poorly with video length due to the dense memory-intensive self-attention decoding. One natural strategy to address these challenges is to subsample tokens to reconstruct during decoding (or decoder masking). In this work, we propose an effective strategy for prioritizing tokens which allows training on longer video sequences (128 frames) and gets better performance than, more typical, random and uniform masking strategies. The core of our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Image and Signal Denoising Methods · Digital Media Forensic Detection
MethodsMasked autoencoder
