English

End-to-end learning for music audio tagging at scale

Sound 2018-06-18 v4 Audio and Speech Processing

Abstract

The lack of data tends to limit the outcomes of deep learning research, particularly when dealing with end-to-end learning stacks processing raw data such as waveforms. In this study, 1.2M tracks annotated with musical labels are available to train our end-to-end models. This large amount of data allows us to unrestrictedly explore two different design paradigms for music auto-tagging: assumption-free models - using waveforms as input with very small convolutional filters; and models that rely on domain knowledge - log-mel spectrograms with a convolutional neural network designed to learn timbral and temporal features. Our work focuses on studying how these two types of deep architectures perform when datasets of variable size are available for training: the MagnaTagATune (25k songs), the Million Song Dataset (240k songs), and a private dataset of 1.2M songs. Our experiments suggest that music domain assumptions are relevant when not enough training data are available, thus showing how waveform-based models outperform spectrogram-based ones in large-scale data scenarios.

Keywords

Cite

@article{arxiv.1711.02520,
  title  = {End-to-end learning for music audio tagging at scale},
  author = {Jordi Pons and Oriol Nieto and Matthew Prockup and Erik Schmidt and Andreas Ehmann and Xavier Serra},
  journal= {arXiv preprint arXiv:1711.02520},
  year   = {2018}
}

Comments

Presented at the Workshop on Machine Learning for Audio Signal Processing (ML4Audio) at NIPS 2017, and in proceedings of the 19th International Society for Music Information Retrieval Conference (ISMIR2018). Code: https://github.com/jordipons/music-audio-tagging-at-scale-models. Demo: http://www.jordipons.me/apps/music-audio-tagging-at-scale-demo/

R2 v1 2026-06-22T22:38:54.521Z