Redirecting to original paper in 30 seconds...
Click below to go immediately or wait for automatic redirect
📄 Abstract
Abstract: Graph Neural Networks (GNNs) have achieved great success but are often
considered to be challenged by varying levels of homophily in graphs. Recent
empirical studies have surprisingly shown that homophilic GNNs can perform well
across datasets of different homophily levels with proper hyperparameter
tuning, but the underlying theory and effective architectures remain unclear.
To advance GNN universality across varying homophily, we theoretically revisit
GNN message passing and uncover a novel smoothness-generalization dilemma,
where increasing hops inevitably enhances smoothness at the cost of
generalization. This dilemma hinders learning in higher-order homophilic
neighborhoods and all heterophilic ones, where generalization is critical due
to complex neighborhood class distributions that are sensitive to shifts
induced by noise and sparsity. To address this, we introduce the Inceptive
Graph Neural Network (IGNN) built on three simple yet effective design
principles, which alleviate the dilemma by enabling distinct hop-wise
generalization alongside improved overall generalization with adaptive
smoothness. Benchmarking against 30 baselines demonstrates IGNN's superiority
and reveals notable universality in certain homophilic GNN variants. Our code
and datasets are available at https://github.com/galogm/IGNN.
Authors (8)
Ming Gu
Zhuonan Zheng
Sheng Zhou
Meihan Liu
Jiawei Chen
Tanyu Qiao
+2 more
Submitted
December 13, 2024
Key Contributions
Theoretically revisits GNN message passing to uncover a 'smoothness-generalization dilemma' that hinders performance on heterophilic graphs. Introduces the Inceptive Graph Neural Network (IGNN) with three design principles to overcome this dilemma, making GNNs strong baselines across varying homophily levels.
Business Value
Enables more reliable and effective application of GNNs across a wider range of real-world graph data, improving performance in areas like social network analysis, recommendation systems, and drug discovery.