Towards Label Position Bias in Graph Neural Networks
Haoyu Han, Xiaorui Liu, Feng Shi, MohamadAli Torkamani, Charu C., Aggarwal, Jiliang Tang

TL;DR
This paper identifies a new bias in Graph Neural Networks called label position bias, which favors nodes closer to labeled nodes, and proposes a method to mitigate this bias, improving fairness and performance.
Contribution
The paper introduces the label position bias in GNNs, proposes a metric to measure it, and develops an optimization framework to reduce this bias in graph structures.
Findings
Label position bias correlates with performance disparities.
The proposed method reduces bias and improves accuracy.
Extensive experiments validate the effectiveness of the approach.
Abstract
Graph Neural Networks (GNNs) have emerged as a powerful tool for semi-supervised node classification tasks. However, recent studies have revealed various biases in GNNs stemming from both node features and graph topology. In this work, we uncover a new bias - label position bias, which indicates that the node closer to the labeled nodes tends to perform better. We introduce a new metric, the Label Proximity Score, to quantify this bias, and find that it is closely related to performance disparities. To address the label position bias, we propose a novel optimization framework for learning a label position unbiased graph structure, which can be applied to existing GNNs. Extensive experiments demonstrate that our proposed method not only outperforms backbone methods but also significantly mitigates the issue of label position bias in GNNs.
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Machine Learning and Data Classification
