Where to Go Next: A Spatio-temporal LSTM model for Next POI Recommendation
Pengpeng Zhao, Haifeng Zhu, Yanchi Liu, Zhixu Li, Jiajie Xu, Victor S., Sheng

TL;DR
This paper introduces STLSTM, a spatio-temporal LSTM model that incorporates time and distance gates to better capture user check-in behaviors for next POI recommendation, significantly outperforming existing methods.
Contribution
The paper proposes a novel LSTM variant with spatio-temporal gates and coupled input-forget gates to enhance next POI recommendation accuracy.
Findings
STLSTM outperforms state-of-the-art models on four real-world datasets.
The spatio-temporal gates effectively model user check-in behaviors.
Parameter reduction improves model efficiency.
Abstract
Next Point-of-Interest (POI) recommendation is of great value for both location-based service providers and users. Recently Recurrent Neural Networks (RNNs) have been proved to be effective on sequential recommendation tasks. However, existing RNN solutions rarely consider the spatio-temporal intervals between neighbor check-ins, which are essential for modeling user check-in behaviors in next POI recommendation. In this paper, we propose a new variant of LSTM, named STLSTM, which implements time gates and distance gates into LSTM to capture the spatio-temporal relation between successive check-ins. Specifically, one-time gate and one distance gate are designed to control short-term interest update, and another time gate and distance gate are designed to control long-term interest update. Furthermore, to reduce the number of parameters and improve efficiency, we further integrate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Image Retrieval and Classification Techniques · Human Mobility and Location-Based Analysis
