LGAug 11, 2021

EDITS: Modeling and Mitigating Data Bias for Graph Neural Networks

arXiv:2108.05233v2173 citationsHas Code
AI Analysis

This addresses fairness concerns in high-stake applications like online fraud detection, offering a scalable solution for various GNN models, though it is incremental by focusing on data rather than model debiasing.

The paper tackles the problem of data bias in attributed networks for Graph Neural Networks (GNNs), proposing a model-agnostic framework called EDITS that debiases input data to achieve fairer GNN decisions, with experiments showing effectiveness in bias mitigation and utility maintenance.

Graph Neural Networks (GNNs) have shown superior performance in analyzing attributed networks in various web-based applications such as social recommendation and web search. Nevertheless, in high-stake decision-making scenarios such as online fraud detection, there is an increasing societal concern that GNNs could make discriminatory decisions towards certain demographic groups. Despite recent explorations on fair GNNs, these works are tailored for a specific GNN model. However, myriads of GNN variants have been proposed for different applications, and it is costly to fine-tune existing debiasing algorithms for each specific GNN architecture. Different from existing works that debias GNN models, we aim to debias the input attributed network to achieve fairer GNNs through feeding GNNs with less biased data. Specifically, we propose novel definitions and metrics to measure the bias in an attributed network, which leads to the optimization objective to mitigate bias. We then develop a framework EDITS to mitigate the bias in attributed networks while maintaining the performance of GNNs in downstream tasks. EDITS works in a model-agnostic manner, i.e., it is independent of any specific GNN. Experiments demonstrate the validity of the proposed bias metrics and the superiority of EDITS on both bias mitigation and utility maintenance. Open-source implementation: https://github.com/yushundong/EDITS.

Code Implementations1 repo
Foundations

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

Your Notes