Fairness Through Awareness
Cynthia Dwork, Moritz Hardt, Toniann Pitassi, Omer Reingold, Rich Zemel
TL;DR
The paper presents a metric-based framework for fairness in classification, enforcing that similar individuals receive similar outcomes via a Lipschitz constraint and modeling the classifier as a randomized map to outcome distributions. It formulates fairness as a linear program that minimizes expected loss under the Lipschitz constraint, and analyzes connections to statistical parity through Earthmover distance, providing conditions under which individual fairness implies group fairness. It also introduces fair affirmative action via parity-aware optimization, and shows how the approach relates to differential privacy, enabling DP techniques in fairness contexts, with scalable mechanisms under bounded doubling dimension. The discussion covers practical metric design, potential health-care applications (e.g., AALIM-style metrics), and open questions about information leakage and metric specification.
Abstract
We study fairness in classification, where individuals are classified, e.g., admitted to a university, and the goal is to prevent discrimination against individuals based on their membership in some group, while maintaining utility for the classifier (the university). The main conceptual contribution of this paper is a framework for fair classification comprising (1) a (hypothetical) task-specific metric for determining the degree to which individuals are similar with respect to the classification task at hand; (2) an algorithm for maximizing utility subject to the fairness constraint, that similar individuals are treated similarly. We also present an adaptation of our approach to achieve the complementary goal of "fair affirmative action," which guarantees statistical parity (i.e., the demographics of the set of individuals receiving any classification are the same as the demographics of the underlying population), while treating similar individuals as similarly as possible. Finally, we discuss the relationship of fairness to privacy: when fairness implies privacy, and how tools developed in the context of differential privacy may be applied to fairness.
