paper-with-me

홈 › Papers

Music Genre Classification Using Machine Learning Techniques

2025-09-01 · Alokit Mishra, Ryyan Akhtar arxiv

This paper presents a comparative analysis of machine learning methodologies for automatic music genre classification. We evaluate the performance of classical classifiers, including Support Vector Machines (SVM) and ensemble methods, trained on a comprehensive set of hand-crafted audio features, against a Convolutional Neural Network (CNN) operating on Mel spectrograms. The study is conducted on the widely-used GTZAN dataset. Our findings demonstrate a noteworthy result: the SVM, leveraging domain-specific feature engineering, achieves superior classification accuracy compared to the end-to-end CNN model. We attribute this outcome to the data-constrained nature of the benchmark dataset, where the strong inductive bias of engineered features provides a regularization effect that mitigates the risk of overfitting inherent in high-capacity deep learning models. This work underscores the enduring relevance of traditional feature extraction in practical audio processing tasks and provides a critical perspective on the universal applicability of deep learning, especially for moderately sized datasets.

📄 PDF Abstract BibTeX arXiv:2509.01762

Code (0)

등록된 구현이 없습니다.

Tasks

Genre classificationFeature Engineering

Similar Papers 제목 키워드 기반

Music Genre Classification: Training an AI model

2024-05-23 · Keoikantse Mogonediwa

Music genre classification is an area that utilizes machine learning models and techniques for the processing of audio signals, in which applications range from content recommendation systems to music recommendation syst…

ClassificationGenre classificationmodelMusic Genre Classification+2

Machine learning for music genre: multifaceted review and experimentation with audioset

2019-11-28 · Jaime Ramírez, M. Julia Flores

Music genre classification is one of the sub-disciplines of music information retrieval (MIR) with growing popularity among researchers, mainly due to the already open challenges. Although research has been prolific in t…

BIG-bench Machine LearningGeneral ClassificationGenre classificationInformation Retrieval+3

Music Genre Classification with ResNet and Bi-GRU Using Visual Spectrograms

2023-07-20 · Junfei Zhang

Music recommendation systems have emerged as a vital component to enhance user experience and satisfaction for the music streaming services, which dominates music consumption. The key challenge in improving these recomme…

Classificationfeature selectionGenre classificationMusic Genre Classification+2

Music Genre Classification: Ensemble Learning with Subcomponents-level Attention

2024-12-20 · Yichen Liu, Abhijit Dasgupta, Qiwei He

Music Genre Classification is one of the most popular topics in the fields of Music Information Retrieval (MIR) and digital signal processing. Deep Learning has emerged as the top performer for classifying music genres a…

Ensemble LearningGenre classificationInformation RetrievalMusic Genre Classification+1

Audio Processing using Pattern Recognition for Music Genre Classification

2024-10-19 · Sivangi Chatterjee, Srishti Ganguly, Avik Bose, Hrithik Raj Prasad 외

This project explores the application of machine learning techniques for music genre classification using the GTZAN dataset, which contains 100 audio files per genre. Motivated by the growing demand for personalized musi…

Genre classificationMusic Genre ClassificationMusic RecommendationRecommendation Systems