SDCVLGNEMay 31, 2016

Deep convolutional neural networks for predominant instrument recognition in polyphonic music

arXiv:1605.09507v3225 citations
Originality Incremental advance
AI Analysis

This work addresses a challenging problem in music information retrieval for applications like music search and transcription, but it is incremental as it builds on existing neural network approaches with specific optimizations.

The paper tackled the problem of identifying predominant musical instruments in polyphonic music recordings using a convolutional neural network framework, achieving F1 scores of 0.602 (micro) and 0.503 (macro) with performance improvements of 19.6% and 16.4% over state-of-the-art methods.

Identifying musical instruments in polyphonic music recordings is a challenging but important problem in the field of music information retrieval. It enables music search by instrument, helps recognize musical genres, or can make music transcription easier and more accurate. In this paper, we present a convolutional neural network framework for predominant instrument recognition in real-world polyphonic music. We train our network from fixed-length music excerpts with a single-labeled predominant instrument and estimate an arbitrary number of predominant instruments from an audio signal with a variable length. To obtain the audio-excerpt-wise result, we aggregate multiple outputs from sliding windows over the test audio. In doing so, we investigated two different aggregation methods: one takes the average for each instrument and the other takes the instrument-wise sum followed by normalization. In addition, we conducted extensive experiments on several important factors that affect the performance, including analysis window size, identification threshold, and activation functions for neural networks to find the optimal set of parameters. Using a dataset of 10k audio excerpts from 11 instruments for evaluation, we found that convolutional neural networks are more robust than conventional methods that exploit spectral features and source separation with support vector machines. Experimental results showed that the proposed convolutional network architecture obtained an F1 measure of 0.602 for micro and 0.503 for macro, respectively, achieving 19.6% and 16.4% in performance improvement compared with other state-of-the-art algorithms.

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