LGCYSep 2, 2024

Debiasing Graph Representation Learning based on Information Bottleneck

arXiv:2409.01367v14 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses fairness issues in graph-based applications like finance and social networks, offering a stable alternative to adversarial methods, though it is incremental as it builds on existing variational auto-encoder techniques.

The paper tackles the problem of discriminatory predictions in graph representation learning by introducing GRAFair, a framework based on a variational graph auto-encoder that achieves fairness without adversarial training, showing effectiveness in fairness, utility, robustness, and stability across real-world datasets.

Graph representation learning has shown superior performance in numerous real-world applications, such as finance and social networks. Nevertheless, most existing works might make discriminatory predictions due to insufficient attention to fairness in their decision-making processes. This oversight has prompted a growing focus on fair representation learning. Among recent explorations on fair representation learning, prior works based on adversarial learning usually induce unstable or counterproductive performance. To achieve fairness in a stable manner, we present the design and implementation of GRAFair, a new framework based on a variational graph auto-encoder. The crux of GRAFair is the Conditional Fairness Bottleneck, where the objective is to capture the trade-off between the utility of representations and sensitive information of interest. By applying variational approximation, we can make the optimization objective tractable. Particularly, GRAFair can be trained to produce informative representations of tasks while containing little sensitive information without adversarial training. Experiments on various real-world datasets demonstrate the effectiveness of our proposed method in terms of fairness, utility, robustness, and stability.

Foundations

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

Your Notes