图神经网络架构简要笔记

时间:2023.10.11

合集

highway network

graph highway network

与highway network同

GCN

略过不讲

ResGCN

CVPR2019,ResGCN, https://browse.arxiv.org/pdf/1904.03751.pdf

架构

  1. 类似ResNet做残差
    image
  2. 提出graph上的空洞卷积dilated conv。
    image

结果

image

目的

计算机视觉-segmentation

GNN理论

PMLR'23, On Over-Squashing in Message Passing Neural Networks: The Impact of Width, Depth, and Topology, https://proceedings.mlr.press/v202/di-giovanni23a.html

概念

width是中心点与周围邻居的数量;depth是graph上2个node相聚的距离(跳数);topology,就是图的拓扑结构。文章以节点分类任务深入研究了此3个因素对过平滑的影响。

结论

Jump Knowledge Network

JKNet,ICML2018,老文章了,提出了个这个。

Mix-hop

ICML2019,也是文章,提出了这个。

hierarchical GNN


目的:node representation classification、link prediction

IGNN

NIPS'20
目的:解决recurrent gnn的不足
实验:node classification

posted @ 2023-10-12 11:53  ZephyrYin  阅读(73)  评论(0)    收藏  举报