paper-with-me

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 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, here we take a fresh look at the problem of bias mitigation in graph-based learning by borrowing insights from graph signal processing. Our idea is to introduce predesigned graph filters within an ML pipeline to reduce a novel unsupervised bias measure, namely the correlation between sensitive attributes and the underlying graph connectivity. We show that the optimal design of said filters can be cast as a convex problem in the graph spectral domain. We also formulate a linear programming (LP) problem informed by a theoretical bias analysis, which attains a closed-form solution and leads to a more efficient fairness-aware graph filter. Finally, for a design whose degrees of freedom are independent of the input graph size, we minimize the bias metric over the family of polynomial graph convolutional filters. Our optimal filter designs offer complementary strengths to explore favorable fairness-utility-complexity tradeoffs. For performance evaluation, we conduct extensive and reproducible node classification experiments over real-world networks. Our results show that the proposed framework leads to better fairness measures together with similar utility compared to state-of-the-art fairness-aware baselines.

📄 PDF Abstract BibTeX arXiv:2310.14432

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingFairnessNode Classification

Similar 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…

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

Towards Fairness-aware Adversarial Network Pruning

2023-01-01 · ICCV 2023 1 · Lei Zhang, Zhibo Wang, Xiaowei Dong, Yunhe Feng 외

Network pruning aims to compress models while minimizing loss in accuracy. With the increasing focus on bias in AI systems, the bias inheriting or even magnification nature of traditional network pruning methods has …

FairnessNetwork Pruning

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