Responsible AI
Fairness Mitigation Across Data, Models, Decisions, and Institutions
Compare pre-processing, in-processing, post-processing, workflow redesign, and remedy while preserving trade-offs and legal context.
By the end you can
- Explain why fairness mitigation can act on framing, data, labels, models, thresholds, workflows, resources, and remedy, depending on the harm mechanism
- Distinguish Pre-processing, In-processing, and Post-processing and workflow
- Identify evidence that connects problem framing to institution and remedy
- Design a review that moves from diagnose the mechanism to monitor and remedy
Example
The label was cost, and no threshold could fix that
A commercial health-risk algorithm affecting millions of patients had a defect, and the defect was nowhere near the cut-off. The system had been trained to predict health-care cost rather than illness. So the score being thresholded was a prediction of spending. Every adjustment to where the line fell still ranked patients by spending. The dissection ran in Science in 2019, by Obermeyer and colleagues. Their abstract states what a change of label alone would have done: “Remedying this disparity would increase the percentage of Black patients receiving additional help from 17.7 to 46.5%.” That is 28.8 percentage points. The choice of what to predict moved all of it. The threshold moved none.
- Post-processing: Moving the cut-off changes the distribution of modeled errors. Here it did nothing, because the quantity being cut was still cost.
- Upstream inequality: What the cost label records happened long before the model saw a record. NIST Special Publication 1270 files that class of source under systemic bias, alongside statistical and human bias.
- Label concern: Cost stood in for need. Changing that one thing takes the share of Black patients receiving additional help from 17.7% to 46.5% — 28.8 percentage points out of the label, none of it out of the threshold.
- Operational constraint: A programme has a fixed number of places. Relabelling changes which patients fill them, not how many people can be helped at all.
- Residual harm: Anyone who never became a scored record is absent from the evaluation, and no rebalancing of the scored population brings them into it.
Steps
Diagnose the mechanism before choosing the method
Diagnose the mechanism before choosing a method. A threshold fix applied to a labeling problem moves the disparity somewhere less visible.
Step four is not a formality. In 2023 the Supreme Court of the United States held, in Students for Fair Admissions v. Harvard, that Harvard's and UNC's race-conscious admissions programmes violate the Equal Protection Clause of the Fourteenth Amendment. The same opinion left the framing layer open. Chief Justice Roberts wrote for the Court: “At the same time, as all parties agree, nothing in this opinion should be construed as prohibiting universities from considering an applicant’s discussion of how race affected his or her life, be it through discrimination, inspiration, or otherwise.” In that jurisdiction, a group-conditioned decision rule and a change to what an applicant is asked to write are not merely differently effective. They are differently lawful. Step four has a citation to reach for rather than a worry to express.
1. Diagnose the mechanism
Link the disparity to framing, data, label, model, threshold, or process.
2. Generate layered options
Include technical, policy, resource, and non-AI interventions.
3. Simulate trade-offs
Measure benefits, error shifts, calibration, workload, and access.
4. Review legality and feasibility
Assess sensitive data, group-aware decisions, capacity, and user rights.
5. Monitor and remedy
Track outcomes, complaints, feedback loops, and compensation.
From the cheapest change to the hardest
Fairness mitigation should aim at whatever mechanism is actually creating the unjustified harm. An intervention can change how the data are collected, which labels are used, which features are read, which objectives are optimised, how the inputs are represented. It can change thresholds, workflow, how resources are shared out, support, or remedy. Pre-processing improves coverage or reweights examples. In-processing adds constraints or adversarial objectives. Post-processing alters thresholds or decisions. Institutional redesign changes eligibility, support, capacity, and recourse. Each of them moves benefits, errors, and burden differently.
Those interventions run roughly from the cheapest change to the hardest. The reflex to stop at the cheap end is documented rather than merely suspected. NIST Special Publication 1270, from 2022, identifies three categories of AI bias — systemic, statistical and human — and names the habit outright: “Likely due to expectations based on techno-solutionism and a lack of mature AI process governance, organizations often default to overly technical solutions for AI bias issues.” A national standards body is saying that the technical fix gets shipped while the systemic and institutional sources get overlooked.
The health-risk algorithm is that sentence with numbers attached. The technical layer was available, cheap and useless. The label was where the 17.7% to 46.5% was hiding.
Cheapness is the reason most teams stop at thresholds, and it is not a reason the threshold was the mechanism.
Visual
The most effective layer is furthest from the model
Framing, data, training, decision policy, institution: five places to intervene, and the most effective one is often the furthest from the model.
The outermost box is not decorative, and it is reached late. The Dutch Tax Administration used (dual) nationality as an indicator in a system that automatically flagged childcare-benefit applications as risky. In May 2018 some 1.4 million people were still registered as dual nationals in its systems. On 7 December 2021 the Dutch Data Protection Authority fined the Tax Administration EUR 2.75 million. The processing had been unlawful, discriminatory and improper. The authority's chair, Aleid Wolfsen, put the penalty inside a longer process rather than calling it a repair: “Obviously this fine cannot undo any of the harm done. But it is an important step within a broader recovery process.” That is the institution-and-remedy layer working exactly as designed. Years downstream, in money, on harm that the framing and data layers had already done.
- 1
Problem framing
Redefine the task, target, eligibility, or decision role.
- 2
Data and labels
Improve coverage, measurement, annotation, weighting, and proxy choice.
- 3
Model training
Use constraints, regularizers, adversarial methods, or multi-objective optimization.
- 4
Decision policy
Adjust thresholds, abstention, allocation, and human review.
- 5
Institution and remedy
Redesign access, support, capacity, appeal, and compensation.
Comparison
Pre-processing, In-processing, or Post-processing and workflow?
Pre-processing changes the evidence. In-processing changes the objective. Post-processing changes the decision after the model has already spoken. Two published results put prices on the second and third columns, so the trade-offs stop being adjectives.
In-processing. Adversarial debiasing was applied to the UCI Adult census dataset in 2018, and the headline barely moved: “We notice that debiasing has only a small effect on overall accuracy (86.0% vs 84.5%), and that the debiased model indeed (nearly) obeys equality of odds”. That is Zhang and colleagues. The aggregate held. The burden shifted. Women's false-positive rate rose from 0.0248 to 0.0647 while men's fell from 0.0917 to 0.0701. Men's false-negative rate rose from 0.3667 to 0.4349. Somebody absorbed the constraint, and only the disaggregated table says who.
Post-processing and workflow. One fixed credit score, four fairness criteria, four different prices in lender profit. Hardt and colleagues post-processed a sample of 301,536 TransUnion TransRisk (FICO) scores from 2003 and reported in 2016: “A race blind threshold gets 99.3% of the maximal profit, equal opportunity gets 92.8%, equalized odds gets 80.2%, and demographic parity only 69.8%.” The adjustment also requires the protected attribute at decision time. The method's own authors state that condition. It is the one the third column has to live with.
Pre-processing
Changes evidence before training.
- Can improve representation or measurement
- May distort distributions or hide label problems
- Often reusable across models
- Example: targeted data collection and reweighting
In-processing
Changes the learning objective or representation.
- Can optimize a defined fairness constraint
- Requires technical access and stable labels
- Trade-offs can be opaque
- Example: constrained loss or adversarial debiasing
Post-processing and workflow
Changes outputs, thresholds, or operational decisions.
- Can work with fixed models
- May need protected attributes at decision time
- Can shift burdens to review queues
- Example: group thresholds, abstention, support
Example
One option at every layer
Force at least one option at every layer, then say plainly who absorbs the extra errors, delay and review that the chosen one creates. Published tables answer that question. Headline accuracy and headline fairness metrics do not.
- Intervention matrix: List at least one option at each lifecycle layer, the label included. That is where the health-risk algorithm's disparity actually lived, and it is the layer a threshold-shaped review never reaches.
- Burden transfer: Identify who absorbs extra errors, delay, review, or documentation. Adversarial debiasing on UCI Adult moved overall accuracy from 86.0% to 84.5%. In the same run, men's false-negative rate moved from 0.3667 to 0.4349 and women's false-positive rate from 0.0248 to 0.0647. The single accuracy number concealed both.
- Attribute governance: Explain whether protected data are needed for audit, mitigation, or monitoring — and under which permission. Article 10(5) of the EU AI Act lets providers of high-risk systems process special categories of personal data exceptionally, strictly for bias detection and correction under Article 10(2)(f)-(g). Six cumulative conditions (a)-(f) attach, one of them that the data be deleted once the bias has been corrected.
- Rollback criterion: Define when a fairness intervention should be reversed or redesigned, and define it before deployment. Ofqual's summer 2020 standardisation model was abandoned on 17 August 2020, with grades reissued at the centre assessment grade where that was higher — a rollback written under national pressure rather than in advance.
Key idea
One metric improved on one test set
Mitigation is not complete. Not when one metric improves on a test set. A team should examine utility, calibration, subgroup errors, individual cases, operational capacity, legal constraints, and new feedback loops. Operational capacity is the one that usually turns a fixed metric back into an unfixed queue.
Some interventions need sensitive attributes in order to audit or correct them. That question now has a legal answer rather than a shrug. Admissions systems are high-risk under the EU AI Act, Regulation (EU) 2024/1689, by Annex III point 3(a). Article 10(5) then provides: “To the extent that it is strictly necessary for the purpose of ensuring bias detection and correction in relation to the high-risk AI systems in accordance with paragraph (2), points (f) and (g) of this Article, the providers of such systems may exceptionally process special categories of personal data, subject to appropriate safeguards for the fundamental rights and freedoms of natural persons.” Six cumulative conditions (a)-(f) attach, including deletion of the data once the bias has been corrected. The permission is narrow. It is still a permission. The instrument governs the attribute rather than forbidding it, because removing those attributes altogether can make disparities impossible to measure at all.
The health-risk algorithm is the same warning read from the other end. A threshold moved on that score would have improved whatever metric it was pointed at, while 17.7% against 46.5% stayed sitting in the label, unmeasured and unnamed.
Dropping the sensitive attributes removes the ability to see a disparity, not the disparity — an audit that cannot measure a gap cannot report one either.
The operational conclusion — fairness mitigation
A mitigation moves burden as well as error, so the monitoring plan has to watch the group that was doing fine before the intervention.
State the rollback conditions in advance: what would force the team to redesign, restrict, remedy, or retire the system. Ofqual shows what happens when they are not stated. Of 718,276 A level entries in summer 2020, the standardisation model adjusted 35.6% down by one grade, 3.3% down by two and 0.2% down by three or more. That is 39.1% downgraded against 2.2% raised. The same interim report, published on 13 August 2020, carries a reassuring headline: “Overall, 96.4% of A level and 91.5% of AS grades awarded were the same as, or within 1 grade, of that submitted by the centre.” Both numbers are true. The aggregate is the one that reads as safety. On 17 August 2020 the model was abandoned. The Office for Statistics Regulation later recorded that “The grades in all four countries were re-issued based on the grades that schools and colleges had originally submitted”, and found that the models' limitations had not been fully communicated. Four days is what an undefined rollback criterion costs.
The law orders these layers rather than merely listing them. Article 9(5) of the EU AI Act governs how risk management measures are chosen for high-risk systems. First, eliminate or reduce the identified risk through adequate design and development, as far as that is technically feasible. Second, where appropriate, add mitigation and control measures for the risks that design alone cannot eliminate. Third, provide the required information and, where appropriate, training to deployers. Informing the deployer comes last. It is a residual step, not a substitute for the first two.
Key takeaways
- Fairness mitigation should target the mechanism that creates unjustified harm. In the commercial health-risk algorithm dissected in Science in 2019, that mechanism was the label — health-care cost standing in for illness — and remedying it would raise the share of Black patients receiving additional help from 17.7 to 46.5%.
- Pre-processing, in-processing, post-processing and institutional redesign address different layers. NIST Special Publication 1270 reported in 2022 that organisations often default to overly technical solutions while systemic and institutional sources of bias are overlooked.
- Improving one fairness metric can worsen calibration, workload, access, or another group's outcome. Adversarial debiasing on UCI Adult moved overall accuracy only from 86.0% to 84.5%, while women's false-positive rate rose from 0.0248 to 0.0647 and men's false-negative rate rose from 0.3667 to 0.4349.
- Sensitive attributes may be necessary for auditing and mitigation, which creates privacy and legal duties. Article 10(5) of the EU AI Act permits providers of high-risk systems to process special categories of personal data only exceptionally, strictly for bias detection and correction under Article 10(2)(f)-(g), under six cumulative conditions (a)-(f) including deletion once the bias has been corrected.
- Operational capacity and resource constraints shape the real effect of threshold changes. Post-processing one fixed score over 301,536 TransUnion TransRisk (FICO) scores yielded 99.3% of maximal profit for a race blind threshold, 92.8% for equal opportunity, 80.2% for equalized odds and 69.8% for demographic parity.
- Monitoring and remedy are part of mitigation rather than afterthoughts. Ofqual abandoned its summer 2020 standardisation model on 17 August 2020 and reissued grades at the centre assessment grade where that was higher, and the Dutch Data Protection Authority's EUR 2.75 million fine on the Dutch Tax Administration arrived on 7 December 2021, after the harm.