Group Fairness
Group fairness is a concept in machine learning concerned with ensuring that an algorithm treats different groups of people equitably rather than favoring one group over another. It typically compares outcomes across groups defined by sensitive attributes such as race or gender, requiring that protected groups be treated similarly to more advantaged groups. It is one of several competing notions of fairness and does not, on its own, guarantee that any individual is treated fairly.
Group fairness is a family of fairness criteria that evaluate whether a model produces comparable outcomes across groups defined by sensitive or protected attributes (for example, race or gender). In its most commonly cited form it is defined by statistical parity, under which the requirement is that protected groups be treated similarly to the advantaged group with respect to a chosen outcome measure. It is distinct from individual fairness, and the two notions can be in tension; some work has examined the conditions under which group fairness and individual fairness are compatible or incompatible. Group fairness is one approach among several for addressing algorithmic bias, and specific formalizations (and the underlying choice of protected attribute and outcome metric) vary by context and are not standardized across all frameworks.
Why it matters
Group fairness matters because automated decision systems increasingly influence high-stakes outcomes in areas such as lending, hiring, and access to services, where systematically favoring one demographic group over another can produce discriminatory effects at scale. By comparing outcomes across groups defined by sensitive attributes such as race or gender, group fairness gives practitioners a measurable way to detect and address unfavorable treatment that might otherwise remain hidden inside a model's aggregate performance metrics. For compliance officers and model risk managers, this makes group fairness a practical entry point for scrutinizing whether a model's behavior is defensible with respect to protected groups.
At the same time, group fairness is only one of several competing notions of fairness, and satisfying it does not, on its own, guarantee that any given individual is treated fairly. This limitation is important for professionals who must avoid overstating what a fairness check demonstrates. A model that achieves statistical parity across groups may still treat similar individuals inconsistently, and group fairness and individual fairness can be in tension; some work has examined the conditions under which the two notions are compatible or incompatible. Treating a passing group-fairness test as proof of overall fairness is a common and consequential error.
Because specific formalizations, the choice of protected attribute, and the outcome metric all vary by context and are not standardized across all frameworks, group fairness should be understood as a family of criteria rather than a single settled standard. Professionals should document which formalization they are applying and why, since a different but equally defensible metric could yield a different conclusion about the same model.
Who it's relevant to
Inside Group Fairness
Common questions
Answers to the questions practitioners most commonly ask about Group Fairness.