paper-with-me

Papers

Fairness-Aware Graph Filter Design

2023-03-20 · O. Deniz Kose, Yanning Shen, Gonzalo Mateos

Graphs are mathematical tools that can be used to represent complex real-world systems, such as financial markets and social networks. Hence, machine learning (ML) over graphs has attracted significant attention recently. However, it has been demonstrated that ML over graphs amplifies the already existing bias towards certain under-represented groups in various decision-making problems due to the information aggregation over biased graph structures. Faced with this challenge, in this paper, we design a fair graph filter that can be employed in a versatile manner for graph-based learning tasks. The design of the proposed filter is based on a bias analysis and its optimality in mitigating bias compared to its fairness-agnostic counterpart is established. Experiments on real-world networks for node classification demonstrate the efficacy of the proposed filter design in mitigating bias, while attaining similar utility and better stability compared to baseline algorithms.

📄 PDF Abstract BibTeX arXiv:2303.11459

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessNode Classification

Similar Papers 제목 키워드 기반

Fairness-aware Optimal Graph Filter Design

2023-10-22 · O. Deniz Kose, Yanning Shen, Gonzalo Mateos

Graphs are mathematical tools that can be used to represent complex real-world interconnected systems, such as financial markets and social networks. Hence, machine learning (ML) over graphs has attracted significant att…

Decision MakingFairnessNode Classification

A Benchmark for Fairness-Aware Graph Learning

2024-07-16 · Yushun Dong, Song Wang, Zhenyu Lei, Zaiyi Zheng 외

Fairness-aware graph learning has gained increasing attention in recent years. Nevertheless, there lacks a comprehensive benchmark to evaluate and compare different fairness-aware graph learning methods, which blocks pra…

Computational EfficiencyFairnessGraph Learning

FairGT: A Fairness-aware Graph Transformer

2024-04-26 · Renqiang Luo, Huafei Huang, Shuo Yu, Xiuzhen Zhang 외

The design of Graph Transformers (GTs) generally neglects considerations for fairness, resulting in biased outcomes against certain sensitive subgroups. Since GTs encode graph information without relying on message-passi…

Fairnessfeature selectionGraph Learning

Graph Neural Network Surrogates of Fair Graph Filtering

2023-03-14 · Emmanouil Krasanakis, Symeon Papadopoulos

Graph filters that transform prior node values to posterior scores via edge propagation often support graph mining tasks affecting humans, such as recommendation and ranking. Thus, it is important to make them fair in te…

FairnessGraph MiningGraph Neural Network

Adversarial Attacks on Fairness of Graph Neural Networks

2023-10-20 · Binchi Zhang, Yushun Dong, Chen Chen, Yada Zhu 외

Fairness-aware graph neural networks (GNNs) have gained a surge of attention as they can reduce the bias of predictions on any demographic group (e.g., female) in graph-based applications. Although these methods greatly …

Fairness