LGCYMar 19, 2024

FairSIN: Achieving Fairness in Graph Neural Networks through Sensitive Information Neutralization

arXiv:2403.12474v238 citationsAAAI
Originality Highly original
AI Analysis

This addresses fairness issues in GNNs for applications involving sensitive data, representing a novel paradigm rather than an incremental improvement.

The paper tackles the problem of biased predictions in graph neural networks based on sensitive attributes like race and gender, proposing FairSIN which uses fairness-facilitating features to neutralize sensitive bias, achieving significant fairness improvements while maintaining high prediction accuracies on five benchmark datasets.

Despite the remarkable success of graph neural networks (GNNs) in modeling graph-structured data, like other machine learning models, GNNs are also susceptible to making biased predictions based on sensitive attributes, such as race and gender. For fairness consideration, recent state-of-the-art (SOTA) methods propose to filter out sensitive information from inputs or representations, e.g., edge dropping or feature masking. However, we argue that such filtering-based strategies may also filter out some non-sensitive feature information, leading to a sub-optimal trade-off between predictive performance and fairness. To address this issue, we unveil an innovative neutralization-based paradigm, where additional Fairness-facilitating Features (F3) are incorporated into node features or representations before message passing. The F3 are expected to statistically neutralize the sensitive bias in node representations and provide additional nonsensitive information. We also provide theoretical explanations for our rationale, concluding that F3 can be realized by emphasizing the features of each node's heterogeneous neighbors (neighbors with different sensitive attributes). We name our method as FairSIN, and present three implementation variants from both data-centric and model-centric perspectives. Experimental results on five benchmark datasets with three different GNN backbones show that FairSIN significantly improves fairness metrics while maintaining high prediction accuracies.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes