Context-Adaptive Graph Neural Networks for Next POI Recommendation
Yu Lei, Limin Shen, Zhu Sun, Tiantian He, Yew-Soon Ong

TL;DR
This paper introduces CAGNN, a novel graph neural network model that adaptively incorporates multiple contextual factors for improved next POI recommendation, outperforming existing methods.
Contribution
The paper proposes a context-adaptive attention mechanism and a mutual enhancement module, enabling dynamic context modeling and improved POI recommendation accuracy.
Findings
CAGNN outperforms state-of-the-art methods on three real-world datasets.
The context-adaptive attention mechanism enhances the expressiveness of POI representations.
Theoretical guarantees show improved model expressiveness with the proposed attention mechanism.
Abstract
Next Point-of-Interest (POI) recommendation is a critical task in location-based services, aiming to predict users' next visits based on their check-in histories. While many existing methods leverage Graph Neural Networks (GNNs) to incorporate collaborative information and improve recommendation accuracy, most of them model each type of context using separate graphs, treating different factors in isolation. This limits their ability to model the co-influence of multiple contextual factors on user transitions during message propagation, resulting in suboptimal attention weights and recommendation performance. Furthermore, they often prioritize sequential components as the primary predictor, potentially undermining the semantic and structural information encoded in the POI embeddings learned by GNNs. To address these limitations, we propose a Context-Adaptive Graph Neural Networks (CAGNN)…
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 · Advanced Graph Neural Networks · Machine Learning in Healthcare
MethodsSoftmax · Attention Is All You Need
