paper-with-me

Papers

Track Mix Generation on Music Streaming Services using Transformers

2023-07-06 · Walid Bendada, Théo Bontempelli, Mathieu Morlon, Benjamin Chapus, Thibault Cador, Thomas Bouabça, Guillaume Salha-Galvan

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, allowing users to discover music similar to their favorite content. To generate these mixes, we consider a Transformer model trained on millions of track sequences from user playlists. In light of the growing popularity of Transformers in recent years, we analyze the advantages, drawbacks, and technical challenges of using such a model for mix generation on the service, compared to a more traditional collaborative filtering approach. Since its release, Track Mix has been generating playlists for millions of users daily, enhancing their music discovery experience on Deezer.

📄 PDF Abstract BibTeX arXiv:2307.03045

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음

Similar Papers 제목 키워드 기반

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

Conditional Vector Graphics Generation for Music Cover Images

2022-05-15 · Valeria Efimova, Ivan Jarsky, Ilya Bizyaev, Andrey Filchenkov

Generative Adversarial Networks (GAN) have motivated a rapid growth of the domain of computer image synthesis. As almost all the existing image synthesis algorithms consider an image as a pixel matrix, the high-resolutio…

Image GenerationText to Image GenerationText-to-Image GenerationVector Graphics

Learning to rank music tracks using triplet loss

2020-05-18 · Laure Prétet, Gaël Richard, Geoffroy Peeters

Most music streaming services rely on automatic recommendation algorithms to exploit their large music catalogs. These algorithms aim at retrieving a ranked list of music tracks based on their similarity with a target mu…

Learning-To-RankTriplet

Item-Item Music Recommendations With Side Information

2017-12-18 · Demir Özgür, Yakushev Alexey Rodriguez, Keddo Rany, Kallio Ursula

Online music services have tens of millions of tracks. The content itself is broad and covers various musical genres as well as non-musical audio content such as radio plays and podcasts. The sheer scale and diversity of…

Collaborative FilteringDiversity

The Music Streaming Sessions Dataset

2018-12-31 · Brian Brost, Rishabh Mehrotra, Tristan Jehan

At the core of many important machine learning problems faced by online streaming services is a need to model how users interact with the content they are served. Unfortunately, there are no public datasets currently ava…

counterfactualInformation RetrievalMusic Information RetrievalRetrieval