RELIANT: Fair Knowledge Distillation for Graph Neural Networks
Yushun Dong, Binchi Zhang, Yiling Yuan, Na Zou, Qi Wang, Jundong Li

TL;DR
This paper introduces RELIANT, a fair knowledge distillation framework for GNNs that reduces bias in student models without sacrificing accuracy, enabling fairer and more efficient deployment on resource-constrained devices.
Contribution
The paper formulates the problem of fair knowledge distillation for GNNs and proposes RELIANT, a model-agnostic framework that mitigates bias in student GNNs during distillation.
Findings
RELIANT achieves less biased GNN knowledge distillation.
RELIANT maintains high prediction utility.
The framework is adaptable to various GNN-based KD methods.
Abstract
Graph Neural Networks (GNNs) have shown satisfying performance on various graph learning tasks. To achieve better fitting capability, most GNNs are with a large number of parameters, which makes these GNNs computationally expensive. Therefore, it is difficult to deploy them onto edge devices with scarce computational resources, e.g., mobile phones and wearable smart devices. Knowledge Distillation (KD) is a common solution to compress GNNs, where a light-weighted model (i.e., the student model) is encouraged to mimic the behavior of a computationally expensive GNN (i.e., the teacher GNN model). Nevertheless, most existing GNN-based KD methods lack fairness consideration. As a consequence, the student model usually inherits and even exaggerates the bias from the teacher GNN. To handle such a problem, we take initial steps towards fair knowledge distillation for GNNs. Specifically, we…
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
TopicsAdvanced Graph Neural Networks · Advanced Neural Network Applications · Machine Learning and ELM
MethodsKnowledge Distillation
