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

Scale Invariance of Graph Neural Networks

About

We address two fundamental challenges in Graph Neural Networks (GNNs): (1) the lack of theoretical support for invariance learning, a critical property in image processing, and (2) the absence of a unified model capable of excelling on both homophilic and heterophilic graph datasets. To tackle these issues, we establish and prove scale invariance in graphs, extending this key property to graph learning, and validate it through experiments on real-world datasets. Leveraging directed multi-scaled graphs and an adaptive self-loop strategy, we propose ScaleNet, a unified network architecture that achieves state-of-the-art performance across four homophilic and two heterophilic benchmark datasets. Furthermore, we show that through graph transformation based on scale invariance, uniform weights can replace computationally expensive edge weights in digraph inception networks while maintaining or improving performance. For another popular GNN approach to digraphs, we demonstrate the equivalence between Hermitian Laplacian methods and GraphSAGE with incidence normalization. ScaleNet bridges the gap between homophilic and heterophilic graph learning, offering both theoretical insights into scale invariance and practical advancements in unified graph learning. Our implementation is publicly available at https://github.com/Qin87/ScaleNet/tree/Aug23.

Qin Jiang, Chengjia Wang, Michael Lones, Wei Pang• 2024

Related benchmarks

TaskDatasetResultRank
Node ClassificationChameleon
Accuracy80.1
549
Node ClassificationSquirrel
Accuracy76
500
Node ClassificationCiteseer
Accuracy68.3
275
Node ClassificationCora-ML
Accuracy82.3
228
Node ClassificationwikiCS
Accuracy79.3
198
Node ClassificationTelegram
Accuracy96.8
17
Node ClassificationCora-ML imbalanced, ratio 100:1 (test)
Accuracy64.9
7
Node ClassificationCiteSeer imbalanced, ratio 100:1 (test)
Accuracy43.1
7
Node ClassificationWikiCS imbalanced, ratio 100:1 (test)
Accuracy71
7
Showing 9 of 9 rows

Other info

Code

Follow for update