Inferensys

Glossary

Disparate Impact Ratio

A fairness metric that compares the rate of favorable outcomes for a protected group to that of a reference group, identifying potential indirect discrimination in automated decision systems.
Isolated secure server room with network cables physically disconnected, minimal lighting, security-focused environment.
FAIRNESS METRIC

What is Disparate Impact Ratio?

The disparate impact ratio is a quantitative fairness metric used to detect indirect discrimination in algorithmic decision-making by comparing outcome rates between groups.

The disparate impact ratio is a statistical fairness metric that quantifies the relative rate at which a protected group receives a favorable outcome from an algorithm compared to a reference group. It is calculated by dividing the selection rate of the protected class by the selection rate of the reference group, with a value below 0.80 typically triggering regulatory scrutiny under the four-fifths rule.

This metric is a core component of algorithmic impact assessments and bias detection audits. Unlike demographic parity, it does not require equal outcomes but flags adverse impact when a policy or model disproportionately disadvantages a group. It is essential for evaluating proxy variables and ensuring compliance with anti-discrimination regulations.

QUANTITATIVE FAIRNESS METRIC

Core Characteristics of the Disparate Impact Ratio

The Disparate Impact Ratio (DIR) is a statistical measure used to detect indirect discrimination in algorithmic decision-making. It quantifies the relative rate at which a protected group receives a favorable outcome compared to a reference group.

01

The 80% Rule (Four-Fifths Rule)

The foundational threshold for adverse impact, originating from the Uniform Guidelines on Employee Selection Procedures (1978). A selection rate for a protected group that is less than 80% of the rate for the group with the highest selection rate is generally regarded as evidence of adverse impact.

  • Formula: DIR = (Selection Rate of Protected Group) / (Selection Rate of Reference Group)
  • Threshold: DIR < 0.80 triggers further investigation
  • Example: If 60% of Group A is approved but only 30% of Group B, the DIR is 0.50, signaling a potential violation.
< 0.80
Adverse Impact Threshold
03

Distinction from Disparate Treatment

Disparate impact focuses on facially neutral policies that produce discriminatory effects, regardless of intent. This differs fundamentally from disparate treatment, which requires proof of intentional discrimination.

  • Disparate Impact: Unintentional discrimination caused by a neutral policy (e.g., a height requirement that disproportionately excludes women).
  • Disparate Treatment: Intentional discrimination (e.g., explicitly refusing to hire based on race).
  • Legal Context: The DIR is a tool to prove the former, where motive is absent but statistical disparity exists.
04

Application in Machine Learning Fairness

In AI auditing, the DIR is a core metric for evaluating binary classifiers in high-stakes domains like lending, hiring, and criminal justice. It is often used alongside Equalized Odds and Demographic Parity.

  • Pre-deployment Audit: Calculate DIR on test data before model release.
  • Post-deployment Monitoring: Track DIR in production to detect concept drift that introduces bias.
  • Limitation: DIR does not account for the ground truth base rate differences between groups, which is addressed by metrics like Equalized Odds.
05

Remediation and Mitigation Strategies

When a model exhibits a DIR below the 0.80 threshold, several technical and procedural mitigations can be applied to restore fairness without necessarily sacrificing overall accuracy.

  • Pre-processing: Reweighing or resampling training data to balance representation.
  • In-processing: Adding fairness constraints directly into the model's loss function during training.
  • Post-processing: Adjusting decision thresholds independently for different groups to equalize acceptance rates.
  • Business Justification: If a low DIR is unavoidable, the model owner must demonstrate the policy is a business necessity with no less-discriminatory alternative.
06

Regulatory Significance under the EU AI Act

For high-risk AI systems under the EU AI Act, conducting a disparate impact analysis is a critical component of the mandatory Algorithmic Impact Assessment and Fundamental Rights Impact Assessment.

  • Conformity Assessment: Providers must demonstrate that bias has been detected and mitigated.
  • Transparency Obligations: The methodology for calculating and addressing the DIR must be documented in the model card and technical documentation.
  • Post-Market Monitoring: Continuous tracking of the DIR is required to ensure the system remains compliant after deployment.
FAIRNESS METRICS

Frequently Asked Questions

Clear answers to the most common questions about the Disparate Impact Ratio, its calculation, and its role in algorithmic fairness assessments.

The Disparate Impact Ratio (DIR) is a fairness metric that quantifies the relative rate at which a protected group receives a favorable outcome compared to a reference group. It is calculated by dividing the selection rate (the proportion of individuals receiving a positive prediction) of the protected group by the selection rate of the reference group. A DIR of 1.0 indicates perfect parity, while a value below 0.8 (the four-fifths rule) is a common regulatory threshold signaling potential indirect discrimination under U.S. employment law. For example, if a loan approval model accepts 90% of a reference group but only 45% of a protected group, the DIR is 0.5, indicating a severe adverse impact.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.