paper-with-me

Papers

Conv-codes: Audio Hashing For Bird Species Classification

2019-02-07 · Anshul Thakur, Pulkit Sharma, Vinayak Abrol, Padmanabhan Rajan

In this work, we propose a supervised, convex representation based audio hashing framework for bird species classification. The proposed framework utilizes archetypal analysis, a matrix factorization technique, to obtain convex-sparse representations of a bird vocalization. These convex representations are hashed using Bloom filters with non-cryptographic hash functions to obtain compact binary codes, designated as conv-codes. The conv-codes extracted from the training examples are clustered using class-specific k-medoids clustering with Jaccard coefficient as the similarity metric. A hash table is populated using the cluster centers as keys while hash values/slots are pointers to the species identification information. During testing, the hash table is searched to find the species information corresponding to a cluster center that exhibits maximum similarity with the test conv-code. Hence, the proposed framework classifies a bird vocalization in the conv-code space and requires no explicit classifier or reconstruction error calculations. Apart from that, based on min-hash and direct addressing, we also propose a variant of the proposed framework that provides faster and effective classification. The performances of both these frameworks are compared with existing bird species classification frameworks on the audio recordings of 50 different bird species.

📄 PDF Abstract BibTeX arXiv:1902.02498

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClusteringGeneral Classification

Similar Papers 제목 키워드 기반

Unsupervised outlier detection to improve bird audio dataset labels

2025-04-25 · Bruce Collins

The Xeno-Canto bird audio repository is an invaluable resource for those interested in vocalizations and other sounds made by birds around the world. This is particularly the case for machine learning researchers attempt…

Dimensionality ReductionOutlier Detection

ConceptHash: Interpretable Fine-Grained Hashing via Concept Discovery

2024-06-12 · Kam Woh Ng, Xiatian Zhu, Yi-Zhe Song, Tao Xiang

Existing fine-grained hashing methods typically lack code interpretability as they compute hash code bits holistically using both global and local features. To address this limitation, we propose ConceptHash, a novel met…

Image Retrieval

Recognizing Birds from Sound - The 2018 BirdCLEF Baseline System

2018-04-19 · Stefan Kahl, Thomas Wilhelm-Stein, Holger Klinck, Danny Kowerko 외

Reliable identification of bird species in recorded audio files would be a transformative tool for researchers, conservation biologists, and birders. In recent years, artificial neural networks have greatly improved the …

BIG-bench Machine LearningBird Audio Detection

Convolutional Recurrent Neural Networks for Bird Audio Detection

2017-03-07 · EmreÇakır, Sharath Adavanne, Giambattista Parascandolo, Konstantinos Drossos 외

Bird sounds possess distinctive spectral structure which may exhibit small shifts in spectrum depending on the bird species and environmental conditions. In this paper, we propose using convolutional recurrent neural net…

Bird Audio Detection

AudioProtoPNet: An interpretable deep learning model for bird sound classification

2024-04-16 · René Heinrich, Lukas Rauch, Bernhard Sick, Christoph Scholz

Deep learning models have significantly advanced acoustic bird monitoring by being able to recognize numerous bird species based on their vocalizations. However, traditional deep learning models are black boxes that prov…

Audio ClassificationClassificationDecision MakingDeep Learning+2