Inferring Continuous Latent Preference on Transition Intervals for Next Point-of-Interest Recommendation

Abstract

Temporal information plays an important role in Point-of-Interest (POI) recommendations. Most existing studies model the temporal influence by utilizing the observed check-in time stamps explicitly. With the conjecture that transition intervals between successive check-ins may carry more information for diversified behavior patterns, we propose a probabilistic factor analysis model to incorporate three components, namely, personal preference, distance preference, and transition interval preference. They are modeled by an observed third-rank transition tensor, a distance constraint, and a continuous latent variable, respectively. In our framework, the POI recommendation and the transition interval for user’s very next move can be inferred simultaneously by maximizing the posterior probability of the overall transitions. Expectation Maximization (EM) algorithm is used to tune the model parameters. We demonstrate that the proposed methodology achieves substantial gains in terms of prediction on next move and its expected time over state-of-the-art baselines. Code related to this paper is available at: https://github.com/skyhejing/ECML-PKDD-2018 .

Cite

Text

He et al. "Inferring Continuous Latent Preference on Transition Intervals for Next Point-of-Interest Recommendation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018. doi:10.1007/978-3-030-10928-8_44

Markdown

[He et al. "Inferring Continuous Latent Preference on Transition Intervals for Next Point-of-Interest Recommendation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2018.](https://mlanthology.org/ecmlpkdd/2018/he2018ecmlpkdd-inferring/) doi:10.1007/978-3-030-10928-8_44

BibTeX

@inproceedings{he2018ecmlpkdd-inferring,
  title     = {{Inferring Continuous Latent Preference on Transition Intervals for Next Point-of-Interest Recommendation}},
  author    = {He, Jing and Li, Xin and Liao, Lejian and Wang, Mingzhong},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2018},
  pages     = {741-756},
  doi       = {10.1007/978-3-030-10928-8_44},
  url       = {https://mlanthology.org/ecmlpkdd/2018/he2018ecmlpkdd-inferring/}
}