SDLGASOct 19, 2024

Audio Processing using Pattern Recognition for Music Genre Classification

arXiv:2410.14990v12 citationsh-index: 7
Originality Synthesis-oriented
AI Analysis

It addresses the problem of music recommendation systems for users, but is incremental as it applies standard methods to a common dataset.

This project tackled music genre classification on the GTZAN dataset for five genres, achieving a validation accuracy of 92.44% with an Artificial Neural Network model.

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.

Foundations

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

Your Notes