paper-with-me

Papers

Transformer-based approach towards music emotion recognition from lyrics

2021-01-06 · Yudhik Agrawal, Ramaguru Guru Ravi Shanker, Vinoo Alluri

The task of identifying emotions from a given music track has been an active pursuit in the Music Information Retrieval (MIR) community for years. Music emotion recognition has typically relied on acoustic features, social tags, and other metadata to identify and classify music emotions. The role of lyrics in music emotion recognition remains under-appreciated in spite of several studies reporting superior performance of music emotion classifiers based on features extracted from lyrics. In this study, we use the transformer-based approach model using XLNet as the base architecture which, till date, has not been used to identify emotional connotations of music based on lyrics. Our proposed approach outperforms existing methods for multiple datasets. We used a robust methodology to enhance web-crawlers' accuracy for extracting lyrics. This study has important implications in improving applications involved in playlist generation of music based on emotions in addition to improving music recommendation systems.

📄 PDF Abstract BibTeX arXiv:2101.02051

Code (1)

yudhik11/MER-lyrics-Transformer pytorch

Tasks

Emotion RecognitionInformation RetrievalMusic Emotion RecognitionMusic Information RetrievalMusic RecommendationRecommendation SystemsRetrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

A Study on Using Transfer Learning to Improve BERT Model for Emotional Classification of Chinese Lyrics

2021-10-01 · ROCLING 2021 10 · Jia-Yi Liao, Ya-Hsuan Lin, Kuan-Cheng Lin, Jia-Wei Chang

The explosive growth of music libraries has made music information retrieval and recommendation a critical issue. Recommendation systems based on music emotion recognition are gradually gaining attention. Most of the stu…

ClassificationEmotion ClassificationEmotion RecognitionInformation Retrieval+5

The emotions that we perceive in music: the influence of language and lyrics comprehension on agreement

2019-09-12 · Juan Sebastián Gómez Cañón, Perfecto Herrera, Emilia Gómez, Estefanía Cano

In the present study, we address the relationship between the emotions perceived in pop and rock music (mainly in Euro-American styles with English lyrics) and the language spoken by the listener. Our goal is to understa…

Emotion RecognitionMusic Emotion Recognition

Tollywood Emotions: Annotation of Valence-Arousal in Telugu Song Lyrics

2023-03-16 · R Guru Ravi Shanker, B Manikanta Gupta, BV Koushik, Vinoo Alluri

Emotion recognition from a given music track has heavily relied on acoustic features, social tags, and metadata but is seldom focused on lyrics. There are no datasets of Indian language songs that contain both valence an…

Emotion RecognitionMusic Emotion RecognitionXLM-R

Multi-Modality in Music: Predicting Emotion in Music from High-Level Audio Features and Lyrics

2023-02-26 · Tibor Krols, Yana Nikolova, Ninell Oldenburg

This paper aims to test whether a multi-modal approach for music emotion recognition (MER) performs better than a uni-modal one on high-level song features and lyrics. We use 11 song features retrieved from the Spotify A…

Emotion RecognitionMusic Emotion Recognitionregression

From Joy to Fear: A Benchmark of Emotion Estimation in Pop Song Lyrics

2025-09-06 · Shay Dahary, Avi Edana, Alexander Apartsin, Yehudit Aperstein arxiv

The emotional content of song lyrics plays a pivotal role in shaping listener experiences and influencing musical preferences. This paper investigates the task of multi-label emotional attribution of song lyrics by predi…

Information RetrievalEmotion Recognition