arXiv:2607.14705cs.LG2026-07

无需敏感属性信息,用梯度分布实现图神经网络公平性

Grad2Fair: A Gradient-driven Approach for Graph Fairness without Demographics

论文配图:Grad2Fair: A Gradient-driven Approach for Graph Fairness without Demographics
图 1 · 摘自论文原文
  • 通过分析误分类节点的梯度分布,捕捉隐含的群体偏差
  • 在多个真实数据集上,公平性表现优于现有方法
  • 无需预测敏感属性,适合隐私敏感或数据缺失场景

图神经网络常因对特定群体(如性别、种族)产生偏见而面临群体公平性问题。现有多数方法依赖完整的敏感属性信息,但实际中该信息往往不可得。少数研究尝试用预测的属性作为代理,但预测误差会削弱公平性效果。本文提出无需敏感属性的新方法:观察到误分类节点的梯度分布中隐含群体信息,提出GradDist度量梯度局部模式间的距离以量化偏差;进而设计梯度引导的公平性方法Grad2Fair,直接利用梯度进行去偏,避免属性预测。实验表明,该方法在多个真实数据集上均显著优于基线模型。

原文摘要 · Abstract (English)

Graph neural networks (GNNs) frequently encounter group fairness issues, often yielding biased predictions against specific demographic groups defined by sensitive attributes such as gender or race. While this challenge has motivated extensive research, most existing solutions rely on the strong assumption that demographics are fully available. To bypass this strict requirement, a few recent studies have attempted to use predicted demographics as proxies to enforce fairness constraints. However, predicted demographics may be inaccurate, resulting in the failure to improve fairness. In this work, we investigate the problem of graph fairness without demographic information and avoid the utilization of predicted demographics. Motivated by our observation that the gradient distributions of misclassified nodes implicitly encode demographic information, we first propose GradDist, a gradient-based metric that quantifies bias by measuring the distance between local modes within these distributions. To mitigate this bias, we propose Gradient-to-Fairness (Grad2Fair), a gradient-guided approach for group fairness without demographics. Due to the potential demographics in gradients, Grad2Fair directly leverages gradients to debias and eliminates demographic prediction, thereby enabling stable fairness performance. Experiments on several real-world datasets demonstrate the effectiveness of Grad2Fair, as evidenced by superior performance over baselines in most cases. Our code is available at https://github.com/ZzoomD/Grad2Fair.

图神经网络公平性无监督梯度分析

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。