paper-with-me

Papers

Bootstrapping Contrastive Learning Enhanced Music Cold-Start Matching

2023-08-05 · Xinping Zhao, Ying Zhang, Qiang Xiao, Yuming Ren, Yingchun Yang

We study a particular matching task we call Music Cold-Start Matching. In short, given a cold-start song request, we expect to retrieve songs with similar audiences and then fastly push the cold-start song to the audiences of the retrieved songs to warm up it. However, there are hardly any studies done on this task. Therefore, in this paper, we will formalize the problem of Music Cold-Start Matching detailedly and give a scheme. During the offline training, we attempt to learn high-quality song representations based on song content features. But, we find supervision signals typically follow power-law distribution causing skewed representation learning. To address this issue, we propose a novel contrastive learning paradigm named Bootstrapping Contrastive Learning (BCL) to enhance the quality of learned representations by exerting contrastive regularization. During the online serving, to locate the target audiences more accurately, we propose Clustering-based Audience Targeting (CAT) that clusters audience representations to acquire a few cluster centroids and then locate the target audiences by measuring the relevance between the audience representations and the cluster centroids. Extensive experiments on the offline dataset and online system demonstrate the effectiveness and efficiency of our method. Currently, we have deployed it on NetEase Cloud Music, affecting millions of users. Code will be released in the future.

📄 PDF Abstract BibTeX arXiv:2308.02844

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

LARP: Language Audio Relational Pre-training for Cold-Start Playlist Continuation

2024-06-20 · Rebecca Salganik, Xiaohao Liu, Yunshan Ma, Jian Kang 외

As online music consumption increasingly shifts towards playlist-based listening, the task of playlist continuation, in which an algorithm suggests songs to extend a playlist in a personalized and musically cohesive mann…

Collaborative FilteringContrastive LearningRepresentation Learning

Sequences as Nodes for Contrastive Multimodal Graph Recommendation

2026-02-06 · Bucher Sahyouni, Matthew Vowels, Liqun Chen, Simon Hadfield arxiv

To tackle cold-start and data sparsity issues in recommender systems, numerous multimodal, sequential, and contrastive techniques have been proposed. While these augmentations can boost recommendation performance, they t…

Data Augmentation

Towards Leveraging Contrastively Pretrained Neural Audio Embeddings for Recommender Tasks

2024-09-13 · Florian Grötschla, Luca Strässle, Luca A. Lanzendörfer, Roger Wattenhofer

Music recommender systems frequently utilize network-based models to capture relationships between music pieces, artists, and users. Although these relationships provide valuable insights for predictions, new music piece…

Collaborative FilteringMusic RecommendationRecommendation Systems

A Semi-Personalized System for User Cold Start Recommendation on Music Streaming Apps

2021-06-07 · Léa Briand, Guillaume Salha-Galvan, Walid Bendada, Mathieu Morlon 외

Music streaming services heavily rely on recommender systems to improve their users' experience, by helping them navigate through a large musical catalog and discover new songs, albums or artists. However, recommending r…

ClusteringNavigateRecommendation Systems

Cold Start Similar Artists Ranking with Gravity-Inspired Graph Autoencoders

2021-08-02 · Guillaume Salha-Galvan, Romain Hennequin, Benjamin Chapus, Viet-Anh Tran 외

On an artist's profile page, music streaming services frequently recommend a ranked list of "similar artists" that fans also liked. However, implementing such a feature is challenging for new artists, for which usage dat…

Link Prediction