Convolutional Neural Networksおさらい
2012:HintonのAlexNet
ディープラーニングが盛り上がったきっかけ
CNNは画像など格子状のデータ構造に適用可能
Structured deep models: Deep learning on graphs and
beyond
24
Graph Convolutional Networks
[Duvenaud+2015, Li+ 2016, Scichtkrull+ 2017]
CNNの畳み込みの概念をGraphに適用
エッジを重みとして扱った
Structured deep models: Deep learning on graphs and
beyond
26
27.
Relational Graph ConvolutionalNetworks [Scichtkrull+ 2017]
relation要素を追加
graph: G = (V, E, R)
nodes: vi ∈V
edges: (vi, r, vj) ∈E
relation type: r ∈R Schlichtkrull et al., 2017
27
GNNsの歴史④ グラフの生成
Structured deepmodels: Deep learning on graphs and
beyond
Version 1: Generate graph (or predict new links) between known entities
Version 2: Generate graphs from scratch (single embedding vector)
33.
Graphで解きたい課題 “古典的* ”なもの
Structured deep models: Deep learning on graphs and
beyond
完璧ではないデータの欠損部分を補完したり、新しいデータを分類したり
*Kipf曰く
classical
33