paper-with-me

Papers

Adversarial Mahalanobis Distance-based Attentive Song Recommender for Automatic Playlist Continuation

2019-06-08 · Thanh Tran, Renee Sweeney, Kyumin Lee

In this paper, we aim to solve the automatic playlist continuation (APC) problem by modeling complex interactions among users, playlists, and songs using only their interaction data. Prior methods mainly rely on dot product to account for similarities, which is not ideal as dot product is not metric learning, so it does not convey the important inequality property. Based on this observation, we propose three novel deep learning approaches that utilize Mahalanobis distance. Our first approach uses user-playlist-song interactions, and combines Mahalanobis distance scores between (i) a target user and a target song, and (ii) between a target playlist and the target song to account for both the user's preference and the playlist's theme. Our second approach measures song-song similarities by considering Mahalanobis distance scores between the target song and each member song (i.e., existing song) in the target playlist. The contribution of each distance score is measured by our proposed memory metric-based attention mechanism. In the third approach, we fuse the two previous models into a unified model to further enhance their performance. In addition, we adopt and customize Adversarial Personalized Ranking (APR) for our three approaches to further improve their robustness and predictive capabilities. Through extensive experiments, we show that our proposed models outperform eight state-of-the-art models in two large-scale real-world datasets.

📄 PDF Abstract BibTeX arXiv:1906.03450

Code (1)

thanhdtran/MASR 공식 구현 pytorch

Tasks

Metric Learning

Similar Papers 제목 키워드 기반

Attentive Neural Architecture Incorporating Song Features For Music Recommendation

2018-11-20 · Sachdeva Noveen, Gupta Kartik, Pudi Vikram

Recommender Systems are an integral part of music sharing platforms. Often the aim of these systems is to increase the time, the user spends on the platform and hence having a high commercial value. The systems which aim…

Future predictionMusic RecommendationRecommendation Systems

Algorithmic Collective Action in Recommender Systems: Promoting Songs by Reordering Playlists

2024-03-19 · Joachim Baumann, Celestine Mendler-Dünner

We investigate algorithmic collective action in transformer-based recommender systems. Our use case is a music streaming platform where a collective of fans aims to promote the visibility of an underrepresented artist by…

Recommendation Systems

Adversarial vulnerability of powerful near out-of-distribution detection

2022-01-18 · Stanislav Fort

There has been a significant progress in detecting out-of-distribution (OOD) inputs in neural networks recently, primarily due to the use of large models pretrained on large datasets, and an emerging use of multi-modalit…

Adversarial RobustnessOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Defending a Music Recommender Against Hubness-Based Adversarial Attacks

2022-05-24 · Katharina Hoedt, Arthur Flexer, Gerhard Widmer

Adversarial attacks can drastically degrade performance of recommenders and other machine learning systems, resulting in an increased demand for defence mechanisms. We present a new line of defence against attacks which …

E-ADDA: Unsupervised Adversarial Domain Adaptation Enhanced by a New Mahalanobis Distance Loss for Smart Computing

2022-01-24 · Ye Gao, Brian Baucom, Karen Rose, Kristina Gordon 외

In smart computing, the labels of training samples for a specific task are not always abundant. However, the labels of samples in a relevant but different dataset are available. As a result, researchers have relied on un…

Domain AdaptationOut-of-Distribution DetectionUnsupervised Domain Adaptation