paper-with-me

Papers

Enhancing Sequential Music Recommendation with Personalized Popularity Awareness

2024-09-06 · Davide Abbattista, Vito Walter Anelli, Tommaso Di Noia, Craig Macdonald, Aleksandr Vladimirovich Petrov

In the realm of music recommendation, sequential recommender systems have shown promise in capturing the dynamic nature of music consumption. Nevertheless, traditional Transformer-based models, such as SASRec and BERT4Rec, while effective, encounter challenges due to the unique characteristics of music listening habits. In fact, existing models struggle to create a coherent listening experience due to rapidly evolving preferences. Moreover, music consumption is characterized by a prevalence of repeated listening, i.e., users frequently return to their favourite tracks, an important signal that could be framed as individual or personalized popularity. This paper addresses these challenges by introducing a novel approach that incorporates personalized popularity information into sequential recommendation. By combining user-item popularity scores with model-generated scores, our method effectively balances the exploration of new music with the satisfaction of user preferences. Experimental results demonstrate that a Personalized Most Popular recommender, a method solely based on user-specific popularity, outperforms existing state-of-the-art models. Furthermore, augmenting Transformer-based models with personalized popularity awareness yields superior performance, showing improvements ranging from 25.2% to 69.8%. The code for this paper is available at https://github.com/sisinflab/personalized-popularity-awareness.

📄 PDF Abstract BibTeX arXiv:2409.04329

Code (1)

sisinflab/personalized-popularity-awareness 공식 구현 pytorch

Tasks

Music RecommendationRecommendation SystemsSequential Recommendation

Similar Papers 제목 키워드 기반

Global and country-specific mainstreaminess measures: Definitions, analysis, and usage for improving personalized music recommendation systems

2019-12-14 · Christine Bauer, Markus Schedl

Popularity-based approaches are widely adopted in music recommendation systems, both in industry and research. However, as the popularity distribution of music items typically is a long-tail distribution, popularity-base…

Music RecommendationRecommendation Systems

Advancing Cultural Inclusivity: Optimizing Embedding Spaces for Balanced Music Recommendations

2024-05-27 · Armin Moradi, Nicola Neophytou, Golnoosh Farnadi

Popularity bias in music recommendation systems -- where artists and tracks with the highest listen counts are recommended more often -- can also propagate biases along demographic and cultural axes. In this work, we ide…

FairnessMusic RecommendationRecommendation Systems

Emotion-Aware Music Recommendation System: Enhancing User Experience Through Real-Time Emotional Context

2023-11-17 · Tina Babu, Rekha R Nair, Geetha A

This study addresses the deficiency in conventional music recommendation systems by focusing on the vital role of emotions in shaping users music choices. These systems often disregard the emotional context, relying pred…

Music RecommendationRecommendation Systems

Enhancing Sequential Music Recommendation with Negative Feedback-informed Contrastive Learning

2024-09-11 · Pavan Seshadri, Shahrzad Shashaani, Peter Knees

Modern music streaming services are heavily based on recommendation engines to serve content to users. Sequential recommendation -- continuously providing new items within a single session in a contextually coherent mann…

Contrastive LearningMusic RecommendationSequential RecommendationSession-Based Recommendations

Popularity Degradation Bias in Local Music Recommendation

2023-09-20 · April Trainor, Douglas Turnbull

In this paper, we study the effect of popularity degradation bias in the context of local music recommendations. Specifically, we examine how accurate two top-performing recommendation algorithms, Weight Relevance Matrix…

Music Recommendation