Learn Before
Concept

Message Passing with Self-loops

An simplification of message passing omit the explicit update, but simply add a self-loop: hu(k)=AGGREGATE({hv(k1),vN(u){u}})\mathbf{h}_u^{(k)}=\text{AGGREGATE}(\{\mathbf{h}_v^{(k-1)},\forall v\in \mathcal{N}(u)\cup\{u\}\}) Where hu(k)\mathbf{h}_u^{(k)} is the kthk^{th} hidden layer of node uu.

In the case of basic GNN, it can be wriiten as the following graph level update: H(t)=σ((A+I)H(t1)W(t))\mathbf{H}^{(t)}=\sigma((\mathbf{A}+\mathbf{I})\mathbf{H}^{(t-1)}\mathbf{W}^{(t)}) Where H(t)\mathbf{H}^{(t)} is the graph level hidden layer representation.

0

1

Updated 2022-07-10

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science