IRAILGDec 10, 2023

No prejudice! Fair Federated Graph Neural Networks for Personalized Recommendation

arXiv:2312.10080v244 citationsAAAI
Originality Incremental advance
AI Analysis

It addresses fairness and privacy issues in recommendation systems for applications like healthcare and e-commerce, though it is incremental as it combines existing techniques like GNNs and federated learning with fairness constraints.

The paper tackles bias in recommendation systems across demographic groups by proposing F2PGNN, a fair federated personalized graph neural network framework that mitigates group unfairness by 47% to 99% compared to state-of-the-art methods while preserving privacy.

Ensuring fairness in Recommendation Systems (RSs) across demographic groups is critical due to the increased integration of RSs in applications such as personalized healthcare, finance, and e-commerce. Graph-based RSs play a crucial role in capturing intricate higher-order interactions among entities. However, integrating these graph models into the Federated Learning (FL) paradigm with fairness constraints poses formidable challenges as this requires access to the entire interaction graph and sensitive user information (such as gender, age, etc.) at the central server. This paper addresses the pervasive issue of inherent bias within RSs for different demographic groups without compromising the privacy of sensitive user attributes in FL environment with the graph-based model. To address the group bias, we propose F2PGNN (Fair Federated Personalized Graph Neural Network), a novel framework that leverages the power of Personalized Graph Neural Network (GNN) coupled with fairness considerations. Additionally, we use differential privacy techniques to fortify privacy protection. Experimental evaluation on three publicly available datasets showcases the efficacy of F2PGNN in mitigating group unfairness by 47% - 99% compared to the state-of-the-art while preserving privacy and maintaining the utility. The results validate the significance of our framework in achieving equitable and personalized recommendations using GNN within the FL landscape.

Foundations

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

Your Notes