Revisiting (Un)Fairness in Recourse by Minimizing Worst-Case Social Burden
Ainhize Barrainkua, Giovanni De Toni, Jose Antonio Lozano, Novi Quadrianto
TL;DR
This work studies fairness in algorithmic recourse by linking prediction quality to recourse burden across groups. It critiques traditional equal-cost metrics and introduces a social-burden framework, culminating in MISOB, a minimax-based training method that reduces the worst-group burden while preserving overall accuracy and without accessing sensitive attributes during training. The authors establish theoretical connections between classifier decisions and recourse costs, and empirically validate MISOB on real datasets against multiple recourse methods, showing robust improvements in fairness across groups. The approach offers a practical, pipeline-aware tool for enhancing recourse fairness with broad applicability and no requirement for sensitive attribute data in training or deployment, signaling a meaningful step toward fairer decision-making systems.
Abstract
Machine learning based predictions are increasingly used in sensitive decision-making applications that directly affect our lives. This has led to extensive research into ensuring the fairness of classifiers. Beyond just fair classification, emerging legislation now mandates that when a classifier delivers a negative decision, it must also offer actionable steps an individual can take to reverse that outcome. This concept is known as algorithmic recourse. Nevertheless, many researchers have expressed concerns about the fairness guarantees within the recourse process itself. In this work, we provide a holistic theoretical characterization of unfairness in algorithmic recourse, formally linking fairness guarantees in recourse and classification, and highlighting limitations of the standard equal cost paradigm. We then introduce a novel fairness framework based on social burden, along with a practical algorithm (MISOB), broadly applicable under real-world conditions. Empirical results on real-world datasets show that MISOB reduces the social burden across all groups without compromising overall classifier accuracy.
