SDAIIRJun 17, 2025

Refining music sample identification with a self-supervised graph neural network

arXiv:2506.14684v21 citationsh-index: 42ISMIR
Originality Incremental advance
AI Analysis

This work addresses the problem of robust sample identification for music producers and audio retrieval systems, presenting an incremental improvement with a more efficient model.

The paper tackles the challenge of automatic sample identification in music, which struggles with identifying samples that have undergone musical modifications, by proposing a lightweight graph neural network model that uses only 9% of the trainable parameters compared to the state-of-the-art while achieving a mean average precision of 44.2%.

Automatic sample identification (ASID), the detection and identification of portions of audio recordings that have been reused in new musical works, is an essential but challenging task in the field of audio query-based retrieval. While a related task, audio fingerprinting, has made significant progress in accurately retrieving musical content under "real world" (noisy, reverberant) conditions, ASID systems struggle to identify samples that have undergone musical modifications. Thus, a system robust to common music production transformations such as time-stretching, pitch-shifting, effects processing, and underlying or overlaying music is an important open challenge. In this work, we propose a lightweight and scalable encoding architecture employing a Graph Neural Network within a contrastive learning framework. Our model uses only 9% of the trainable parameters compared to the current state-of-the-art system while achieving comparable performance, reaching a mean average precision (mAP) of 44.2%. To enhance retrieval quality, we introduce a two-stage approach consisting of an initial coarse similarity search for candidate selection, followed by a cross-attention classifier that rejects irrelevant matches and refines the ranking of retrieved candidates - an essential capability absent in prior models. In addition, because queries in real-world applications are often short in duration, we benchmark our system for short queries using new fine-grained annotations for the Sample100 dataset, which we publish as part of this work.

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