SILGMLMar 4, 2017

Recurrent Poisson Factorization for Temporal Recommendation

arXiv:1703.01442v161 citations
Originality Incremental advance
AI Analysis

This addresses the need for time-sensitive recommendations in systems like streaming and e-commerce, though it is incremental as it builds on existing Poisson factorization methods.

The paper tackles the problem of temporal recommendation by introducing Recurrent Poisson Factorization (RPF), which models implicit feedback with a Poisson process to account for dynamic user behaviors, and demonstrates superior performance over state-of-the-art methods on synthetic and real-world datasets like music streaming and M-Commerce interactions.

Poisson factorization is a probabilistic model of users and items for recommendation systems, where the so-called implicit consumer data is modeled by a factorized Poisson distribution. There are many variants of Poisson factorization methods who show state-of-the-art performance on real-world recommendation tasks. However, most of them do not explicitly take into account the temporal behavior and the recurrent activities of users which is essential to recommend the right item to the right user at the right time. In this paper, we introduce Recurrent Poisson Factorization (RPF) framework that generalizes the classical PF methods by utilizing a Poisson process for modeling the implicit feedback. RPF treats time as a natural constituent of the model and brings to the table a rich family of time-sensitive factorization models. To elaborate, we instantiate several variants of RPF who are capable of handling dynamic user preferences and item specification (DRPF), modeling the social-aspect of product adoption (SRPF), and capturing the consumption heterogeneity among users and items (HRPF). We also develop a variational algorithm for approximate posterior inference that scales up to massive data sets. Furthermore, we demonstrate RPF's superior performance over many state-of-the-art methods on synthetic dataset, and large scale real-world datasets on music streaming logs, and user-item interactions in M-Commerce platforms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes