FairRARI: A Plug and Play Framework for Fairness-Aware PageRank
Emmanouil Kariotakis, Aritra Konar
TL;DR
FairRARI addresses fairness in PageRank by casting PR as a variational problem and enforcing group-fairness via a convex constraint set, solved with a simple, convergent fixed-point scheme that mirrors standard PR updates. The framework supports multiple fairness notions (φ-sum, α-min, and their combination) with linear-time projections, ensuring a target fairness level without sacrificing the original PR’s asymptotic efficiency. Theoretical results prove convergence to a unique fair PR solution and demonstrate that FairRARI outperforms post-processing baselines in preserving graph structure while achieving fairness. Empirical results across 22 real-world graphs show significant utility gains and reliable fairness across 2- and 4-group settings, establishing FairRARI as a practical and scalable tool for fairness-aware graph centrality.
Abstract
PageRank (PR) is a fundamental algorithm in graph machine learning tasks. Owing to the increasing importance of algorithmic fairness, we consider the problem of computing PR vectors subject to various group-fairness criteria based on sensitive attributes of the vertices. At present, principled algorithms for this problem are lacking - some cannot guarantee that a target fairness level is achieved, while others do not feature optimality guarantees. In order to overcome these shortcomings, we put forth a unified in-processing convex optimization framework, termed FairRARI, for tackling different group-fairness criteria in a ``plug and play'' fashion. Leveraging a variational formulation of PR, the framework computes fair PR vectors by solving a strongly convex optimization problem with fairness constraints, thereby ensuring that a target fairness level is achieved. We further introduce three different fairness criteria which can be efficiently tackled using FairRARI to compute fair PR vectors with the same asymptotic time-complexity as the original PR algorithm. Extensive experiments on real-world datasets showcase that FairRARI outperforms existing methods in terms of utility, while achieving the desired fairness levels across multiple vertex groups; thereby highlighting its effectiveness.
