arXiv:2512.13684cs.CV2025-12被引 7

用递归结构提升视频自编码器效率,小模型也能超大模型表现。

Recurrent Video Masked Autoencoders

  • 用递归Transformer+非对称掩码,仅靠像素重建训练视频表征
  • 小模型参数效率比同类高30倍,动作分类与追踪性能媲美顶尖模型
  • 递归设计实现长时序稳定传播,计算开销线性增长,适合长时间视频

我们提出递归视频掩码自编码器(RVM):一种利用递归计算建模视频时间结构的新方法。RVM结合非对称掩码目标与基于Transformer的递归神经网络,通过单一像素重建损失进行训练。该设计产生高效通用编码器:在动作分类、点跟踪和物体跟踪等视频任务上表现媲美VideoMAE、V-JEPA等先进模型;在需要强几何与密集空间特征的任务中,性能达到甚至超越DINOv2等图像模型。值得注意的是,RVM在小模型规模下无需知识蒸馏即可实现强劲性能,参数效率较同类视频自编码器最高提升30倍。此外,其递归结构支持长时序稳定特征传播,计算成本呈线性增长,克服了传统时空注意力模型的局限。消融实验揭示模型成功关键因素,定性结果表明其学习到丰富的场景语义、结构与运动表征。

原文摘要 · Abstract (English)

We present Recurrent Video Masked-Autoencoders (RVM): a novel approach to video representation learning that leverages recurrent computation to model the temporal structure of video data. RVM couples an asymmetric masking objective with a transformer-based recurrent neural network to aggregate information over time, training solely on a simple pixel reconstruction loss. 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 classification, and point and object tracking, while matching or exceeding the performance of image models (e.g. DINOv2) on tasks that require strong geometric and dense spatial features. 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. Finally, 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 video models. Ablation studies further highlight the factors driving the model's success, with qualitative results showing that RVM learns rich representations of scene semantics, structure, and motion.

视频自编码递归模型表征学习参数效率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。