Home Knowledge Base Equalized Odds

Equalized Odds is the fairness criterion requiring that an AI classifier have equal true positive rates and equal false positive rates across all protected groups — stronger than demographic parity because it requires not just equal outcomes but equal accuracy across groups, ensuring the model makes comparably correct and incorrect decisions regardless of group membership.

What Is Equalized Odds?

Why Equalized Odds Matters

Mathematical Formulation

For classifier Ŷ, true label Y, and sensitive attribute A ∈ {0,1}:

Equal TPR (Equal Opportunity): P(Ŷ=1 | Y=1, A=0) = P(Ŷ=1 | Y=1, A=1)

Equal FPR: P(Ŷ=1 | Y=0, A=0) = P(Ŷ=1 | Y=0, A=1)

Equalized Odds = Equal TPR AND Equal FPR simultaneously.

The Impossibility Result

Chouldechova (2017) proved that when base rates differ across groups, it is mathematically impossible to simultaneously satisfy: 1. Equalized odds (equal TPR and FPR) 2. Calibration (score = probability of positive outcome) 3. Demographic parity (equal positive rates)

This means every fairness metric involves a genuine trade-off — there is no algorithm that is simultaneously "fair" by all definitions when group base rates differ.

Post-Processing for Equalized Odds

Hardt et al. proposed a practical post-processing solution:

Equalized Odds vs. Related Metrics

MetricTPR EqualFPR EqualBase Rate BlindNotes
Demographic ParityNoNoNoEasiest to enforce
Equal OpportunityYesNoNoAsymmetric — favors recall
Equalized OddsYesYesNoStrong, requires both conditions
Predictive ParityEqual PPV: different concern
CalibrationScore accuracy, not decision fairness

Implementation Tools

Equalized odds is the gold standard fairness metric for high-stakes classification — by requiring accuracy parity rather than mere outcome parity, it ensures AI systems do not systematically punish one group with higher false positive rates or deny another group with lower true positive rates, addressing the most concrete mechanisms through which algorithmic discrimination causes real harm.

equalized oddsfalse positiverate

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.