通过解耦类别与时间关系,提升地点推荐准确率
Enhancing POI Recommendation through Global Graph Disentanglement with POI Weighted Module
- 构建全局类别-时间图,分离用户偏好中的类别与时间因素
- 引入对比学习实现类别与时间信息的解耦,增强表征能力
- 融合热度、转移权重和距离信息,优化最终推荐结果
基于用户历史签到数据和当前状态预测下一个兴趣点(POI)是推荐系统的重要任务。我们发现不同类别POI的热门签到时间存在差异:例如咖啡馆午后人多,酒吧深夜繁忙。现有方法很少建模类别与时间的关系,导致难以捕捉用户在不同时段对特定类别的偏好。此外,时间信息常被转为嵌入或间隔数值,难以体现时间连续性。同时,预测时忽略热门度、转移关系和空间距离等加权信息,影响性能。为此,本文提出图解耦与POI加权模块(GDPW)框架,通过全局类别图和类别-时间图学习表示,并利用对比学习解耦类别与时间信息。最终结合转移权重和距离关系对预测结果加权,生成推荐。在两个真实数据集上实验表明,GDPW相比现有模型性能提升3%至11%。
原文摘要 · Abstract (English)
Next point of interest (POI) recommendation primarily predicts future activities based on users' past check-in data and current status, providing significant value to users and service providers. We observed that the popular check-in times for different POI categories vary. For example, coffee shops are crowded in the afternoon because people like to have coffee to refresh after meals, while bars are busy late at night. However, existing methods rarely explore the relationship between POI categories and time, which may result in the model being unable to fully learn users' tendencies to visit certain POI categories at different times. Additionally, existing methods for modeling time information often convert it into time embeddings or calculate the time interval and incorporate it into the model, making it difficult to capture the continuity of time. Finally, during POI prediction, various weighting information is often ignored, such as the popularity of each POI, the transition relationships between POIs, and the distances between POIs, leading to suboptimal performance. To address these issues, this paper proposes a novel next POI recommendation framework called Graph Disentangler with POI Weighted Module (GDPW). This framework aims to jointly consider POI category information and multiple POI weighting factors. Specifically, the proposed GDPW learns category and time representations through the Global Category Graph and the Global Category-Time Graph. Then, we disentangle category and time information through contrastive learning. After prediction, the final POI recommendation for users is obtained by weighting the prediction results based on the transition weights and distance relationships between POIs. We conducted experiments on two real-world datasets, and the results demonstrate that the proposed GDPW outperforms other existing models, improving performance by 3% to 11%.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。