Fairness-Accuracy Tradeoff
The fairness-accuracy tradeoff refers to the frequently observed tension between how accurate a machine learning model is and how fairly it treats different groups, where efforts to make a model fairer can sometimes reduce its overall predictive accuracy. It reflects the idea that improving one objective may come at the expense of the other, though whether and how strongly this occurs depends on the specific fairness measure chosen and the nature of the data. It is not a fixed law that fairness always harms accuracy; the relationship varies by context.
The fairness-accuracy tradeoff describes the tension, widely discussed in the machine learning fairness literature, in which enforcing a chosen fairness constraint or notion tends to change—often reduce—a model's predictive accuracy or utility. The existence and magnitude of the tradeoff are contingent on the specific fairness metric applied, the underlying data-generating process (including whether the data is biased or unbiased), and the modeling setup; some work analyzes it from a causal perspective and argues it cannot be treated as an unconditional given. Practitioners should note that 'accuracy' here typically refers to a performance metric on the modeling task, while 'fairness' is not a single quantity but depends on the fairness notion selected, so the tradeoff is not uniform across definitions or contexts. This entry describes a technical property of statistical models and is distinct from broader governance or regulatory definitions of fairness; contested and evolving definitions of both 'fairness' and the tradeoff itself are out of scope for a single settled formulation.
Why it matters
The fairness-accuracy tradeoff matters because decisions to constrain a model in the name of fairness can measurably alter its predictive performance, and both properties may carry regulatory, reputational, and operational consequences. For a model risk manager, treating fairness and accuracy as competing objectives forces an explicit, documentable choice rather than an unexamined assumption—an important consideration where a model informs consequential decisions about people. Framing the relationship as a governed tradeoff, rather than a technical afterthought, supports the kind of decision traceability that oversight functions expect.
A recurring pitfall is treating the tradeoff as a universal law—that fairness improvements always degrade accuracy. The literature does not support this framing as an unconditional given. Some work, including causal analyses, argues explicitly that the tradeoff should not be treated as an inevitability and that its existence and magnitude depend on the fairness notion selected, the modeling setup, and whether the underlying data is biased or unbiased. Assuming a fixed tradeoff can lead teams to under-invest in fairness under the mistaken belief that any gain necessarily costs performance, or to justify weaker fairness controls by appealing to a tradeoff that may not actually bind in their specific context.
Because 'fairness' is not a single measurable quantity but a family of distinct and sometimes mutually incompatible notions, the tradeoff cannot be assessed once and generalized. A choice that reduces measured disparity under one fairness metric may leave accuracy largely unchanged, worsen it, or trade against a different fairness notion entirely. This makes the tradeoff a matter for reasoned, metric-specific analysis and clear governance rationale rather than a blanket assumption embedded in model design.
Who it's relevant to
Inside Fairness-Accuracy Tradeoff
Common questions
Answers to the questions practitioners most commonly ask about Fairness-Accuracy Tradeoff.