Concept

Neural Message Passing: Update Step

In the second step of neural message passing, the update function UPDATE\text{UPDATE} combines the aggregated message mN(u)(k)m^{(k)}_{N(u)} with the previous embedding hu(k1)h^{(k-1)}_u of node uu to generate the updated embedding hu(k)h^{(k)}_u for the current iteration kk. The initial embeddings at k=0k = 0 are set to the input features for all nodes, such that hu(0)=xuh^{(0)}_u = \mathbf{x}_u for all uVu \in V.

0

1

Updated 2026-06-14

Tags

Data Science