SDAIIRLGASJul 8, 2025

Contrastive and Transfer Learning for Effective Audio Fingerprinting through a Real-World Evaluation Protocol

arXiv:2507.06070v1h-index: 1
Originality Incremental advance
AI Analysis

This work addresses the challenge of robust song identification for mobile users in noisy environments, offering an incremental improvement over existing methods.

The paper tackled the problem of audio fingerprinting for song identification in real-world noisy conditions, introducing a novel evaluation protocol and showing that a transformer-based model with domain transfer outperforms CNN-based models, achieving up to 97% accuracy for 10-second queries in low noise and 56.5% detection rate under heavy noise.

Recent advances in song identification leverage deep neural networks to learn compact audio fingerprints directly from raw waveforms. While these methods perform well under controlled conditions, their accuracy drops significantly in real-world scenarios where the audio is captured via mobile devices in noisy environments. In this paper, we introduce a novel evaluation protocol designed to better reflect such real-world conditions. We generate three recordings of the same audio, each with increasing levels of noise, captured using a mobile device's microphone. Our results reveal a substantial performance drop for two state-of-the-art CNN-based models under this protocol, compared to previously reported benchmarks. Additionally, we highlight the critical role of the augmentation pipeline during training with contrastive loss. By introduction low pass and high pass filters in the augmentation pipeline we significantly increase the performance of both systems in our proposed evaluation. Furthermore, we develop a transformer-based model with a tailored projection module and demonstrate that transferring knowledge from a semantically relevant domain yields a more robust solution. The transformer architecture outperforms CNN-based models across all noise levels, and query durations. In low noise conditions it achieves 47.99% for 1-sec queries, and 97% for 10-sec queries in finding the correct song, surpassing by 14%, and by 18.5% the second-best performing model, respectively, Under heavy noise levels, we achieve a detection rate 56.5% for 15-second query duration. All experiments are conducted on public large-scale dataset of over 100K songs, with queries matched against a database of 56 million vectors.

Foundations

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

Your Notes