Contrastive Audio-Visual Masked Autoencoder
Yuan Gong, Andrew Rouditchenko, Alexander H. Liu, David Harwath, Leonid Karlinsky, Hilde Kuehne, James Glass
TL;DR
This work tackles scalable, fully self-supervised audio-visual understanding by introducing CAV-MAE, which fuses Contrastive Audio-Visual (CAV) learning with Masked Autoencoder (MAE) objectives. The model uses modality-specific encoders and a joint AV encoder, with multi-stream forward passes to maintain modality-specific contrastive signals while enabling cross-modal fusion through reconstruction. Empirically, CAV-MAE achieves state-of-the-art results on VGGSound and competitive AudioSet performance, while also excelling in audio-visual retrieval and improving single-modal downstream tasks. The findings demonstrate that pairing contrastive alignment with masked data modeling yields complementary benefits for robust, scalable audio-visual representation learning.
Abstract
In this paper, we first extend the recent Masked Auto-Encoder (MAE) model from a single modality to audio-visual multi-modalities. Subsequently, we propose the Contrastive Audio-Visual Masked Auto-Encoder (CAV-MAE) by combining contrastive learning and masked data modeling, two major self-supervised learning frameworks, to learn a joint and coordinated audio-visual representation. Our experiments show that the contrastive audio-visual correspondence learning objective not only enables the model to perform audio-visual retrieval tasks, but also helps the model learn a better joint representation. As a result, our fully self-supervised pretrained CAV-MAE achieves a new SOTA accuracy of 65.9% on VGGSound, and is comparable with the previous best supervised pretrained model on AudioSet in the audio-visual event classification task. Code and pretrained models are at https://github.com/yuangongnd/cav-mae.
