AIJun 20, 2024

Emotion-aware Personalized Music Recommendation with a Heterogeneity-aware Deep Bayesian Network

arXiv:2406.14090v211 citationsHas Code
Originality Incremental advance
AI Analysis

This work improves personalized music recommendations on streaming platforms by accounting for user-specific emotional variations, though it is incremental in refining existing emotion-aware approaches.

The paper tackles the problem of emotion-aware music recommendation by addressing heterogeneity in user emotions and music mood preferences, proposing a Heterogeneity-aware Deep Bayesian Network (HDBN) that significantly outperforms baseline methods on metrics like HR, Precision, NDCG, and MRR.

Music recommender systems play a critical role in music streaming platforms by providing users with music that they are likely to enjoy. Recent studies have shown that user emotions can influence users' preferences for music moods. However, existing emotion-aware music recommender systems (EMRSs) explicitly or implicitly assume that users' actual emotional states expressed through identical emotional words are homogeneous. They also assume that users' music mood preferences are homogeneous under the same emotional state. In this article, we propose four types of heterogeneity that an EMRS should account for: emotion heterogeneity across users, emotion heterogeneity within a user, music mood preference heterogeneity across users, and music mood preference heterogeneity within a user. We further propose a Heterogeneity-aware Deep Bayesian Network (HDBN) to model these assumptions. The HDBN mimics a user's decision process of choosing music with four components: personalized prior user emotion distribution modeling, posterior user emotion distribution modeling, user grouping, and Bayesian neural network-based music mood preference prediction. We constructed two datasets, called EmoMusicLJ and EmoMusicLJ-small, to validate our method. Extensive experiments demonstrate that our method significantly outperforms baseline approaches on metrics of HR, Precision, NDCG, and MRR. Ablation studies and case studies further validate the effectiveness of our HDBN. The source code and datasets are available at https://github.com/jingrk/HDBN.

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