NCGF
Wang, Xiang, et al. "Neural graph collaborative filtering." Proceedings of the 42nd international ACM SIGIR conference on Research and development in Information Retrieval. 2019.
概述
问题
- 传统的基于矩阵分解型的推荐以及深度学习模型没有考虑协同信号
- 协同信号:用户-商品交互的潜在的信息
解决方案
- 设计NGCF模型获取用户-商品交互的潜在协同信号
- 建模二部图中的高阶用户-商品关联信息
方案
Embedding Propagation Layers
First-order Propagation
Message Construction
对于一对用户-商品交互对
其中,
在论文中,将
其中,
其中,
Message Aggregation
定义消息聚合函数为:
High-order Propagation
其中,
其中,
Propagation Rule in Matrix Form
论文中,作者还以矩阵的形式给出了用户-商品的相似度是如何计算的。(详情请看论文)
Model Prediction
其中,
损失函数
其中,