LGCRMLNov 5, 2023

Certified Defense on the Fairness of Graph Neural Networks

arXiv:2311.02757v33 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses fairness vulnerabilities in GNNs for applications like social network analysis, though it is incremental as it builds on existing GNN defense methods.

The paper tackles the problem of certifiable defense against fairness corruption in Graph Neural Networks (GNNs) by proposing the ELEGANT framework, which ensures fairness cannot be corrupted under certain perturbation budgets without requiring retraining.

Graph Neural Networks (GNNs) have emerged as a prominent graph learning model in various graph-based tasks over the years. Nevertheless, due to the vulnerabilities of GNNs, it has been empirically shown that malicious attackers could easily corrupt the fairness level of their predictions by adding perturbations to the input graph data. In this paper, we take crucial steps to study a novel problem of certifiable defense on the fairness level of GNNs. Specifically, we propose a principled framework named ELEGANT and present a detailed theoretical certification analysis for the fairness of GNNs. ELEGANT takes {\em any} GNN as its backbone, and the fairness level of such a backbone is theoretically impossible to be corrupted under certain perturbation budgets for attackers. Notably, ELEGANT does not make any assumptions over the GNN structure or parameters, and does not require re-training the GNNs to realize certification. Hence it can serve as a plug-and-play framework for any optimized GNNs ready to be deployed. We verify the satisfactory effectiveness of ELEGANT in practice through extensive experiments on real-world datasets across different backbones of GNNs and parameter settings.

Code Implementations1 repo
Foundations

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

Your Notes