Skip to main content
QUICK REVIEW

[论文解读] Multifaceted Scenario-Aware Hypergraph Learning for Next POI Recommendation

Yuxi Lin, Yuanzhe Li|arXiv (Cornell University)|Jan 9, 2026
Recommender Systems and Techniques被引用 0
一句话总结

MSAHG 通过构建情景特定的子超图并使用自适应参数分裂来解决情景间冲突,显式建模多情景移动,在三个真实数据集上达到最先进的结果。

ABSTRACT

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, existing sequential and graph-based methods frequently neglect significant mobility variations across distinct contextual scenarios (e.g., tourists versus locals). This oversight results in suboptimal performance due to two fundamental limitations: the inability to capture scenario-specific features and the failure to resolve inherent inter-scenario conflicts. To overcome these limitations, we propose the Multifaceted Scenario-Aware Hypergraph Learning method (MSAHG), a framework that adopts a scenario-splitting paradigm for next POI recommendation. Our main contributions are: (1) Construction of scenario-specific, multi-view disentangled sub-hypergraphs to capture distinct mobility patterns; (2) A parameter-splitting mechanism to adaptively resolve conflicting optimization directions across scenarios while preserving generalization capability. Extensive experiments on three real-world datasets demonstrate that MSAHG consistently outperforms five state-of-the-art methods across diverse scenarios, confirming its effectiveness in multi-scenario POI recommendation.

研究动机与目标

  • 在多面性上下文情景(用户类型、时间、空间)下为下一个 POI 推荐提供动机。
  • 开发一个框架,通过多视角子超图捕捉情景特定的移动模式。
  • 通过自适应参数分裂在保持泛化的同时缓解情景间优化冲突。

提出的方法

  • 从协同、时序与地理视角以及一个共享过渡视角构建八个情景特定子超图。
  • 使用带残差连接的两步子超图卷积来更新节点/超边。
  • 将情景特定嵌入与视角启发的门控融合,并使用对比学习(InfoNCE)对齐多视图表示。
  • 引入自适应参数分裂,将冲突参数复制并按梯度相似性将情景分组,以实现情景感知的训练。
  • 以将对比项和推荐损失相结合的最终损失进行优化,以平衡多视图协作与准确性。

实验结果

研究问题

  • RQ1如何在多情景(用户类型、时间、空间)下有效建模下一个 POI 的推荐?
  • RQ2情景特定的子超图是否能比单一图基线更好地捕捉不同的移动模式?
  • RQ3自适应参数分裂是否能降低情景间干扰并改善多情景学习?
  • RQ4多视图融合和对比学习对在多情景下的推荐质量有何影响?

主要发现

ModelScenarioACC@1ACC@5ACC@10ACC@20MRRACC@1ACC@5ACC@10ACC@20MRRACC@1ACC@5ACC@10ACC@20MRR
GowallaLocal0.13140.27580.33690.39340.20140.20200.37620.42370.45830.28090.21590.38780.45730.52030.2978
GowallaTourist0.10790.23490.29990.36230.17140.12980.25760.30560.33980.18860.16790.31370.37620.43670.2387
GowallaHSTLSTM0.14050.29090.35580.41630.21220.20650.37310.42760.46500.23340.42360.50020.56260.3229
GowallaSuburban0.11020.23910.30190.36140.17460.14540.28770.33270.36580.21070.17850.32270.38280.44520.2489
GowallaWorkday0.13660.28460.35120.41330.20850.17230.32950.37930.41520.24390.21180.38130.44970.51210.2927
GowallaWeekend0.08200.19010.24710.30230.13730.02400.05240.06890.07780.03940.07280.17150.22750.28970.1239
NYCLocal0.13430.29840.36440.42420.21220.16030.33110.38710.42680.23820.17560.37910.45750.52320.2698
NYCTourist0.10740.24350.30660.36990.17510.11780.23220.28270.32720.17220.14550.31550.38610.44110.2254
NYCDeepMove0.14410.31140.38070.44020.22380.15440.30780.36060.39500.22350.18060.38970.47270.53920.2773
NYCSuburban0.10960.25050.31310.37580.17890.13050.26600.31920.36480.19440.15740.34060.41140.47140.2428
TKYDowntown0.15560.33850.41040.47680.24320.17820.29700.37620.51490.23980.14160.36250.49690.62470.2479
TKYSuburban0.07850.19830.24380.30580.13290.07140.21430.35710.44640.15190.02130.12770.21280.34040.0771
TKYDCHL0.19290.41800.51450.56270.29680.10000.20000.30000.50000.16000.15110.41060.56680.71620.2753
TKYSuburban0.12620.28160.33980.41070.20110.14600.27740.37960.48910.21550.12070.27830.37810.47410.1978
TKYWorkday0.14940.32740.39800.46510.23370.14500.27480.39690.51150.21570.14380.35980.49120.62590.2480
TKYWeekend0.10310.24220.29150.34980.17130.11540.23080.23080.38460.17190.12230.34760.48710.59230.2304
MSAHGDowntown0.18710.36800.43490.48820.27230.29470.69740.82370.86050.46660.21320.48580.56890.64100.3358
MSAHGSuburban0.15400.31510.38010.43160.23100.18160.44470.56580.60000.30130.19930.40730.47890.53720.2927
MSAHGWorkday0.18820.35850.43010.49450.27040.23160.54740.65260.71580.37360.21710.48040.56200.62160.3351
MSAHGWeekend0.09600.22500.28570.33460.15800.18680.43950.55000.57630.30110.14460.32180.39020.45340.2274
  • MSAHG 在 Gowalla、NYC 与 TKY 数据集的多情景下均达到最先进的性能。
  • 情景特定子超图与自适应参数分裂对性能提升均有显著贡献。
  • 相较于基线,MSAHG 在本地/游客以及市区/郊区情景中更准确地保留真实 POI 类别分布和距离模式。
  • 消融实验表明,在 NYC 的 ACC@1/5/10/20 与 MRR 指标上,完整模型优于无分裂或无子超图的变体。
  • MSAHG 相对于若干基线在效率指标上更有利,梯度缓冲区带来的内存开销可控。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。