GNN2.2 LINE (PaperReading)

GNN学习笔记

GNN从入门到精通课程笔记

2.2 LINE (PaperReading)

  • LINE: Large-scale Information Network Embedding (WWW '15)

  • Abstract

    • The method optimizes a carefully designed objective function that preserves both the local and global network structures.
    • An edge-sampling algorithm is proposed that addresses the limitation of the classical stochastic gradient descent and improves both the effectiveness and the efficiency of the inference.
    • (Practically, DeepWalk only applies to unweighted networks)
  • Introduction

    • The local structures are represented by the observed links in the networks, which capture the first-order proximity between the vertices.
    • As a complement, we explore the second-order proximity between the vertices, which is not determined through the observed tie strength but through the shared neighborhood structures of the vertices.
      • Nodes with shared neighbors are likely to be similar.
    • The edge-sampling method, which improves both the effectiveness and efficiency of the inference.
  • Problem definition
    example

    • First-order Proximity: For each pair of vertices linked by an edge (u, v), the weight on that edge, w_{uv}, indicates the first-order proximity between u and v. If no edge is observed between u and v, their first-order proximity is 0.
    • The second-order proximity between a pair of vertices (u, v) in a network is the similarity between their neighborhood network structures. let p_u = (w_{u,1}, . . . , w_{u,|V |}) denote the first-order proximity of u with all the other vertices, then the second-order proximity between u and v is determined by the similarity between p_u and p_v. If no vertex is linked from/to both u and v, the second-order proximity between u and v is 0.
  • Method

    • Model Description
      • 通过优化两个节点的之间某个特征(embedding之间的某个计算公式)和其经验概率(node之间的某个计算公式)的KL散度,使其和经验概率的距离不断接近,来优化node embedding.

      • First-order proximity
        First-order

        • embedding特征:joint probability
        • 节点的特征:边的权重占图中所有边总权重的比例
      • Second-order Proximity
        Second-order

        • embedding的特征:context, conditional distribution
        • 节点的特征:边的权重/该节点的出度
      • Concatenate the embeddings of first-order proximity and second-order proximity.

    • Model Optimization
      • Negative sampling
      • Asynchronous stochastic gradient algorithm (ASGD)
      • Edge Sampling: The alias table method
    • Discussion
      • Low-degree vertices: Add higher-order neighbors
      • New vertices
        • 问题:之前节点的embedding还是需要重新计算?
  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值