论文| Graph Convolutional Matrix Completion

算是在矩阵补全领域看的另一篇论文,大佬真的太太太厉害了。日常仰望大佬并流泪。

核心观点

Intersection data such as movie ratings can be represented by a bipartitie user-item gtaph with labeled edges denoting observed ratings. This representation is especially useful in the setting where additional graph-based side information is present.

在这里插入图片描述
像这张图里表现的,可以将一个评分矩阵理解为user和item之间的二分图。具体的数值也就是点和点之间连线的权重。所以就可以将矩阵补全问题转化为一个链路预测问题,而正巧也是GNN的一个重要应用。不得不佩服Kipf大神,大神从脑子里稍微拿出一点内容就足够让我学习好久。

相关术语和概念

Bipartite Graph

二分图,Bipartite Graph or Bigraph,二分图是一类图 ( G , E ) (G,E) (G,E),其中G是顶点的集合,E为边的集合,并且G可以分成两个不相交的集合U和V,E中的任意一条边的一个顶点属于集合U,另一顶点属于集合V。二分图的表示为: G = ( U , V , E ) G=(U,V,E) G=(U,V,E)

论文内容梳理

Introduction

We propose graph convolutional matrix completion(GC-MC) : a graph-based auto-encoder framework for matrix completion. The auto-encoder produces latent features of user and item nodes through a form of message passing on the bipartite interaction graph. The benefits of formulating matrix completion as a link-prediction task on a bipartite graph becomes especially apparent when recommender graphs are accompanied with structured external information such as social networks.

这里作者介绍了他们提出了一种用于矩阵补全的基于图的自动编码框架。着重提出了他们这个方法的优点:当这个链路预测问题有额外的结构化信息补充时,这个方法的性能特别好,可以减轻推荐系统的冷启动问题;当没有额外的结构化信息时,也能够达到和普通的协同过滤算法相似的性能。

Main Contribution: 1) apply graph neural networks to the task of matrix completion with structured side-information and show that our simple message passing model outperforms more complicated graph-based approaches. 2) introduce node dropout, an effective regularization techniques that drops out the entire set of all outgoing messages of a single node with a fixed probability.

总结本篇论文,主要就是两个方面的贡献,一个是提出使用图神经网络来解决带有额外信息的矩阵补全问题,另一个是提出了正则方法node dropout。

Matrix Completion as Link Prediction in Bipartite Graphs

作者这里先阐述了该方法和以前的基于图的方法的区别。以前的方法包含两个需要分开训练的流程,首先要进行graph feature extraction model,其次是link prediction model。但是近期的研究表明了对于图

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值