CVDec 15, 2025

Recurrent Video Masked Autoencoders

arXiv:2512.13684v12 citationsh-index: 14
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient video understanding for computer vision researchers, offering a novel recurrent approach that improves parameter efficiency and temporal stability, though it is incremental in building upon existing masked autoencoder methods.

The authors tackled video representation learning by introducing Recurrent Video Masked-Autoencoders (RVM), which uses a transformer-based recurrent neural network to capture spatio-temporal structures efficiently, achieving competitive performance on tasks like action recognition and up to 30x greater parameter efficiency than existing video masked autoencoders.

We present Recurrent Video Masked-Autoencoders (RVM): a novel video representation learning approach that uses a transformer-based recurrent neural network to aggregate dense image features over time, effectively capturing the spatio-temporal structure of natural video data. RVM learns via an asymmetric masked prediction task requiring only a standard pixel reconstruction objective. This design yields a highly efficient ``generalist'' encoder: RVM achieves competitive performance with state-of-the-art video models (e.g. VideoMAE, V-JEPA) on video-level tasks like action recognition and point/object tracking, while also performing favorably against image models (e.g. DINOv2) on tasks that test geometric and dense spatial understanding. Notably, RVM achieves strong performance in the small-model regime without requiring knowledge distillation, exhibiting up to 30x greater parameter efficiency than competing video masked autoencoders. Moreover, we demonstrate that RVM's recurrent nature allows for stable feature propagation over long temporal horizons with linear computational cost, overcoming some of the limitations of standard spatio-temporal attention-based architectures. Finally, we use qualitative visualizations to highlight that RVM learns rich representations of scene semantics, structure, and motion.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes