paper-with-me

Papers

Music Emotion Prediction Using Recurrent Neural Networks

2024-05-10 · Xinyu Chang, Xiangyu Zhang, Haoruo Zhang, Yulu Ran

This study explores the application of recurrent neural networks to recognize emotions conveyed in music, aiming to enhance music recommendation systems and support therapeutic interventions by tailoring music to fit listeners' emotional states. We utilize Russell's Emotion Quadrant to categorize music into four distinct emotional regions and develop models capable of accurately predicting these categories. Our approach involves extracting a comprehensive set of audio features using Librosa and applying various recurrent neural network architectures, including standard RNNs, Bidirectional RNNs, and Long Short-Term Memory (LSTM) networks. Initial experiments are conducted using a dataset of 900 audio clips, labeled according to the emotional quadrants. We compare the performance of our neural network models against a set of baseline classifiers and analyze their effectiveness in capturing the temporal dynamics inherent in musical expression. The results indicate that simpler RNN architectures may perform comparably or even superiorly to more complex models, particularly in smaller datasets. We've also applied the following experiments on larger datasets: one is augmented based on our original dataset, and the other is from other sources. This research not only enhances our understanding of the emotional impact of music but also demonstrates the potential of neural networks in creating more personalized and emotionally resonant music recommendation and therapy systems.

📄 PDF Abstract BibTeX arXiv:2405.06747

Code (1)

XiyahC/MusicEmotionRec 공식 구현

Tasks

Music RecommendationPredictionRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Stacked Convolutional and Recurrent Neural Networks for Music Emotion Recognition

2017-06-07 · Miroslav Malik, Sharath Adavanne, Konstantinos Drossos, Tuomas Virtanen 외

This paper studies the emotion recognition from musical tracks in the 2-dimensional valence-arousal (V-A) emotional space. We propose a method based on convolutional (CNN) and recurrent neural networks (RNN), having sign…

Emotion RecognitionMusic Emotion Recognition

Tracing Back Music Emotion Predictions to Sound Sources and Intuitive Perceptual Qualities

2021-06-14 · Shreyan Chowdhury, Verena Praher, Gerhard Widmer

Music emotion recognition is an important task in MIR (Music Information Retrieval) research. Owing to factors like the subjective nature of the task and the variation of emotional cues between musical genres, there are …

Emotion RecognitionInformation RetrievalMusic Emotion RecognitionMusic Information Retrieval+2

Pop Music Highlighter: Marking the Emotion Keypoints

2018-02-28 · Yu-Siang Huang, Szu-Yu Chou, Yi-Hsuan Yang

The goal of music highlight extraction is to get a short consecutive segment of a piece of music that provides an effective representation of the whole piece. In a previous work, we introduced an attention-based convolut…

Emotion Classification

Emotional Video to Audio Transformation Using Deep Recurrent Neural Networks and a Neuro-Fuzzy System

2020-04-05 · Gwenaelle Cunha Sergio, Minho Lee

Generating music with emotion similar to that of an input video is a very relevant issue nowadays. Video content creators and automatic movie directors benefit from maintaining their viewers engaged, which can be facilit…

Music Generation

Are We There Yet? A Brief Survey of Music Emotion Prediction Datasets, Models and Outstanding Challenges

2024-06-13 · Jaeyong Kang, Dorien Herremans

Deep learning models for music have advanced drastically in recent years, but how good are machine learning models at capturing emotion, and what challenges are researchers facing? In this paper, we provide a comprehensi…

Emotion RecognitionMusic Emotion Recognition