paper-with-me

홈 › Papers

Context-Adaptive Graph Neural Networks for Next POI Recommendation

2025-06-12 · Yu Lei, Limin Shen, Zhu Sun, Tiantian He, Yew-Soon Ong

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) for next POI recommendation, which dynamically adjusts attention weights using edge-specific contextual factors and enables mutual enhancement between graph-based and sequential components. Specifically, CAGNN introduces (1) a context-adaptive attention mechanism that jointly incorporates different types of contextual factors into the attention computation during graph propagation, enabling the model to dynamically capture collaborative and context-dependent transition patterns; (2) a graph-sequential mutual enhancement module, which aligns the outputs of the graph- and sequential-based modules via the KL divergence, enabling mutual enhancement of both components. Experimental results on three real-world datasets demonstrate that CAGNN consistently outperforms state-of-the-art methods. Meanwhile, theoretical guarantees are provided that our context-adaptive attention mechanism improves the expressiveness of POI representations.

📄 PDF Abstract BibTeX arXiv:2506.10329

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Multifaceted Scenario-Aware Hypergraph Learning for Next POI Recommendation

2026-01-09 · Yuxi Lin, Yongkang Li, Jie Xing, Zipei Fan arxiv

Among the diverse services provided by Location-Based Social Networks (LBSNs), Next Point-of-Interest (POI) recommendation plays a crucial role in inferring user preferences from historical check-in trajectories. However…

HyperMAN: Hypergraph-enhanced Meta-learning Adaptive Network for Next POI Recommendation

2025-03-27 · Jinze Wang, Tiehua Zhang, Lu Zhang, Yang Bai 외

Next Point-of-Interest (POI) recommendation aims to predict users' next locations by leveraging historical check-in sequences. Although existing methods have shown promising results, they often struggle to capture comple…

DiversityMeta-Learning

Multi-behavior Graph Contextual Aware Network for Session-based Recommendation

2021-09-24 · Qi Shen, Lingfei Wu, Yitong Pang, Yiming Zhang 외

Predicting the next interaction of a short-term sequence is a challenging task in session-based recommendation (SBR).Multi-behavior session recommendation considers session sequence with multiple interaction types, such …

Session-Based Recommendations

HySAGE: A Hybrid Static and Adaptive Graph Embedding Network for Context-Drifting Recommendations

2022-08-20 · Sichun Luo, Xinyi Zhang, Yuanzhang Xiao, Linqi Song

The recent popularity of edge devices and Artificial Intelligent of Things (AIoT) has driven a new wave of contextual recommendations, such as location based Point of Interest (PoI) recommendations and computing resource…

Collaborative FilteringGraph Embedding

Geography-Aware Large Language Models for Next POI Recommendation

2025-05-18 · Zhao Liu, Wei Liu, Huajie Zhu, Jianxing Yu 외

The next Point-of-Interest (POI) recommendation task aims to predict users' next destinations based on their historical movement data and plays a key role in location-based services and personalized applications. Accurat…

Large Language Model