Inferensys

Glossary

Disparate Impact

A legal doctrine and quantitative fairness metric that identifies facially neutral practices which disproportionately harm members of a protected group, often measured by the 80% rule.
Stylish WeWork-like workspace with hot desks and document wall, professional searching through enterprise knowledge base on a mounted ultrawide display, warm industrial pendants overhead.
FAIRNESS DOCTRINE

What is Disparate Impact?

A legal doctrine and quantitative fairness metric that identifies facially neutral practices which disproportionately harm members of a protected group, often measured by the 80% rule.

Disparate impact is a legal doctrine originating in U.S. employment law that prohibits facially neutral policies, practices, or algorithms that disproportionately harm members of a protected class, such as those defined by race, color, or gender, regardless of intent. In machine learning, it serves as a primary quantitative fairness metric to detect unintentional discrimination, where a model's selection or approval rate for a disadvantaged group is substantially lower than for a privileged group.

The standard quantitative test is the 80% rule (or four-fifths rule), where a selection rate for a protected group that is less than 80% of the rate for the group with the highest selection rate constitutes evidence of adverse impact. This is a threshold for triggering a deeper audit, not a definitive measure of illegality, and is distinct from Disparate Treatment, which requires proof of intentional discrimination.

LEGAL & QUANTITATIVE FRAMEWORK

Core Characteristics of Disparate Impact

Disparate impact is a legal doctrine and a quantitative fairness metric that identifies facially neutral policies or algorithms that disproportionately harm members of a protected group. It focuses on the effects of a practice, not its intent.

01

The 80% Rule (Four-Fifths Rule)

The primary quantitative benchmark for identifying disparate 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 evidence of adverse impact.

  • Formula: (Selection Rate of Protected Group) / (Selection Rate of Highest Group) < 0.80
  • Example: If a hiring algorithm advances 60% of male applicants but only 30% of female applicants, the ratio is 0.50, signaling a potential violation.
  • Statistical Significance: Courts may also require that the disparity is statistically significant, often at the p < 0.05 level.
< 0.80
Adverse Impact Ratio Threshold
02

Business Necessity Defense

Once a plaintiff establishes a prima facie case of disparate impact, the burden shifts to the defendant to prove the challenged practice is job-related and consistent with business necessity. The practice must be predictive of or significantly correlated with important elements of work behavior.

  • Validation: Employers must demonstrate the practice is properly validated, often through content, criterion, or construct validity studies.
  • Title VII: Codified in the Civil Rights Act of 1991, which explicitly placed the burden of proof for business necessity on the employer.
03

Less Discriminatory Alternative

Even if an employer proves business necessity, a plaintiff can still prevail by demonstrating that a less discriminatory alternative exists that serves the employer's legitimate interest equally well but with a less severe disparate impact.

  • Refusal to Adopt: The employer's refusal to adopt such an alternative is treated as a violation.
  • Algorithmic Context: In ML, this often involves re-training a model with a fairness constraint or using a different feature set that achieves comparable accuracy with reduced group disparity.
04

Disparate Impact vs. Disparate Treatment

A critical legal distinction separates these two forms of discrimination. Disparate treatment is intentional discrimination—an employer knowingly treats an individual differently because of a protected characteristic.

  • Disparate Impact: Unintentional; a neutral policy has a disproportionately adverse effect.
  • Proof of Intent: Disparate impact does not require proof of discriminatory motive. It is an effects-based doctrine.
  • Legal Origin: Disparate impact was established by the Supreme Court in Griggs v. Duke Power Co. (1971).
05

Proxy Variables & Indirect Discrimination

A model can cause disparate impact even without direct access to a protected attribute like race or gender. This occurs through proxy discrimination, where a non-protected feature serves as a stand-in.

  • Classic Proxy: Zip code or neighborhood strongly correlates with race due to historical housing segregation.
  • Algorithmic Redlining: Using a proxy like browser history or purchasing patterns to offer different credit terms to different groups.
  • Detection: Requires auditing feature importance and correlation matrices between model inputs and protected attributes.
06

Measuring Disparate Impact in ML

Beyond the 80% rule, modern fairness toolkits implement statistical measures to quantify disparate impact in classification models.

  • Demographic Parity Difference: The difference in positive prediction rates between groups. A value of 0 indicates perfect parity.
  • Disparate Impact Ratio: The ratio of positive prediction rates. A value of 1.0 indicates no disparate impact.
  • Tooling: Libraries like Fairlearn, AIF360, and TensorFlow Fairness Indicators compute these metrics directly from model predictions and sensitive attribute data.
DISPARATE IMPACT EXPLAINED

Frequently Asked Questions

Clear, technical answers to the most common questions about the legal doctrine and quantitative measurement of disparate impact in algorithmic systems.

Disparate impact is a legal doctrine under U.S. anti-discrimination law that identifies facially neutral policies or practices which disproportionately harm members of a protected group, even without discriminatory intent. Established by the Supreme Court in Griggs v. Duke Power Co. (1971), it shifted the focus from intentional discrimination to the statistical consequences of employment and lending practices. In the algorithmic context, a model that uses no protected attributes directly but produces significantly different approval rates across racial or gender groups may still violate disparate impact law. The legal framework follows a three-step burden-shifting process: the plaintiff must first establish a prima facie case by showing a statistically significant disparity; the defendant must then demonstrate the practice is job-related and consistent with business necessity; finally, the plaintiff can still prevail by showing a less discriminatory alternative exists that the defendant refused to adopt.

LEGAL DOCTRINE COMPARISON

Disparate Impact vs. Disparate Treatment

A comparison of the two primary legal theories of discrimination under U.S. employment and fair housing law, distinguishing between facially neutral policies with discriminatory effects and intentional differential treatment.

FeatureDisparate ImpactDisparate Treatment

Legal Definition

A facially neutral policy or practice that disproportionately harms members of a protected group, regardless of intent.

Intentional differential treatment of an individual based on their membership in a protected class.

Discriminatory Intent

Facially Neutral Policy

Primary Legal Test

The 80% rule (Four-Fifths Rule) and statistical significance testing of adverse impact ratios.

The McDonnell Douglas burden-shifting framework requiring proof of discriminatory motive.

Burden of Proof

Plaintiff must demonstrate a statistically significant disparity; burden shifts to defendant to prove business necessity.

Plaintiff must establish a prima facie case of intentional discrimination; defendant must articulate a legitimate, non-discriminatory reason.

Employer Defense

Business necessity and job-relatedness; the challenged practice is essential to the business and consistent with business necessity.

Legitimate, non-discriminatory reason for the adverse action; plaintiff must then prove pretext.

Remedial Action

Modify or eliminate the discriminatory policy; adopt an alternative practice with less disparate impact that still serves business needs.

Cease discriminatory behavior; provide back pay, reinstatement, or compensatory damages to the affected individual.

Governing Statute (U.S.)

Title VII of the Civil Rights Act of 1964 (as amended in 1991); Fair Housing Act.

Title VII of the Civil Rights Act of 1964; 42 U.S.C. § 1981; Age Discrimination in Employment Act.

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.