paper-with-me

홈 › Papers

Where to Go Next: A Spatio-temporal LSTM model for Next POI Recommendation

2018-06-18 · Pengpeng Zhao, Haifeng Zhu, Yanchi Liu, Zhixu Li, Jiajie Xu, Victor S. Sheng

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 coupled input and forget gates with our proposed model. Finally, we evaluate the proposed model using four real-world datasets from various location-based social networks. Our experimental results show that our model significantly outperforms the state-of-the-art approaches for next POI recommendation.

📄 PDF Abstract BibTeX arXiv:1806.06671

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

An Attention-based Spatiotemporal LSTM Network for Next POI Recommendation

2019-05-20 · L Huang,Y Ma,S Wang,Y Liu

Next point-of-interest (POI) recommendation is recently proposed to predict user's next destination and has attracted considerable research interest. Most of the previous studies failed to incorporate the spatiotemporal …

Reduced-Gate Convolutional LSTM Using Predictive Coding for Spatiotemporal Prediction

2018-10-16 · Nelly Elsayed, Anthony S. Maida, Magdy Bayoumi

Spatiotemporal sequence prediction is an important problem in deep learning. We study next-frame(s) video prediction using a deep-learning-based predictive coding framework that uses convolutional, long short-term memory…

PredictionVideo Prediction

Spatio-temporal video autoencoder with differentiable memory

2015-11-19 · Viorica Patraucean, Ankur Handa, Roberto Cipolla

We describe a new spatio-temporal video autoencoder, based on a classic spatial image autoencoder and a novel nested temporal autoencoder. The temporal encoder is represented by a differentiable visual memory composed of…

DecoderMotion EstimationOptical Flow EstimationSemantic Segmentation+2

Reduced-Gate Convolutional LSTM Design Using Predictive Coding for Next-Frame Video Prediction

2018-09-27 · Nelly Elsayed, Anthony S. Maida, Magdy Bayoumi

Spatiotemporal sequence prediction is an important problem in deep learning. We study next-frame video prediction using a deep-learning-based predictive coding framework that uses convolutional, long short-term memory (c…

Deep LearningPredictionVideo Prediction

Enhancing Spatiotemporal Networks with xLSTM: A Scalar LSTM Approach for Cellular Traffic Forecasting

2025-07-17 · Khalid Ali, Zineddine Bettouche, Andreas Kassler, Andreas Fischer arxiv

Accurate spatiotemporal traffic forecasting is vital for intelligent resource management in 5G and beyond. However, conventional AI approaches often fail to capture the intricate spatial and temporal patterns that exist,…