paper-with-me

홈 › Papers

Basic Filters for Convolutional Neural Networks Applied to Music: Training or Design?

2017-09-07 · Monika Doerfler, Thomas Grill, Roswitha Bammer, Arthur Flexer

When convolutional neural networks are used to tackle learning problems based on music or, more generally, time series data, raw one-dimensional data are commonly pre-processed to obtain spectrogram or mel-spectrogram coefficients, which are then used as input to the actual neural network. In this contribution, we investigate, both theoretically and experimentally, the influence of this pre-processing step on the network's performance and pose the question, whether replacing it by applying adaptive or learned filters directly to the raw data, can improve learning success. The theoretical results show that approximately reproducing mel-spectrogram coefficients by applying adaptive filters and subsequent time-averaging is in principle possible. We also conducted extensive experimental work on the task of singing voice detection in music. The results of these experiments show that for classification based on Convolutional Neural Networks the features obtained from adaptive filter banks followed by time-averaging perform better than the canonical Fourier-transform-based mel-spectrogram coefficients. Alternative adaptive approaches with center frequencies or time-averaging lengths learned from training data perform equally well.

📄 PDF Abstract BibTeX arXiv:1709.02291

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Similar 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 ap…

Music Auto-TaggingMusic Classification

Raw Waveform-based Audio Classification Using Sample-level CNN Architectures

2017-12-04 · Jongpil Lee, Taejun Kim, Jiyoung Park, Juhan Nam

Music, speech, and acoustic scene sound are often handled separately in the audio domain because of their different signal characteristics. However, as the image domain grows rapidly by versatile image classification mod…

Audio ClassificationClassificationGeneral Classificationimage-classification+1

Convolutional Neural Network Achieves Human-level Accuracy in Music Genre Classification

2018-02-27 · Mingwen Dong

Music genre classification is one example of content-based analysis of music signals. Traditionally, human-engineered features were used to automatize this task and 61% accuracy has been achieved in the 10-genre classifi…

ClassificationGeneral ClassificationGenre classificationMusic Genre Classification

Musical Tempo and Key Estimation using Convolutional Neural Networks with Directional Filters

2019-03-26 · Hendrik Schreiber, Meinard Müller

In this article we explore how the different semantics of spectrograms' time and frequency axes can be exploited for musical tempo and key estimation using Convolutional Neural Networks (CNN). By addressing both tasks wi…

Composing Music with Grammar Argumented Neural Networks and Note-Level Encoding

2016-11-16 · Zheng Sun, Jiaqi Liu, Zewang Zhang, Jingwen Chen 외

Creating aesthetically pleasing pieces of art, including music, has been a long-term goal for artificial intelligence research. Despite recent successes of long-short term memory (LSTM) recurrent neural networks (RNNs) i…

Music Generation