Concept

Neighborhood Normalization

The most basic neighborhood aggregator takes a sum of a node’s neighbors. One drawback of this is that it’s highly sensitive to the node degrees. So there’s several ways of normalizing the aggregator.

Although it solves the degree sensitivity problem, it also caused loss of information. Indeed, it has been proven that an normalized GNN is less powerful than an not normalized GNN.

0

1

Updated 2022-07-10

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science

Related
Learn After