Fair Representation Learning for Continuous Sensitive Attributes using Expectation of Integral Probability Metrics
Insung Kong, Kunwoong Kim, Yongdai Kim
TL;DR
This work addresses fair representation learning when the sensitive attribute is continuous by introducing the Expectation of IPMs (EIPM) as a principled fairness metric and developing FREM (Fair Representation using EIPM). EIPM compares the conditional and marginal distributions of the learned representation across the continuous sensitive attribute, and is estimated with a kernel-smoothed, finite-sample approach using MMD as the discriminator. The paper proves convergence and asymptotic fairness guarantees for the estimator and demonstrates, through extensive experiments on tabular and graph data, that FREM achieves superior fairness-accuracy trade-offs relative to both continuous-attribute baselines and traditional FRL methods that rely on binning. The results highlight the practical potential of EIPM-based FRL to deliver fair downstream predictions without requiring discretization of the sensitive attribute, with robust performance across kernels and data domains.
Abstract
AI fairness, also known as algorithmic fairness, aims to ensure that algorithms operate without bias or discrimination towards any individual or group. Among various AI algorithms, the Fair Representation Learning (FRL) approach has gained significant interest in recent years. However, existing FRL algorithms have a limitation: they are primarily designed for categorical sensitive attributes and thus cannot be applied to continuous sensitive attributes, such as age or income. In this paper, we propose an FRL algorithm for continuous sensitive attributes. First, we introduce a measure called the Expectation of Integral Probability Metrics (EIPM) to assess the fairness level of representation space for continuous sensitive attributes. We demonstrate that if the distribution of the representation has a low EIPM value, then any prediction head constructed on the top of the representation become fair, regardless of the selection of the prediction head. Furthermore, EIPM possesses a distinguished advantage in that it can be accurately estimated using our proposed estimator with finite samples. Based on these properties, we propose a new FRL algorithm called Fair Representation using EIPM with MMD (FREM). Experimental evidences show that FREM outperforms other baseline methods.
