English

Music Genre Classification Using Machine Learning Techniques

Sound 2025-09-03 v1 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2509.01762,
  title  = {Music Genre Classification Using Machine Learning Techniques},
  author = {Alokit Mishra and Ryyan Akhtar},
  journal= {arXiv preprint arXiv:2509.01762},
  year   = {2025}
}

Comments

10 pages, 20 figures. Submitted in partial fulfillment of the requirements for the Bachelor of Technology (B.Tech) degree in Artificial Intelligence and Data Science

R2 v1 2026-07-01T05:16:12.521Z