IRCLNEJul 15, 2017

Lyrics-Based Music Genre Classification Using a Hierarchical Attention Network

arXiv:1707.04678v182 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of music genre classification for music information retrieval, but it is incremental as it adapts an existing HAN method to a specific domain.

The authors tackled music genre classification using lyrics alone by applying a hierarchical attention network (HAN) to a large dataset of intact song lyrics, achieving improved performance over non-neural and simpler neural models while classifying over more genres than prior research.

Music genre classification, especially using lyrics alone, remains a challenging topic in Music Information Retrieval. In this study we apply recurrent neural network models to classify a large dataset of intact song lyrics. As lyrics exhibit a hierarchical layer structure - in which words combine to form lines, lines form segments, and segments form a complete song - we adapt a hierarchical attention network (HAN) to exploit these layers and in addition learn the importance of the words, lines, and segments. We test the model over a 117-genre dataset and a reduced 20-genre dataset. Experimental results show that the HAN outperforms both non-neural models and simpler neural models, whilst also classifying over a higher number of genres than previous research. Through the learning process we can also visualise which words or lines in a song the model believes are important to classifying the genre. As a result the HAN provides insights, from a computational perspective, into lyrical structure and language features that differentiate musical genres.

Code Implementations1 repo
Foundations

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

Your Notes