English

VLM: Task-agnostic Video-Language Model Pre-training for Video Understanding

Computer Vision and Pattern Recognition 2021-10-04 v3 Computation and Language

Abstract

We present a simplified, task-agnostic multi-modal pre-training approach that can accept either video or text input, or both for a variety of end tasks. Existing pre-training are task-specific by adopting either a single cross-modal encoder that requires both modalities, limiting their use for retrieval-style end tasks or more complex multitask learning with two unimodal encoders, limiting early cross-modal fusion. We instead introduce new pretraining masking schemes that better mix across modalities (e.g. by forcing masks for text to predict the closest video embeddings) while also maintaining separability (e.g. unimodal predictions are sometimes required, without using all the input). Experimental results show strong performance across a wider range of tasks than any previous methods, often outperforming task-specific pre-training. Code is made available at https://github.com/pytorch/fairseq/tree/main/examples/MMPT.

Keywords

Cite

@article{arxiv.2105.09996,
  title  = {VLM: Task-agnostic Video-Language Model Pre-training for Video Understanding},
  author = {Hu Xu and Gargi Ghosh and Po-Yao Huang and Prahal Arora and Masoumeh Aminzadeh and Christoph Feichtenhofer and Florian Metze and Luke Zettlemoyer},
  journal= {arXiv preprint arXiv:2105.09996},
  year   = {2021}
}

Comments

9 pages, ACL Findings 2021

R2 v1 2026-06-24T02:19:08.984Z