arXiv:2504.03501cs.CV2025-04ICCV被引 4

用掩码嵌入自编码器学长视频表征,突破帧数限制。

LV-MAE: Learning Long Video Representations through Masked-Embedding Autoencoders

  • 分两步处理:先编码短片段,再建模跨段长程依赖。
  • 在三个长视频基准上达顶尖效果,仅用简单分类头。
  • 支持20分钟以上视频自监督预训练,适合长视频任务研究者。

本文提出长视频掩码嵌入自编码器(LV-MAE),一种用于长视频表征的自监督学习框架。该方法将短程与长程依赖建模视为两个独立任务,通过解耦实现更直观的视频处理:先用现成多模态编码器提取短片段表示,再预训练掩码嵌入自编码器捕捉跨片段高层交互。LV-MAE训练高效,显著缓解输入帧数限制,可处理更长视频。不同于以往在短视频数据集上预训练的方法,本方法基于大规模长视频样本(如20+分钟片段)进行自监督预训练。使用LV-MAE表征,在三个长视频基准(LVU、COIN、Breakfast)上均取得当前最优结果,仅需简单分类头即可实现注意力或线性探针。为评估预训练效果并可视化重建质量,利用短视频表征的视频-文本对齐空间,通过视频-文本检索进行监控。代码已公开于https://github.com/amazon-science/lv-mae。

原文摘要 · Abstract (English)

In this work, we introduce long-video masked-embedding autoencoders (LV-MAE), a self-supervised learning framework for long video representation. Our approach treats short- and long-span dependencies as two separate tasks. Such decoupling allows for a more intuitive video processing where short-span spatiotemporal primitives are first encoded and are then used to capture long-range dependencies across consecutive video segments. To achieve this, we leverage advanced off-the-shelf multimodal encoders to extract representations from short segments within the long video, followed by pre-training a masked-embedding autoencoder capturing high-level interactions across segments. LV-MAE is highly efficient to train and enables the processing of much longer videos by alleviating the constraint on the number of input frames. Furthermore, unlike existing methods that typically pre-train on short-video datasets, our approach offers self-supervised pre-training using long video samples (e.g., 20+ minutes video clips) at scale. Using LV-MAE representations, we achieve state-of-the-art results on three long-video benchmarks -- LVU, COIN, and Breakfast -- employing only a simple classification head for either attentive or linear probing. Finally, to assess LV-MAE pre-training and visualize its reconstruction quality, we leverage the video-language aligned space of short video representations to monitor LV-MAE through video-text retrieval. Code is available at https://github.com/amazon-science/lv-mae.

长视频自监督表征学习自编码器

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