Learn Before
Formula

Symmetric Normalization

To normalize neighborhood aggregation based on the degrees of both the target and neighbor nodes, researchers have suggested using symmetric normalization:

mN(u)=vN(u)hvN(u)N(v)\mathbf{m}_{\mathcal{N}(u)} = \sum_{v \in \mathcal{N}(u)} \frac{\mathbf{h}_v}{\sqrt{|\mathcal{N}(u)| |\mathcal{N}(v)|}}

This approach divides each neighbor's representation by the geometric mean of their degrees, reducing the influence of extremely high-degree nodes.

0

1

Updated 2026-06-14

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences