Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Universal Deep GNNs: Rethinking Residual Connection in GNNs from a Path Decomposition Perspective for Preventing the Over-smoothing

About

The performance of GNNs degrades as they become deeper due to the over-smoothing. Among all the attempts to prevent over-smoothing, residual connection is one of the promising methods due to its simplicity. However, recent studies have shown that GNNs with residual connections only slightly slow down the degeneration. The reason why residual connections fail in GNNs is still unknown. In this paper, we investigate the forward and backward behavior of GNNs with residual connections from a novel path decomposition perspective. We find that the recursive aggregation of the median length paths from the binomial distribution of residual connection paths dominates output representation, resulting in over-smoothing as GNNs go deeper. Entangled propagation and weight matrices cause gradient smoothing and prevent GNNs with residual connections from optimizing to the identity mapping. Based on these findings, we present a Universal Deep GNNs (UDGNN) framework with cold-start adaptive residual connections (DRIVE) and feedforward modules. Extensive experiments demonstrate the effectiveness of our method, which achieves state-of-the-art results over non-smooth heterophily datasets by simply stacking standard GNNs.

Jie Chen, Weiqi Liu, Zhizhong Huang, Junbin Gao, Junping Zhang, Jian Pu• 2022

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer (test)
Accuracy0.7635
729
Node ClassificationCora (test)
Mean Accuracy87.28
687
Node ClassificationPubMed (test)
Accuracy89.88
500
Node Classificationogbn-arxiv (test)
Accuracy72.94
382
Node ClassificationSquirrel (test)
Mean Accuracy70.05
234
Node ClassificationChameleon (test)
Mean Accuracy76.79
230
Node ClassificationTexas (test)
Mean Accuracy84.6
228
Node ClassificationWisconsin (test)
Mean Accuracy87.64
198
Node ClassificationCornell (test)
Mean Accuracy84.32
188
Node ClassificationActor (test)
Mean Accuracy0.3664
143
Showing 10 of 11 rows

Other info

Code

Follow for update