Concept

Neural Message Passing: Aggregation Step

In the first step of neural message passing, at each iteration kk of the Graph Neural Network (GNN), the AGGREGATE\text{AGGREGATE} function takes as input the set of embeddings of the nodes in node uu's graph neighborhood N(u)N(u) and generates a message mN(u)(k)m^{(k)}_{N(u)} based on this aggregated neighborhood information.

Image 0

0

1

Updated 2026-06-15

Tags

Data Science