TL;DR
FairDrop is a novel biased edge dropout method designed to improve fairness in graph representation learning by counteracting homophily, with minimal impact on accuracy, applicable to various models and evaluated on benchmark tasks.
Contribution
The paper introduces FairDrop, a flexible, efficient biased edge dropout algorithm that enhances fairness in graph learning and can be integrated with existing methods.
Findings
FairDrop improves fairness with minimal accuracy loss.
It can be combined with different graph models.
The method outperforms some state-of-the-art fairness solutions.
Abstract
Graph representation learning has become a ubiquitous component in many scenarios, ranging from social network analysis to energy forecasting in smart grids. In several applications, ensuring the fairness of the node (or graph) representations with respect to some protected attributes is crucial for their correct deployment. Yet, fairness in graph deep learning remains under-explored, with few solutions available. In particular, the tendency of similar nodes to cluster on several real-world graphs (i.e., homophily) can dramatically worsen the fairness of these procedures. In this paper, we propose a novel biased edge dropout algorithm (FairDrop) to counter-act homophily and improve fairness in graph representation learning. FairDrop can be plugged in easily on many existing algorithms, is efficient, adaptable, and can be combined with other fairness-inducing solutions. After describing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDropout
