LGITJun 20, 2022

Classification Utility, Fairness, and Compactness via Tunable Information Bottleneck and Rényi Measures

arXiv:2206.10043v38 citationsh-index: 33
Originality Incremental advance
AI Analysis

This work addresses the societal need for fair AI in critical applications by providing a method that balances accuracy, fairness, and representation compactness, though it is incremental as it builds on existing information bottleneck and fairness techniques.

The paper tackles the problem of designing machine learning algorithms that are accurate, fair, and compact by proposing the Rényi Fair Information Bottleneck Method (RFIB), which incorporates constraints for utility, fairness (demographic parity and equalized odds), and compression, and shows that RFIB outperforms state-of-the-art approaches on various metrics across image and tabular datasets.

Designing machine learning algorithms that are accurate yet fair, not discriminating based on any sensitive attribute, is of paramount importance for society to accept AI for critical applications. In this article, we propose a novel fair representation learning method termed the Rényi Fair Information Bottleneck Method (RFIB) which incorporates constraints for utility, fairness, and compactness (compression) of representation, and apply it to image and tabular data classification. A key attribute of our approach is that we consider - in contrast to most prior work - both demographic parity and equalized odds as fairness constraints, allowing for a more nuanced satisfaction of both criteria. Leveraging a variational approach, we show that our objectives yield a loss function involving classical Information Bottleneck (IB) measures and establish an upper bound in terms of two Rényi measures of order $α$ on the mutual information IB term measuring compactness between the input and its encoded embedding. We study the influence of the $α$ parameter as well as two other tunable IB parameters on achieving utility/fairness trade-off goals, and show that the $α$ parameter gives an additional degree of freedom that can be used to control the compactness of the representation. Experimenting on three different image datasets (EyePACS, CelebA, and FairFace) and two tabular datasets (Adult and COMPAS), using both binary and categorical sensitive attributes, we show that on various utility, fairness, and compound utility/fairness metrics RFIB outperforms current state-of-the-art approaches.

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