Share your thoughts, 1 month free Claude Pro on usSee more
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 ClassificationCora (test)
Mean Accuracy87.28
861
Node ClassificationCiteseer (test)
Accuracy0.7635
824
Node ClassificationPubMed (test)
Accuracy89.88
546
Node Classificationogbn-arxiv (test)
Accuracy72.94
433
Node ClassificationChameleon (test)
Mean Accuracy76.79
297
Node ClassificationCornell (test)
Mean Accuracy84.32
274
Node ClassificationTexas (test)
Mean Accuracy84.6
269
Node ClassificationSquirrel (test)
Mean Accuracy70.05
267
Node ClassificationWisconsin (test)
Mean Accuracy87.64
239
Node ClassificationActor (test)
Mean Accuracy0.3664
237
Showing 10 of 11 rows

Other info

Code

Follow for update