IRCVMMSDASSep 1, 2023

Towards Contrastive Learning in Music Video Domain

arXiv:2309.00347v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of multimodal representation learning for music videos, but it is incremental as it shows limited success compared to existing methods.

The study investigated whether contrastive learning generalizes to music videos by training a dual encoder with audio and video modalities, but found that pre-trained networks without contrastive fine-tuning outperformed it on music tagging and genre classification tasks.

Contrastive learning is a powerful way of learning multimodal representations across various domains such as image-caption retrieval and audio-visual representation learning. In this work, we investigate if these findings generalize to the domain of music videos. Specifically, we create a dual en-coder for the audio and video modalities and train it using a bidirectional contrastive loss. For the experiments, we use an industry dataset containing 550 000 music videos as well as the public Million Song Dataset, and evaluate the quality of learned representations on the downstream tasks of music tagging and genre classification. Our results indicate that pre-trained networks without contrastive fine-tuning outperform our contrastive learning approach when evaluated on both tasks. To gain a better understanding of the reasons contrastive learning was not successful for music videos, we perform a qualitative analysis of the learned representations, revealing why contrastive learning might have difficulties uniting embeddings from two modalities. Based on these findings, we outline possible directions for future work. To facilitate the reproducibility of our results, we share our code and the pre-trained model.

Foundations

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

Your Notes