vix.ing · top · new · best · stats

Audio Processing using Pattern Recognition for Music Genre Classification

2024/10/19 by Chatterjee, Sivangi, Srishti Ganguly, Ganguly, Srishti +5 · 1 citation
Computer Science · #Artificial intelligence #Audio and Speech Processing (eess.AS) #Computer science #FOS: Computer and information sciences #FOS: Electrical engineering #Machine Learning (cs.LG) #Music and Audio Processing #Pattern recognition (psychology) #Sound (cs.SD) #Speech recognition #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2410.14990

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2024/10/19 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

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 music recommendations, we focused on classifying five genres-Blues, Classical, Jazz, Hip Hop, and Country-using a variety of algorithms including Logistic Regression, K-Nearest Neighbors (KNN), Random Forest, and Artificial Neural Networks (ANN) implemented via Keras. The ANN model demonstrated the best performance, achieving a validation accuracy of 92.44%. We also analyzed key audio features such as spectral roll-off, spectral centroid, and MFCCs, which helped enhance the model's accuracy. Future work will expand the model to cover all ten genres, investigate advanced methods like Long Short-Term Memory (LSTM) networks and ensemble approaches, and develop a web application for real-time genre classification and playlist generation. This research aims to contribute to improving music recommendation systems and content curation.

Related