paper-with-me

Papers

Sequential modeling of Sessions using Recurrent Neural Networks for Skip Prediction

2019-04-23 · Sainath Adapa

Recommender systems play an essential role in music streaming services, prominently in the form of personalized playlists. Exploring the user interactions within these listening sessions can be beneficial to understanding the user preferences in the context of a single session. In the 'Spotify Sequential Skip Prediction Challenge', WSDM, and Spotify are challenging people to understand the way users sequentially interact with music. We describe our solution approach in this paper and also state proposals for further improvements to the model. The proposed model initially generates a fixed vector representation of the session, and this additional information is incorporated into an Encoder-Decoder style architecture. This method achieved the seventh position in the competition, with a mean average accuracy of 0.604 on the test set. The solution code is available at https://github.com/sainathadapa/spotify-sequential-skip-prediction.

📄 PDF Abstract BibTeX arXiv:1904.10273

Code (1)

sainathadapa/spotify-sequential-skip-prediction 공식 구현

Tasks

DecoderPositionRecommendation SystemsSequential skip prediction

Similar Papers 제목 키워드 기반

Skip prediction using boosting trees based on acoustic features of tracks in sessions

2019-03-28 · Andrés Ferraro, Dmitry Bogdanov, Xavier Serra

The Spotify Sequential Skip Prediction Challenge focuses on predicting if a track in a session will be skipped by the user or not. In this paper, we describe our approach to this problem and the final system that was sub…

Sequential skip prediction

Session-based Sequential Skip Prediction via Recurrent Neural Networks

2019-02-13 · Lin Zhu, Yihong Chen

The focus of WSDM cup 2019 is session-based sequential skip prediction, i.e. predicting whether users will skip tracks, given their immediately preceding interactions in their listening session. This paper provides the s…

PredictionSequential skip predictionSession-Based Recommendations

Modelling Sequential Music Track Skips using a Multi-RNN Approach

2019-03-20 · Christian Hansen, Casper Hansen, Stephen Alstrup, Jakob Grue Simonsen 외

Modelling sequential music skips provides streaming companies the ability to better understand the needs of the user base, resulting in a better user experience by reducing the need to manually skip certain music tracks.…

Sequential skip prediction

Adaptive Skip Intervals: Temporal Abstraction for Recurrent Dynamical Models

2018-08-14 · NeurIPS 2018 12 · Alexander Neitz, Giambattista Parascandolo, Stefan Bauer, Bernhard Schölkopf

We introduce a method which enables a recurrent dynamics model to be temporally abstract. Our approach, which we call Adaptive Skip Intervals (ASI), is based on the observation that in many sequential prediction tasks, t…

Computational EfficiencyPredictionPrediction Intervals

Skip RNN: Learning to Skip State Updates in Recurrent Neural Networks

2017-08-22 · ICLR 2018 1 · Victor Campos, Brendan Jou, Xavier Giro-i-Nieto, Jordi Torres 외

Recurrent Neural Networks (RNNs) continue to show outstanding performance in sequence modeling tasks. However, training RNNs on long sequences often face challenges like slow inference, vanishing gradients and difficulty…