Unified Video-Language Pre-training with Synchronized Audio
Shentong Mo, Haofan Wang, Huaxia Li, Xu Tang
TL;DR
The paper addresses the challenge of video-language pre-training by explicitly incorporating synchronized audio to learn tri-modal representations. It introduces VLSA, a unified transformer that jointly processes video patches, text tokens, and audio spectrograms, employing Local-Patch Masked Modeling and Global Audio Matching to capture both local interactions and global cross-modal alignment. Trained on only 0.9M video–audio–text triplets, VLSA achieves state-of-the-art or competitive results on text–video, text–audio, and video–audio retrieval benchmarks, demonstrating strong data efficiency and the value of audio synchronization. The work suggests that a single, weight-sharing encoder with targeted masked modeling and audio-guided global matching can yield compact, discriminative cross-modal embeddings with practical retrieval impact.
Abstract
Video-language pre-training is a typical and challenging problem that aims at learning visual and textual representations from large-scale data in a self-supervised way. Existing pre-training approaches either captured the correspondence of image-text pairs or utilized temporal ordering of frames. However, they do not explicitly explore the natural synchronization between audio and the other two modalities. In this work, we propose an enhanced framework for Video-Language pre-training with Synchronized Audio, termed as VLSA, that can learn tri-modal representations in a unified self-supervised transformer. Specifically, our VLSA jointly aggregates embeddings of local patches and global tokens for video, text, and audio. Furthermore, we utilize local-patch masked modeling to learn modality-aware features, and leverage global audio matching to capture audio-guided features for video and text. We conduct extensive experiments on retrieval across text, video, and audio. Our simple model pre-trained on only 0.9M data achieves improving results against state-of-the-art baselines. In addition, qualitative visualizations vividly showcase the superiority of our VLSA in learning discriminative visual-textual representations.
