Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Disentangling Multiplex Spatial-Temporal Transition Graph Representation Learning for Socially Enhanced POI Recommendation

Created by
  • Haebom

Author

Jie Li, Haoye Dong, Zhengyang Wu, Zetao Zheng, Mingrong Lin

Outline

Next-generation point of interest (POI) recommendation leveraging users' spatiotemporal movements and social relationships is a research topic in business intelligence. Previous studies have modeled spatial and temporal variations separately, resulting in misaligned representations of the same spatiotemporal core nodes. This leads to unnecessary information generation during the fusion process, increased model uncertainty, and reduced interpretability. To address this issue, this study proposes DiMuST, a socially enhanced POI recommendation model based on separate representation learning from multiple spatiotemporal variation graphs. DiMuST utilizes a novel Disentangled Variational Multiplex Graph Auto-Encoder (DAE) that separates shared and private distributions using a multi-spatiotemporal graph strategy. The DAE fuses shared features through the Product of Experts (PoE) mechanism and removes noise from private features through contrastive constraints. DiMuST effectively captures the spatiotemporal variation representation of POIs while preserving the inherent correlations between spatiotemporal relationships. Experimental results on two challenging datasets demonstrate that DiMuST significantly outperforms existing methods across multiple metrics.

Takeaways, Limitations

Takeaways:
Improving POI recommendation performance by integrating spatial and temporal changes.
Separating shared and private distributions via multi-space-time graph strategies.
Feature fusion and noise removal using PoE and contrastive constraints.
Demonstrated superior performance compared to existing methods.
Limitations:
Absence of further information about the specific dataset and experimental environment.
Further review is needed on the model's scalability and practical application to services.
Further explanation is needed regarding the importance of social relationship data.
👍