paper-with-me

Papers

Sample-level Deep Convolutional Neural Networks for Music Auto-tagging Using Raw Waveforms

2017-03-06 · Jongpil Lee, Jiyoung Park, Keunhyoung Luke Kim, Juhan Nam

Recently, the end-to-end approach that learns hierarchical representations from raw data using deep convolutional neural networks has been successfully explored in the image, text and speech domains. This approach was applied to musical signals as well but has been not fully explored yet. To this end, we propose sample-level deep convolutional neural networks which learn representations from very small grains of waveforms (e.g. 2 or 3 samples) beyond typical frame-level input representations. Our experiments show how deep architectures with sample-level filters improve the accuracy in music auto-tagging and they provide results comparable to previous state-of-the-art performances for the Magnatagatune dataset and Million Song Dataset. In addition, we visualize filters learned in a sample-level DCNN in each layer to identify hierarchically learned features and show that they are sensitive to log-scaled frequency along layer, such as mel-frequency spectrogram that is widely used in music classification systems.

📄 PDF Abstract BibTeX arXiv:1703.01789

Code (3)

jongpillee/music_dataset_split
kyungyunlee/sampleCNN-pytorch pytorch
tae-jun/sample-cnn tf

Tasks

Music Auto-TaggingMusic Classification

Methods 이 논문이 사용한 방법론

DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…

Similar Papers 제목 키워드 기반

Multi-Level and Multi-Scale Feature Aggregation Using Pre-trained Convolutional Neural Networks for Music Auto-tagging

2017-03-06 · Jongpil Lee, Juhan Nam

Music auto-tagging is often handled in a similar manner to image classification by regarding the 2D audio spectrogram as image data. However, music auto-tagging is distinguished from image classification in that the tags…

General Classificationimage-classificationImage ClassificationMusic Auto-Tagging+1

Sample-level CNN Architectures for Music Auto-tagging Using Raw Waveforms

2017-10-28 · Taejun Kim, Jongpil Lee, Juhan Nam

Recent work has shown that the end-to-end approach using convolutional neural network (CNN) is effective in various types of machine learning tasks. For audio signals, the approach takes raw waveforms as input using an 1…

General Classificationimage-classificationMusic Auto-Tagging

Convolutional Recurrent Neural Networks for Music Classification

2016-09-14 · Keunwoo Choi, George Fazekas, Mark Sandler, Kyunghyun Cho

We introduce a convolutional recurrent neural network (CRNN) for music tagging. CRNNs take advantage of convolutional neural networks (CNNs) for local feature extraction and recurrent neural networks for temporal summari…

General ClassificationMusic ClassificationMusic Tagging

Multi-scale Embedded CNN for Music Tagging (MsE-CNN)

2019-06-16 · Nima Hamidi, Mohsen Vahidzadeh, Stephen Baek

Convolutional neural networks (CNN) recently gained notable attraction in a variety of machine learning tasks: including music classification and style tagging. In this work, we propose implementing intermediate connecti…

BIG-bench Machine LearningGeneral ClassificationMusic ClassificationMusic Tagging

A Modulation Front-End for Music Audio Tagging

2021-05-25 · Cyrus Vahidi, Charalampos Saitis, György Fazekas

Convolutional Neural Networks have been extensively explored in the task of automatic music tagging. The problem can be approached by using either engineered time-frequency features or raw audio as input. Modulation filt…

Audio TaggingMusic TaggingRepresentation Learning