paper-with-me

홈 › Papers

VIMPAC: Video Pre-Training via Masked Token Prediction and Contrastive Learning

2021-06-21 · Hao Tan, Jie Lei, Thomas Wolf, Mohit Bansal

Video understanding relies on perceiving the global content and modeling its internal connections (e.g., causality, movement, and spatio-temporal correspondence). To learn these interactions, we apply a mask-then-predict pre-training task on discretized video tokens generated via VQ-VAE. Unlike language, where the text tokens are more independent, neighboring video tokens typically have strong correlations (e.g., consecutive video frames usually look very similar), and hence uniformly masking individual tokens will make the task too trivial to learn useful representations. To deal with this issue, we propose a block-wise masking strategy where we mask neighboring video tokens in both spatial and temporal domains. We also add an augmentation-free contrastive learning method to further capture the global content by predicting whether the video clips are sampled from the same video. We pre-train our model on uncurated videos and show that our pre-trained model can reach state-of-the-art results on several video understanding datasets (e.g., SSV2, Diving48). Lastly, we provide detailed analyses on model scalability and pre-training method design. Code is released at https://github.com/airsplay/vimpac.

📄 PDF Abstract BibTeX arXiv:2106.11250

Code (1)

airsplay/vimpac 공식 구현 pytorch

Tasks

Action ClassificationAction RecognitionContrastive LearningVideo Understanding

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
VQ-VAE VQ-VAE is a type of variational autoencoder that uses vector quantisation to obtain a discrete latent representation. It differs from…

Similar Papers 제목 키워드 기반

MaskViT: Masked Visual Pre-Training for Video Prediction

2022-06-23 · Agrim Gupta, Stephen Tian, Yunzhi Zhang, Jiajun Wu 외

The ability to predict future visual observations conditioned on past observations and motor commands can enable embodied agents to plan solutions to a variety of tasks in complex environments. This work shows that we ca…

PredictionSchedulingVideo Prediction

Taming Teacher Forcing for Masked Autoregressive Video Generation

2025-01-21 · CVPR 2025 1 · Deyu Zhou, Quan Sun, Yuang Peng, Kun Yan 외

We introduce MAGI, a hybrid video generation framework that combines masked modeling for intra-frame generation with causal modeling for next-frame generation. Our key innovation, Complete Teacher Forcing (CTF), conditio…

Video GenerationVideo Prediction

VIOLET : End-to-End Video-Language Transformers with Masked Visual-token Modeling

2021-11-24 · Tsu-Jui Fu, Linjie Li, Zhe Gan, Kevin Lin 외

A great challenge in video-language (VidL) modeling lies in the disconnection between fixed video representations extracted from image/video understanding models and downstream VidL data. Recent studies try to mitigate t…

Question AnsweringRetrievalText to Video RetrievalVideo Question Answering+3

MILES: Visual BERT Pre-training with Injected Language Semantics for Video-text Retrieval

2022-04-26 · Yuying Ge, Yixiao Ge, Xihui Liu, Alex Jinpeng Wang 외

Dominant pre-training work for video-text retrieval mainly adopt the "dual-encoder" architectures to enable efficient retrieval, where two separate encoders are used to contrast global video and text representations, but…

Action RecognitionRetrievalText RetrievalText to Video Retrieval+5

CoCo-BERT: Improving Video-Language Pre-training with Contrastive Cross-modal Matching and Denoising

2021-12-14 · Jianjie Luo, Yehao Li, Yingwei Pan, Ting Yao 외

BERT-type structure has led to the revolution of vision-language pre-training and the achievement of state-of-the-art results on numerous vision-language downstream tasks. Existing solutions dominantly capitalize on the …

Cross-Modal RetrievalDecoderDenoisingLanguage Modeling+6