Investigating and Mitigating Degree-Related Biases in Graph Convolutional Networks
Xianfeng Tang, Huaxiu Yao, Yiwei Sun, Yiqi Wang, Jiliang Tang, Charu, Aggarwal, Prasenjit Mitra, Suhang Wang

TL;DR
This paper identifies degree-related biases in Graph Convolutional Networks (GCNs) that favor high-degree nodes and proposes a novel self-supervised degree-specific GCN method to mitigate these biases, significantly improving low-degree node performance.
Contribution
The paper introduces a degree-specific GCN layer and a self-supervised learning algorithm with Bayesian pseudo labels to reduce degree biases in GCNs, enhancing low-degree node accuracy.
Findings
SL-DSGC outperforms state-of-the-art methods.
Significant accuracy improvements for low-degree nodes.
Theoretical proof of degree bias in GCNs.
Abstract
Graph Convolutional Networks (GCNs) show promising results for semi-supervised learning tasks on graphs, thus become favorable comparing with other approaches. Despite the remarkable success of GCNs, it is difficult to train GCNs with insufficient supervision. When labeled data are limited, the performance of GCNs becomes unsatisfying for low-degree nodes. While some prior work analyze successes and failures of GCNs on the entire model level, profiling GCNs on individual node level is still underexplored. In this paper, we analyze GCNs in regard to the node degree distribution. From empirical observation to theoretical proof, we confirm that GCNs are biased towards nodes with larger degrees with higher accuracy on them, even if high-degree nodes are underrepresented in most graphs. We further develop a novel Self-Supervised-Learning Degree-Specific GCN (SL-DSGC) that mitigate 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Network
