Automatic Identification of Samples in Hip-Hop Music via Multi-Loss Training and an Artificial Dataset
Huw Cheston, Jan Van Balen, Simon Durand
TL;DR
This work tackles automatic identification of hip-hop samples by training a deep neural network on an artificial dataset created from non-commercial sources via source separation. A two-tower CNN with a joint classification and metric-learning objective learns robust embeddings that map anchor and candidate audio into a shared space, enabling retrieval and partial localization of samples. On a real-world hip-hop dataset, the approach surpasses traditional acoustic-landmark fingerprinting by about 13% in mean average precision and can locate sampled segments within ±5 seconds for roughly half of test cases. While promising, the authors discuss limitations related to dataset realism and potential shortcuts, and propose future work toward larger real-world datasets and domain-specific architectures to further improve performance and generalization.
Abstract
Sampling, the practice of reusing recorded music or sounds from another source in a new work, is common in popular music genres like hip-hop and rap. Numerous services have emerged that allow users to identify connections between samples and the songs that incorporate them, with the goal of enhancing music discovery. Designing a system that can perform the same task automatically is challenging, as samples are commonly altered with audio effects like pitch- and time-stretching and may only be seconds long. Progress on this task has been minimal and is further blocked by the limited availability of training data. Here, we show that a convolutional neural network trained on an artificial dataset can identify real-world samples in commercial hip-hop music. We extract vocal, harmonic, and percussive elements from several databases of non-commercial music recordings using audio source separation, and train the model to fingerprint a subset of these elements in transformed versions of the original audio. We optimize the model using a joint classification and metric learning loss and show that it achieves 13% greater precision on real-world instances of sampling than a fingerprinting system using acoustic landmarks, and that it can recognize samples that have been both pitch shifted and time stretched. We also show that, for half of the commercial music recordings we tested, our model is capable of locating the position of a sample to within five seconds.
