SDLGSep 1, 2025

Music Genre Classification Using Machine Learning Techniques

arXiv:2509.01762v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses music genre classification for audio processing applications, but it is incremental as it compares existing methods without introducing new techniques.

This paper tackled music genre classification by comparing traditional machine learning methods like SVM with a CNN on the GTZAN dataset, finding that SVM with hand-crafted features achieved superior accuracy due to better regularization on the limited data.

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.

Foundations

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

Your Notes