paper-with-me

Papers

Automatic Music Playlist Generation via Simulation-based Reinforcement Learning

2023-10-13 · Federico Tomasi, Joseph Cauteruccio, Surya Kanoria, Kamil Ciosek, Matteo Rinaldi, Zhenwen Dai

Personalization of playlists is a common feature in music streaming services, but conventional techniques, such as collaborative filtering, rely on explicit assumptions regarding content quality to learn how to make recommendations. Such assumptions often result in misalignment between offline model objectives and online user satisfaction metrics. In this paper, we present a reinforcement learning framework that solves for such limitations by directly optimizing for user satisfaction metrics via the use of a simulated playlist-generation environment. Using this simulator we develop and train a modified Deep Q-Network, the action head DQN (AH-DQN), in a manner that addresses the challenges imposed by the large state and action space of our RL formulation. The resulting policy is capable of making recommendations from large and dynamic sets of candidate items with the expectation of maximizing consumption metrics. We analyze and evaluate agents offline via simulations that use environment models trained on both public and proprietary streaming datasets. We show how these agents lead to better user-satisfaction metrics compared to baseline methods during online A/B tests. Finally, we demonstrate that performance assessments produced from our simulator are strongly correlated with observed online metric results.

📄 PDF Abstract BibTeX arXiv:2310.09123

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filteringreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
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…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Automatic, Personalized, and Flexible Playlist Generation using Reinforcement Learning

2018-09-12 · Shun-Yao Shih, Heng-Yu Chi

Songs can be well arranged by professional music curators to form a riveting playlist that creates engaging listening experiences. However, it is time-consuming for curators to timely rearrange these playlists for fittin…

DiversityLanguage ModelingLanguage Modellingreinforcement-learning+2

Music Playlist Title Generation Using Artist Information

2023-01-14 · Haven Kim, Seungheon Doh, Junwon Lee, Juhan Nam

Automatically generating or captioning music playlist titles given a set of tracks is of significant interest in music streaming services as customized playlists are widely used in personalized music recommendation, and …

DecoderDiversityMusic Recommendation

Track Mix Generation on Music Streaming Services using Transformers

2023-07-06 · Walid Bendada, Théo Bontempelli, Mathieu Morlon, Benjamin Chapus 외

This paper introduces Track Mix, a personalized playlist generation system released in 2022 on the music streaming service Deezer. Track Mix automatically generates "mix" playlists inspired by initial music tracks, allow…

Collaborative Filtering

Music Playlist Title Generation: A Machine-Translation Approach

2021-10-03 · NLP4MusA 2021 11 · Seungheon Doh, Junwon Lee, Juhan Nam

We propose a machine-translation approach to automatically generate a playlist title from a set of music tracks. We take a sequence of track IDs as input and a sequence of words in a playlist title as output, adapting th…

Data AugmentationMachine TranslationTranslation

Melon Playlist Dataset: a public dataset for audio-based playlist generation and music tagging

2021-01-30 · Andres Ferraro, Yuntae Kim, Soohyeon Lee, Biho Kim 외

One of the main limitations in the field of audio signal processing is the lack of large public datasets with audio representations and high-quality annotations due to restrictions of copyrighted commercial music. We pre…

Audio Signal ProcessingCollaborative FilteringInformation RetrievalMetric Learning+4