SDLGASApr 14, 2024

An Experimental Comparison Of Multi-view Self-supervised Methods For Music Tagging

arXiv:2404.09177v110 citationsh-index: 9Has CodeICASSP
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of labeling music data by evaluating self-supervised pre-training methods, though it is incremental as it compares existing techniques rather than introducing new ones.

The study compared multi-view self-supervised methods for music tagging, finding that contrastive learning consistently outperforms other methods in downstream performance, particularly in limited-data contexts.

Self-supervised learning has emerged as a powerful way to pre-train generalizable machine learning models on large amounts of unlabeled data. It is particularly compelling in the music domain, where obtaining labeled data is time-consuming, error-prone, and ambiguous. During the self-supervised process, models are trained on pretext tasks, with the primary objective of acquiring robust and informative features that can later be fine-tuned for specific downstream tasks. The choice of the pretext task is critical as it guides the model to shape the feature space with meaningful constraints for information encoding. In the context of music, most works have relied on contrastive learning or masking techniques. In this study, we expand the scope of pretext tasks applied to music by investigating and comparing the performance of new self-supervised methods for music tagging. We open-source a simple ResNet model trained on a diverse catalog of millions of tracks. Our results demonstrate that, although most of these pre-training methods result in similar downstream results, contrastive learning consistently results in better downstream performance compared to other self-supervised pre-training methods. This holds true in a limited-data downstream context.

Code Implementations1 repo
Foundations

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

Your Notes