SDLGMMASMLJan 14, 2019

Music Artist Classification with Convolutional Recurrent Neural Networks

arXiv:1901.04555v252 citations
AI Analysis

This work addresses artist identification in music information retrieval, but it is incremental as it applies an established CRNN architecture to a known dataset with novel analysis of audio length effects.

The paper tackled music artist classification by applying a Convolutional Recurrent Neural Network (CRNN) to the artist20 dataset, achieving an average F1 score of 0.937, which substantially improves over baselines and explores trade-offs like audio clip length and dataset size.

Previous attempts at music artist classification use frame level audio features which summarize frequency content within short intervals of time. Comparatively, more recent music information retrieval tasks take advantage of temporal structure in audio spectrograms using deep convolutional and recurrent models. This paper revisits artist classification with this new framework and empirically explores the impacts of incorporating temporal structure in the feature representation. To this end, an established classification architecture, a Convolutional Recurrent Neural Network (CRNN), is applied to the artist20 music artist identification dataset under a comprehensive set of conditions. These include audio clip length, which is a novel contribution in this work, and previously identified considerations such as dataset split and feature level. Our results improve upon baseline works, verify the influence of the producer effect on classification performance and demonstrate the trade-offs between audio length and training set size. The best performing model achieves an average F1 score of 0.937 across three independent trials which is a substantial improvement over the corresponding baseline under similar conditions. Additionally, to showcase the effectiveness of the CRNN's feature extraction capabilities, we visualize audio samples at the model's bottleneck layer demonstrating that learned representations segment into clusters belonging to their respective artists.

Code Implementations6 repos
Foundations

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

Your Notes