English

Disparate Conditional Prediction in Multiclass Classifiers

Machine Learning 2025-10-10 v4 Computers and Society Machine Learning

Abstract

We propose methods for auditing multiclass classifiers for fairness under multiclass equalized odds,by estimating the deviation from equalized odds when the classifier is not completely fair. We generalize to multiclass classifiers the measure of Disparate Conditional Prediction (DCP), originally suggested by Sabato & Yom-Tov (2020) for binary classifiers. DCP is defined as the fraction of the population for which the classifier predicts with conditional prediction probabilities that differ from the closest common baseline. We provide new local-optimization methods for estimating the multiclass DCPunder two different regimes,one in which the conditional confusion matrices for each protected sub-population are known, and one in which these cannot be estimated, for instance, because the classifier is inaccessible or because good-quality individual-level data is not available. These methods can be used to detect classifiers that likely treat a significant fraction of the population unfairly. Experiments demonstrate the accuracy of the methods. Code is provided at https://github.com/sivansabato/DCPmulticlass.

Keywords

Cite

@article{arxiv.2206.03234,
  title  = {Disparate Conditional Prediction in Multiclass Classifiers},
  author = {Sivan Sabato and Eran Treister and Elad Yom-Tov},
  journal= {arXiv preprint arXiv:2206.03234},
  year   = {2025}
}

Comments

Published at ICML 2025

R2 v1 2026-06-24T11:41:54.401Z