Content deleted Content added
m add "specify graph" |
mNo edit summary |
||
Line 5:
== Pipeline of GNN model ==
The design pipeline for a GNN model can be generally derived as four steps: find graph structure, specify graph, build model, and design loss functions.
[[File:Pipe-line of GNN.png|thumb|558x558px|The general design pipeline for a GNN model.
=== Find graph structure ===
Line 16:
=== Specify graph ===
[[File:Scene graph example.png|thumb|529x529px|An example of scene graph.]]
After a graph structure is found in the given data, the type of this graph should also be specified. A graph can be simply categorize as [[Directed graph|directed]]/[[Undirected graph|undirected]] or [[Homogeneous graph|homogeneous]]/[[Heterogeneous graph|heterogeneous]]. Note that for heterogeneous graphs, each edge may differ to the others by its property. For example, each edge in a [[scene graph]]<ref>{{Cite journal|last=Johnson|first=Justin|last2=Krishna|first2=Ranjay|last3=Stark|first3=Michael|last4=Li|first4=Li-Jia|last5=Shamma|first5=David A.|last6=Bernstein|first6=Michael S.|last7=Fei-Fei|first7=Li
=== Design loss function ===
|