Abstract: Next point-of-interest (POI) recommendation aims to predict the next interested POI to the user based on their historical check-in data in location-based social services. Most existing studies have attempted to model user visiting behaviors via sequence-based and graph-based models, and have achieved impressive performance. However, there is still room to explore the implicit transition preferences and contextual multiple semantic relationships among various POIs. To this end, we propose a novel graph-based Multi-Relational Variational Contrastive Learning (MRVCL) method for next POI recommendation, which captures local similarity associations and global contextual dependencies among POIs. Specifically, an order-free local-relational adaptive weighting module is designed to alleviate the problem of insufficient utilization of multi-hop neighbor information caused by the limit of neighbor order of nodes. We then develop a contextaware global-relational encoding module to capture implicit semantic sequential relationships. Finally, generative variational-contrastive learning is employed to construct a continuous representation of the latent features and reinforce the quality of representation learning. Extensive experiments on two real-world datasets validate that our MRVCL outperforms existing state-of-the-art methods on various evaluation metrics. To facilitate future research, our code and data are open-sourced at https://github.com/LinCH-en/MRVCL.
Loading