paper-with-me

홈 › Papers

Neural Audio Fingerprint for High-specific Audio Retrieval based on Contrastive Learning

2020-10-22 · Sungkyun Chang, Donmoon Lee, Jeongsoo Park, Hyungui Lim, Kyogu Lee, Karam Ko, Yoonchang Han

Most of existing audio fingerprinting systems have limitations to be used for high-specific audio retrieval at scale. In this work, we generate a low-dimensional representation from a short unit segment of audio, and couple this fingerprint with a fast maximum inner-product search. To this end, we present a contrastive learning framework that derives from the segment-level search objective. Each update in training uses a batch consisting of a set of pseudo labels, randomly selected original samples, and their augmented replicas. These replicas can simulate the degrading effects on original audio signals by applying small time offsets and various types of distortions, such as background noise and room/microphone impulse responses. In the segment-level search task, where the conventional audio fingerprinting systems used to fail, our system using 10x smaller storage has shown promising results. Our code and dataset are available at \url{https://mimbres.github.io/neural-audio-fp/}.

📄 PDF Abstract BibTeX arXiv:2010.11910

Code (3)

mimbres/neural-audio-fp 공식 구현 tf
stdio2016/pfann pytorch
towhee-io/towhee/tree/main/towhee/models/nnfp pytorch

Tasks

Audio FingerprintContrastive LearningMusic Information RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Random Resized Crop 설명 없음
Random Gaussian Blur Random Gaussian Blur is an image data augmentation technique where we randomly blur the image using a Gaussian distribution. Image Source:…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
SimCLR 설명 없음
Spatially Separable Convolution A Spatially Separable Convolution decomposes a convolution into two separate operations. In regular convolution, if we have a…

Similar Papers 제목 키워드 기반

Variable-Length Audio Fingerprinting

2026-03-25 · Hongjie Chen, Hanyu Meng, Huimin Zeng, Ryan A. Rossi 외 arxiv

Audio fingerprinting converts audio to much lower-dimensional representations, allowing distorted recordings to still be recognized as their originals through similar fingerprints. Existing deep learning approaches rigid…

Robust and lightweight audio fingerprint for Automatic Content Recognition

2023-05-16 · Anoubhav Agarwaal, Prabhat Kanaujia, Sartaki Sinha Roy, Susmita Ghose

This research paper presents a novel audio fingerprinting system for Automatic Content Recognition (ACR). By using signal processing techniques and statistical transformations, our proposed method generates compact finge…

Audio FingerprintGPURetrieval

Attention-Based Audio Embeddings for Query-by-Example

2022-10-16 · Anup Singh, Kris Demuynck, Vipul Arora

An ideal audio retrieval system efficiently and robustly recognizes a short query snippet from an extensive database. However, the performance of well-known audio fingerprinting systems falls short at high signal distort…

Contrastive LearningRetrieval

Application of Audio Fingerprinting Techniques for Real-Time Scalable Speech Retrieval and Speech Clusterization

2024-10-29 · Kemal Altwlkany, Sead Delalić, Adis Alihodžić, Elmedin Selmanović 외

Audio fingerprinting techniques have seen great advances in recent years, enabling accurate and fast audio retrieval even in conditions when the queried audio sample has been highly deteriorated or recorded in noisy cond…

GPURetrievalSpeech-to-Text

Segment Length Matters: A Study of Segment Lengths on Audio Fingerprinting Performance

2026-01-25 · Ziling Gong, Yunyan Ouyang, Iram Kamdar, Melody Ma 외 arxiv

Audio fingerprinting provides an identifiable representation of acoustic signals, which can be later used for identification and retrieval systems. To obtain a discriminative representation, the input audio is usually se…