CVAIApr 3, 2019

VideoBERT: A Joint Model for Video and Language Representation Learning

arXiv:1904.01766v21401 citations
Originality Highly original
AI Analysis

This work addresses the challenge of leveraging abundant unlabeled video data for AI applications, offering a novel cross-modal approach that is incremental in building upon BERT for video-language tasks.

The authors tackled the problem of learning high-level semantic features from unlabeled video and language data by proposing VideoBERT, a joint visual-linguistic model based on BERT, which outperformed state-of-the-art methods in video captioning and demonstrated effectiveness in tasks like action classification.

Self-supervised learning has become increasingly important to leverage the abundance of unlabeled data available on platforms like YouTube. Whereas most existing approaches learn low-level representations, we propose a joint visual-linguistic model to learn high-level features without any explicit supervision. In particular, inspired by its recent success in language modeling, we build upon the BERT model to learn bidirectional joint distributions over sequences of visual and linguistic tokens, derived from vector quantization of video data and off-the-shelf speech recognition outputs, respectively. We use VideoBERT in numerous tasks, including action classification and video captioning. We show that it can be applied directly to open-vocabulary classification, and confirm that large amounts of training data and cross-modal information are critical to performance. Furthermore, we outperform the state-of-the-art on video captioning, and quantitative results verify that the model learns high-level semantic features.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes