Constructing Fair Latent Space for Intersection of Fairness and Explainability
Hyungjun Joo, Hyeonggeun Han, Sehwan Kim, Sangwoo Hong, Jungwoo Lee
TL;DR
This work tackles the intersection of fairness and explainability by introducing a modular platform that augments a pretrained generative model with a fair latent-space module. By disentangling label information $Z^Y$ from sensitive attributes $Z^S$ using information bottleneck principles and enforcing a diagonal, evenly scaled covariance via an invertible neural network, the approach enables faithful counterfactual explanations and per-instance fairness. Empirical results on CelebA, CelebAHQ, and UTKFace show substantial improvements in EO, DP, and WGA over baselines, while maintaining efficiency by-training only the INN module. The method yields actionable counterfactuals and explanations that help stakeholders assess and trust model decisions, with practical implications for deploying fair generative systems without full retraining of large models.
Abstract
As the use of machine learning models has increased, numerous studies have aimed to enhance fairness. However, research on the intersection of fairness and explainability remains insufficient, leading to potential issues in gaining the trust of actual users. Here, we propose a novel module that constructs a fair latent space, enabling faithful explanation while ensuring fairness. The fair latent space is constructed by disentangling and redistributing labels and sensitive attributes, allowing the generation of counterfactual explanations for each type of information. Our module is attached to a pretrained generative model, transforming its biased latent space into a fair latent space. Additionally, since only the module needs to be trained, there are advantages in terms of time and cost savings, without the need to train the entire generative model. We validate the fair latent space with various fairness metrics and demonstrate that our approach can effectively provide explanations for biased decisions and assurances of fairness.
