English

Bi-Level Graph Structure Learning for Next POI Recommendation

Machine Learning 2024-11-05 v1 Artificial Intelligence Social and Information Networks

Abstract

Next point-of-interest (POI) recommendation aims to predict a user's next destination based on sequential check-in history and a set of POI candidates. Graph neural networks (GNNs) have demonstrated a remarkable capability in this endeavor by exploiting the extensive global collaborative signals present among POIs. However, most of the existing graph-based approaches construct graph structures based on pre-defined heuristics, failing to consider inherent hierarchical structures of POI features such as geographical locations and visiting peaks, or suffering from noisy and incomplete structures in graphs. To address the aforementioned issues, this paper presents a novel Bi-level Graph Structure Learning (BiGSL) for next POI recommendation. BiGSL first learns a hierarchical graph structure to capture the fine-to-coarse connectivity between POIs and prototypes, and then uses a pairwise learning module to dynamically infer relationships between POI pairs and prototype pairs. Based on the learned bi-level graphs, our model then employs a multi-relational graph network that considers both POI- and prototype-level neighbors, resulting in improved POI representations. Our bi-level structure learning scheme is more robust to data noise and incompleteness, and improves the exploration ability for recommendation by alleviating sparsity issues. Experimental results on three real-world datasets demonstrate the superiority of our model over existing state-of-the-art methods, with a significant improvement in recommendation accuracy and exploration performance.

Keywords

Cite

@article{arxiv.2411.01169,
  title  = {Bi-Level Graph Structure Learning for Next POI Recommendation},
  author = {Liang Wang and Shu Wu and Qiang Liu and Yanqiao Zhu and Xiang Tao and Mengdi Zhang and Liang Wang},
  journal= {arXiv preprint arXiv:2411.01169},
  year   = {2024}
}

Comments

Accepted by IEEE Transactions on Knowledge and Data Engineering

R2 v1 2026-06-28T19:45:22.484Z