LGCCCYJan 27, 2024

Distribution-Specific Auditing For Subgroup Fairness

arXiv:2401.16439v24 citationsh-index: 2FORC
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently auditing fairness in machine learning models for subgroups, with both positive and negative results under specific distributional assumptions, making it an incremental advance in algorithmic fairness.

The paper tackles the problem of auditing classifiers for statistical subgroup fairness, showing that for Gaussian feature distributions, a polynomial-time approximation scheme (PTAS) can be achieved for homogeneous halfspace subgroups, but under cryptographic assumptions, no polynomial-time algorithm can guarantee nontrivial auditing for general halfspace subgroups.

We study the problem of auditing classifiers with the notion of statistical subgroup fairness. Kearns et al. (2018) has shown that the problem of auditing combinatorial subgroups fairness is as hard as agnostic learning. Essentially all work on remedying statistical measures of discrimination against subgroups assumes access to an oracle for this problem, despite the fact that no efficient algorithms are known for it. If we assume the data distribution is Gaussian, or even merely log-concave, then a recent line of work has discovered efficient agnostic learning algorithms for halfspaces. Unfortunately, the reduction of Kearns et al. was formulated in terms of weak, "distribution-free" learning, and thus did not establish a connection for families such as log-concave distributions. In this work, we give positive and negative results on auditing for Gaussian distributions: On the positive side, we present an alternative approach to leverage these advances in agnostic learning and thereby obtain the first polynomial-time approximation scheme (PTAS) for auditing nontrivial combinatorial subgroup fairness: we show how to audit statistical notions of fairness over homogeneous halfspace subgroups when the features are Gaussian. On the negative side, we find that under cryptographic assumptions, no polynomial-time algorithm can guarantee any nontrivial auditing, even under Gaussian feature distributions, for general halfspace subgroups.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes