Individual Fairness
Individual fairness is an approach to fairness in machine learning built on the intuitive principle that similar individuals should be treated similarly by an automated decision system. It focuses on consistency at the level of the individual, rather than on outcomes compared across broader groups. As commonly framed, it is one of several competing conceptions of algorithmic fairness and is often contrasted with group fairness.
Individual fairness is a fairness criterion for ML-based decision processes requiring that individuals who are similar with respect to a given task be treated (or scored) similarly, thereby imposing a consistency constraint at the individual level. It is typically positioned as distinct from group fairness, which concerns comparisons of outcomes across defined groups; the two are conceptually separate and can be in tension rather than interchangeable. Note that individual fairness is a fairness concept, not the same as bias itself: it is one proposed way of correcting or constraining algorithmic bias, and its operationalization depends heavily on how 'similarity' between individuals is defined, which is contested and often application- or sector-specific (for example, healthcare). This entry does not resolve which fairness definition is appropriate for a given context, and it does not describe any binding legal requirement.
Why it matters
Individual fairness matters because much of the debate over algorithmic fairness has centered on group-level comparisons, yet decision subjects experience automated systems as individuals. The similar-treatment principle captures an intuition that many stakeholders find compelling: that two people who are alike with respect to the task at hand should receive comparable scores or outcomes, regardless of how their broader demographic group fares in aggregate. This gives compliance and model risk professionals a distinct lens for scrutinizing consistency, one that group-fairness metrics alone may not surface.
The concept is also important because it is frequently in tension with group fairness rather than reducible to it. As commonly framed in the literature, these are separate conceptions of fairness that can pull in different directions, so a system tuned to satisfy one may not satisfy the other. Teams that treat 'fairness' as a single, monolithic requirement risk optimizing for one criterion while assuming they have addressed all fairness concerns. Understanding individual fairness as one competing conception among several helps organizations make explicit, defensible choices about which conception applies in a given context.
Because individual fairness depends entirely on how 'similarity' between individuals is defined, its practical value is closely tied to a contested modeling decision. Defining a task-appropriate similarity measure is difficult and often sector-specific, and it can embed assumptions that themselves warrant scrutiny. This entry does not resolve which fairness definition is appropriate for any particular use, nor does it describe a binding legal requirement; it describes a conceptual criterion that professionals must operationalize carefully.
Who it's relevant to
Inside IF
Common questions
Answers to the questions practitioners most commonly ask about IF.