LGAISINov 2, 2024

Bi-Level Graph Structure Learning for Next POI Recommendation

arXiv:2411.01169v123 citationsh-index: 42IEEE Trans Knowl Data Eng
Originality Incremental advance
AI Analysis

This addresses data quality issues in location-based recommendation systems, though it appears incremental as an enhancement to existing graph-based approaches.

The paper tackles the problem of noisy and incomplete graph structures in next point-of-interest recommendation by proposing BiGSL, a bi-level graph structure learning method that learns hierarchical connections between POIs and prototypes. Experimental results show significant improvements in recommendation accuracy and exploration performance on three real-world datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes