LGJan 27, 2022

FairEGM: Fair Link Prediction and Recommendation via Emulated Graph Modification

arXiv:2201.11596v224 citations
AI Analysis

This addresses fairness issues in GNN-based recommendations, which is critical for underserved communities, but the approach is incremental as it builds on existing graph modification ideas.

The paper tackles bias in Graph Neural Networks (GNNs) for link prediction and recommendation by jointly optimizing task accuracy and demographic parity, using emulated graph modification techniques. It demonstrates improved fairness by several factors with negligible accuracy loss on four real-world datasets.

As machine learning becomes more widely adopted across domains, it is critical that researchers and ML engineers think about the inherent biases in the data that may be perpetuated by the model. Recently, many studies have shown that such biases are also imbibed in Graph Neural Network (GNN) models if the input graph is biased, potentially to the disadvantage of underserved and underrepresented communities. In this work, we aim to mitigate the bias learned by GNNs by jointly optimizing two different loss functions: one for the task of link prediction and one for the task of demographic parity. We further implement three different techniques inspired by graph modification approaches: the Global Fairness Optimization (GFO), Constrained Fairness Optimization (CFO), and Fair Edge Weighting (FEW) models. These techniques mimic the effects of changing underlying graph structures within the GNN and offer a greater degree of interpretability over more integrated neural network methods. Our proposed models emulate microscopic or macroscopic edits to the input graph while training GNNs and learn node embeddings that are both accurate and fair under the context of link recommendations. We demonstrate the effectiveness of our approach on four real world datasets and show that we can improve the recommendation fairness by several factors at negligible cost to link prediction accuracy.

Foundations

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

Your Notes