Mental model
Intersectional Fairness
AI fairness that considers how multiple identities (race, gender, age, disability) combine to create unique forms of algorithmic harm.
Discover
An AI hiring tool shows 95% overall fairness scores for women and for Black applicants separately. But Black women report being rejected at triple the rate of white men. Should the company trust the 95% score or investigate further?
What matters more for fairness?
See why group-level fairness can fail at the margins.
Understand
Understand
Intersectional fairness means AI systems should treat people fairly even when they belong to multiple marginalized groups at once—like being both a woman and a person of color, or being elderly and disabled. Check this: When evaluating AI systems, ask whether they were tested for fairness across combinations of identities, not just one characteristic at a time.
Full explanation
Full explanation
Intersectional fairness addresses a critical blind spot in AI fairness: treating demographic categories as independent when real people experience overlapping identities simultaneously. Standard fairness metrics (like demographic parity or equalized odds) are typically computed separately for race, gender, age, or disability status. This assumes fairness for each group individually guarantees fairness for combinations—but research shows this is mathematically false. Subgroups at intersections can experience amplified harms that remain invisible in aggregate metrics.
Consider a facial recognition system tested for fairness across racial groups (white, Black, Asian) and across gender (male, female) separately. Both analyses might show acceptable error rates. Yet Black women—who sit at the intersection—often face dramatically higher error rates because the system wasn't trained on enough examples of their specific intersection. The harm compounds rather than averaging out. This pattern repeats across domains: hiring algorithms that discriminate against women with disabilities, credit scoring systems that penalize immigrants of color, healthcare AI that underestimates pain for elderly Black patients.
The practical challenge is combinatorial explosion. Most organizations lack representative data for all these combinations. This forces tradeoffs: prioritize certain intersections based on risk assessments, use synthetic data or reweighting techniques, or accept that some harms will go undetected. The emerging best practice is "intersectional auditing"—proactively testing highest-risk intersections and designing systems that fail gracefully when data is sparse rather than silently degrading.
Research
Research
Intersectionality, coined by legal scholar Kimberlé Crenshaw (1989), describes how overlapping social identities create combined systems of discrimination. In AI ethics, this framework reveals why single-axis fairness metrics fail to protect multiply-marginalized groups. Research demonstrates that subgroup fairness guarantees are mathematically independent from group-level fairness—satisfying the latter does not ensure the former.
- Mitchell et al. (2019): Algorithmic fairness evaluated only on protected attributes independently can mask severe disparities at intersections of multiple attributes; they introduce "intersectional fairness" as requiring that no intersectional subgroup experience worse outcomes than the population average. [1]
- Kearns et al. (2018): Develop "multicalibration" techniques to ensure predictions are well-calibrated not just overall but across exponentially many intersecting subgroups, providing a computationally tractable approach to intersectional fairness. [2]
- Buolamwini and Gebru (2018): Found that commercial gender classification systems performed nearly perfectly on lighter-skinned males (error rate 0.8%) but failed dramatically on darker-skinned females (error rate 34.7%), demonstrating how intersectional identity compounds algorithmic harm. [3]
Key formal concept: subgroup fairness requires that a model's error rate or prediction distribution satisfies fairness constraints not only for major demographic groups but for all combinations of protected attributes. This is stricter than group fairness and requires specialized auditing techniques.
Limitations
Limitations
Intersectional fairness faces fundamental practical and theoretical challenges. Data sparsity is the primary barrier: many intersectional groups have small sample sizes, making statistical validation difficult and potentially violating privacy constraints. The combinatorial explosion of possible identity combinations means comprehensive testing is impossible—researchers must prioritize which intersections to audit, which itself involves value judgments about which harms matter most. Some scholars argue that intersectional fairness, while necessary, remains insufficient without addressing root causes of bias in training data and institutional structures. Others note that focusing on technical fixes within AI systems may distract from broader societal inequalities these systems often mirror and amplify.
Try it
Synthesize
Choose a pattern from the guide, then pick an action to try with it.
Which pattern stands out?
What will you try?
Choose a pattern above to select an action.
Sources
Sources
- [1] Algorithmic Fairness: Choices, Assumptions, and DefinitionsMitchell et al. - 2019
- [2] Multicalibration: Calibration for the (Computationally-Identifiable) MassesKearns et al. - 2018
- [3] Gender Shades: Intersectional Accuracy Disparities in Commercial Gender ClassificationBuolamwini and Gebru - 2018
- [4] Demarginalizing the Intersection of Race and SexKimberlé Crenshaw - 1989
- [5] Intersectional Fairness in Machine LearningStanford Human-Centered AI - 2023
Try it
Check your understanding
A company tests their AI hiring tool for gender fairness (100% parity) and racial fairness (98% parity). They confidently deploy it. Three months later, they discover Latina applicants were hired at 20% the rate of white men. What went wrong?
Show the guide's explanation
Answer: Gender and race fairness separately don't guarantee intersectional fairness
Fairness on single axes (gender OR race) does not guarantee fairness at their intersection (gender AND race). This is the core insight of intersectional fairness—subgroups can face unique compounded harms that remain invisible when testing each demographic dimension independently.
Which real-world finding best demonstrates the need for intersectional fairness in AI systems?
Show the guide's explanation
Answer: Facial recognition had 0.8% error on lighter-skinned males but 34.7% on darker-skinned females
This documented disparity from Buolamwini and Gebru's Gender Shades study shows how error rates compound at the intersection of race and gender. The system might have looked acceptably fair across racial groups and across genders separately, but the intersection revealed dramatically worse performance.
A hospital implements an AI diagnostic tool that is audited for fairness across age groups and across racial groups separately. Both audits show acceptable performance. Should elderly Black patients feel confident their care will be equitable?
Show the guide's explanation
Answer: No, the intersection wasn't tested and could show different results
Without explicitly testing intersectional groups, there's no mathematical guarantee that fairness extends to combinations of identities. Elderly Black patients could face unique compounded harms that neither the age audit nor the racial audit would detect. This is why intersectional auditing is necessary despite being more resource-intensive.
Keep exploring
Find another idea for the decision in front of you.
The complete Reframo library is free to read. Explore another guide whenever you are ready.