Learning Audio-Video Modalities from Image Captions
Arsha Nagrani, Paul Hongsuck Seo, Bryan Seybold, Anja Hauth, Santiago Manen, Chen Sun, Cordelia Schmid
TL;DR
The paper tackles the scarcity of large-scale video-language data by mining millions of weakly labeled video-text pairs from image-caption datasets. It transfers captions from Conceptual Captions 3M to frames in online videos to create VideoCC3M, enabling an audiovisual transformer to achieve competitive text-video retrieval and video captioning with 20x less data than HowTo100M and state-of-the-art results in text-audio retrieval. The proposed model uses a dual-stream audiovisual encoder with a shared projection space of dimension $D=256$ trained via a contrastive $NCE$ objective, and extends to a GPT-2–style decoder for captioning. This approach demonstrates strong zero-shot generalization and suggests scalable, cost-efficient pretraining for multimodal video-language understanding, with potential societal benefits and biases to be considered in deployment.
Abstract
A major challenge in text-video and text-audio retrieval is the lack of large-scale training data. This is unlike image-captioning, where datasets are in the order of millions of samples. To close this gap we propose a new video mining pipeline which involves transferring captions from image captioning datasets to video clips with no additional manual effort. Using this pipeline, we create a new large-scale, weakly labelled audio-video captioning dataset consisting of millions of paired clips and captions. We show that training a multimodal transformed based model on this data achieves competitive performance on video retrieval and video captioning, matching or even outperforming HowTo100M pretraining with 20x fewer clips. We also show that our mined clips are suitable for text-audio pretraining, and achieve state of the art results for the task of audio retrieval.
