LGAIOCJan 24, 2022

Learning Optimal Fair Classification Trees: Trade-offs Between Interpretability, Fairness, and Accuracy

arXiv:2201.09932v531 citations
Originality Highly original
AI Analysis

This addresses the need for interpretable and fair machine learning in high-stakes domains, representing an incremental improvement with a novel method for a known bottleneck.

The authors tackled the problem of developing interpretable and fair classification algorithms by proposing a mixed integer optimization framework for learning optimal classification trees with fairness constraints, achieving almost full parity in decisions with a trade-off of about 4.2 percentage points in accuracy compared to complex models.

The increasing use of machine learning in high-stakes domains -- where people's livelihoods are impacted -- creates an urgent need for interpretable, fair, and highly accurate algorithms. With these needs in mind, we propose a mixed integer optimization (MIO) framework for learning optimal classification trees -- one of the most interpretable models -- that can be augmented with arbitrary fairness constraints. In order to better quantify the "price of interpretability", we also propose a new measure of model interpretability called decision complexity that allows for comparisons across different classes of machine learning models. We benchmark our method against state-of-the-art approaches for fair classification on popular datasets; in doing so, we conduct one of the first comprehensive analyses of the trade-offs between interpretability, fairness, and predictive accuracy. Given a fixed disparity threshold, our method has a price of interpretability of about 4.2 percentage points in terms of out-of-sample accuracy compared to the best performing, complex models. However, our method consistently finds decisions with almost full parity, while other methods rarely do.

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