TL;DR
This paper introduces a method to improve GNN performance by transforming input graphs into multi-relational graphs with enhanced assortativity, capturing diverse mixing patterns and preserving rich information, leading to better semi-supervised node classification results.
Contribution
The paper proposes a novel graph transformation technique that enhances assortativity and incorporates structural and proximity information, improving GNN learnability on diverse real-world networks.
Findings
GNN performance correlates with node-level assortativity.
Transforming graphs into multi-relational structures improves classification accuracy.
Adaptive use of structure and proximity edges enhances GNN effectiveness.
Abstract
Graph neural networks (GNNs) have achieved tremendous success on multiple graph-based learning tasks by fusing network structure and node features. Modern GNN models are built upon iterative aggregation of neighbor's/proximity features by message passing. Its prediction performance has been shown to be strongly bounded by assortative mixing in the graph, a key property wherein nodes with similar attributes mix/connect with each other. We observe that real world networks exhibit heterogeneous or diverse mixing patterns and the conventional global measurement of assortativity, such as global assortativity coefficient, may not be a representative statistic in quantifying this mixing. We adopt a generalized concept, node-level assortativity, one that is based at the node level to better represent the diverse patterns and accurately quantify the learnability of GNNs. We find that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
