Selection Bias
Selection bias occurs when the individuals, groups, or data chosen for analysis are not representative of the broader population the analysis is meant to describe. Because the sample is skewed, conclusions drawn from it can be distorted and may not hold true for the intended population. In AI and model contexts, this typically arises when training or evaluation data is gathered in a way that systematically over- or under-represents certain cases.
Selection bias is a distortion in a measure of association (such as a risk ratio or odds ratio) that arises when the selection of individuals, groups, or data into a sample does not accurately reflect the target population, causing the estimated association between an exposure (or input) and an outcome to diverge from the true association in that population. It results from non-random or improper sample selection—including how a cohort is assembled or how records enter the analysis dataset—rather than from measurement error in the variables themselves. Note that selection bias is distinct from other bias categories (for example, measurement or fairness-related bias); the sources here frame it primarily in an epidemiological and study-design context, and its application to AI training and evaluation data is an extension of that concept rather than a separately defined term in the evidence provided.
Why it matters
Selection bias matters because conclusions drawn from a skewed sample can be systematically wrong even when the analysis itself is technically sound. If the data chosen for study does not represent the population the analysis is meant to describe, the resulting estimates of association can diverge from the truth, leading decision-makers to act on distorted evidence. In model contexts, this concern extends to training and evaluation data: when the records that enter a dataset over- or under-represent certain cases, a model may learn relationships that hold for the sample but not for the population it is deployed against.
For AI governance and model risk management, selection bias is a data-quality and validity concern that can undermine both model performance and the reliability of validation results. A validation exercise conducted on a non-representative evaluation set may overstate how well a model will generalize, giving false assurance to those relying on it. Because selection bias arises from how a sample is assembled rather than from measurement error in the variables themselves, it can be difficult to detect after the fact and may persist undetected through model development and testing.
It is worth noting that the evidence available here frames selection bias primarily in an epidemiological and study-design context, and its application to AI training and evaluation data is an extension of that concept rather than a separately codified AI term. Practitioners should also take care not to conflate selection bias with fairness-related bias or measurement bias; while these can interact, they are distinct categories and address different failure modes.
Who it's relevant to
Inside Selection Bias
Common questions
Answers to the questions practitioners most commonly ask about Selection Bias.