paper-with-me

홈 › Papers

NEXT: A Neural Network Framework for Next POI Recommendation

2017-04-15 · Zhiqian Zhang, Chenliang Li, Zhiyong Wu, Aixin Sun, Dengpan Ye, Xiangyang Luo

The task of next POI recommendation has been studied extensively in recent years. However, developing an unified recommendation framework to incorporate multiple factors associated with both POIs and users remains challenging, because of the heterogeneity nature of these information. Further, effective mechanisms to handle cold-start and endow the system with interpretability are also difficult topics. Inspired by the recent success of neural networks in many areas, in this paper, we present a simple but effective neural network framework for next POI recommendation, named NEXT. NEXT is an unified framework to learn the hidden intent regarding user's next move, by incorporating different factors in an unified manner. Specifically, in NEXT, we incorporate meta-data information and two kinds of temporal contexts (i.e., time interval and visit time). To leverage sequential relations and geographical influence, we propose to adopt DeepWalk, a network representation learning technique, to encode such knowledge. We evaluate the effectiveness of NEXT against state-of-the-art alternatives and neural networks based solutions. Experimental results over three publicly available datasets demonstrate that NEXT significantly outperforms baselines in real-time next POI recommendation. Further experiments demonstrate the superiority of NEXT in handling cold-start. More importantly, we show that NEXT provides meaningful explanation of the dimensions in hidden intent space.

📄 PDF Abstract BibTeX arXiv:1704.04576

Code (0)

등록된 구현이 없습니다.

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음
DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

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 …

Refine-POI: Reinforcement Fine-Tuned Large Language Models for Next Point-of-Interest Recommendation

2025-06-19 · Peibo Li, Shuang Ao, Hao Xue, Yang song 외

Large language models (LLMs) have been adopted for next point-of-interest (POI) recommendation tasks. Typical LLM-based recommenders fall into two categories: prompt-based and supervised fine-tuning (SFT)-based models. P…

Empowering Next POI Recommendation with Multi-Relational Modeling

2022-04-24 · Zheng Huang, Jing Ma, Yushun Dong, Natasha Zhang Foutz 외

With the wide adoption of mobile devices and web applications, location-based social networks (LBSNs) offer large-scale individual-level location-related activities and experiences. Next point-of-interest (POI) recommend…

Representation Learning

Goal-Oriented Next Best Activity Recommendation using Reinforcement Learning

2022-05-06 · Prerna Agarwal, Avani Gupta, Renuka Sindhgatta, Sampath Dechu

Recommending a sequence of activities for an ongoing case requires that the recommendations conform to the underlying business process and meet the performance goal of either completion time or process outcome. Existing …

Activity Predictionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Neural Network Based Next-Song Recommendation

2016-06-24 · Kai-Chun Hsu, Szu-Yu Chou, Yi-Hsuan Yang, Tai-Shih Chi

Recently, the next-item/basket recommendation system, which considers the sequential relation between bought items, has drawn attention of researchers. The utilization of sequential patterns has boosted performance on se…

Recommendation Systems