paper-with-me

Papers

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

2025-04-04 · Ilan Naiman, Emanuel Ben-Baruch, Oron Anschel, Alon Shoshan, Igor Kviatkovsky, Manoj Aggarwal, Gerard Medioni

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.

📄 PDF Abstract BibTeX arXiv:2504.03501

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningText RetrievalVideo-Text Retrieval

Similar Papers 제목 키워드 기반

Momentum-Guided Semantic Forecasting (MoFore) for Self-Supervised Video Representation Learning

2026-06-08 · Qinwu Xu arxiv

Self-supervised video representation learning has recently advanced through contrastive learning, masked reconstruction, and predictive representation learning. Reconstruction-based approaches such as MAE and VideoMAE le…

Representation LearningContrastive Learning

NextLevelBERT: Masked Language Modeling with Higher-Level Representations for Long Documents

2024-02-27 · Tamara Czinczoll, Christoph Hönes, Maximilian Schall, Gerard de Melo

While (large) language models have significantly improved over the last years, they still struggle to sensibly process long sequences found, e.g., in books, due to the quadratic scaling of the underlying attention mechan…

Document ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+3

Depth-Wise Representation Development Under Blockwise Self-Supervised Learning for Video Vision Transformers

2026-01-14 · Jonas Römer, Timo Dickscheid arxiv

End-to-end backpropagation couples all layers through a global error signal, enabling coordinated learning but requiring long-range credit assignment. Motivated by recent progress in blockwise self-supervised learning (B…

Self-Supervised Learning

MARLIN: Masked Autoencoder for facial video Representation LearnINg

2022-11-12 · CVPR 2023 1 · Zhixi Cai, Shreya Ghosh, Kalin Stefanov, Abhinav Dhall 외

This paper proposes a self-supervised approach to learn universal facial representations from videos, that can transfer across a variety of facial analysis tasks such as Facial Attribute Recognition (FAR), Facial Express…

Action ClassificationAttributeDeepFake DetectionEmotion Classification+8

Extending Video Masked Autoencoders to 128 frames

2024-11-20 · Neural Information Processing Systems 2024 9 · Nitesh Bharadwaj Gundavarapu, Luke Friedman, Raghav Goyal, Chaitra Hegde 외

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 …

DecoderVideo Understanding