paper-with-me

Papers

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 classification. However, it's still below the 70% accuracy that humans could achieve in the same task. Here, we propose a new method that combines knowledge of human perception study in music genre classification and the neurophysiology of the auditory system. The method works by training a simple convolutional neural network (CNN) to classify a short segment of the music signal. Then, the genre of a music is determined by splitting it into short segments and then combining CNN's predictions from all short segments. After training, this method achieves human-level (70%) accuracy and the filters learned in the CNN resemble the spectrotemporal receptive field (STRF) in the auditory system.

📄 PDF Abstract BibTeX arXiv:1802.09697

Code (2)

ds7711/music_genre_classification 공식 구현 tf
belqiliass/Music-Classifier

Tasks

ClassificationGeneral ClassificationGenre classificationMusic Genre Classification

Similar Papers 제목 키워드 기반

Multi-Level and Multi-Scale Feature Aggregation Using Sample-level Deep Convolutional Neural Networks for Music Classification

2017-06-21 · Jongpil Lee, Juhan Nam

Music tag words that describe music audio by text have different levels of abstraction. Taking this issue into account, we propose a music classification approach that aggregates multi-level and multi-scale features usin…

ClassificationGeneral ClassificationMusic ClassificationTAG

Optical Music Recognition with Convolutional Sequence-to-Sequence Models

2017-07-16 · Eelco van der Wel, Karen Ullrich

Optical Music Recognition (OMR) is an important technology within Music Information Retrieval. Deep learning models show promising results on OMR tasks, but symbol-level annotated data sets of sufficient size to train su…

Deep LearningInformation RetrievalMusic Information RetrievalRetrieval

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

InverseMV: Composing Piano Scores with a Convolutional Video-Music Transformer

2021-12-31 · Chin-Tung Lin, Mu Yang

Many social media users prefer consuming content in the form of videos rather than text. However, in order for content creators to produce videos with a high click-through rate, much editing is needed to match the footag…

Music Generation

Attention-guided Spectrogram Sequence Modeling with CNNs for Music Genre Classification

2024-11-18 · Aditya Sridhar

Music genre classification is a critical component of music recommendation systems, generation algorithms, and cultural analytics. In this work, we present an innovative model for classifying music genres using attention…

ClassificationGenre classificationMusic Genre ClassificationMusic Recommendation+1