论文解读 LINE:Large-scale Information Network Embedding

Feature

·Arbitrary types of networks
 ·Directed, undirected, and/or weighted
·Clear objective function
 ·Preserve the first-order and second-order proximity
·Scalable
 ·Asynchronous stochastic gradient descent
 ·Millions of nodes and billions of edges: a couple of hours on a single machine


First-order Proximity

在这里插入图片描述

 ·The local pairwise proximity between the nodes
 ·However, many links between the nodes are not observed
  ·Not sufficient for preserving the entire network structure



Second-order Proximity

在这里插入图片描述

 ·Proximity between the neighborhood structures of the nodes


Preserving the First-order Proximity (LINE 1st)


·Distributions : ( defined on the undirected edge i - j )
在这里插入图片描述
·Objective:
在这里插入图片描述

Preserving the Second-order Proximity (LINE 2nd)


·Distributions : (defined on the directed edge i->j )
在这里插入图片描述
·Objective:
在这里插入图片描述

Optimization Tricks

·Stochastic gradient descent + Negative Sampling
 ·Randomly sample an edge and multiple negative edges
·The gradient w.r.t the embdding with edge(i,j)
·Problematic when the variances of weights of the edges are large
 ·The variance of the gradients are large
·Solution: edge sampling
 ·Sample the edges according to their weights and treat the edges as binary
·Complexity: O(d * K * |E|)
 ·Linear to the dimensionality d, the number of negative samples K, and the number of edges



Discussion

·Embed nodes with few neighbors
 ·Expand the neighbors by adding higher-order neighbors
 ·Breadth-first search (BFS)
 ·Adding only second-order neighbors works well in most cases
·Embed new nodes
 ·Fix the embeddings of existing nodes
 ·Optimize the objective w.r.t the embeddings of new nodes




…To be continue


[注]:文章部分内容选自Mila & McGill University, Tutorial on Graph Representation Learning, AAAI 2019

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值