Bias & Data Quality
Bad data in, bad AI out — with the uncomfortable punchline that there is no "perfectly fair".
What This Is About
Training Bias
Training Bias
Example: Dermatology Image Classifier
Misconception: "AI Is More Objective Than Humans"
Impossibility Theorem
Impossibility Theorem
The proportion of incorrectly flagged cases (the "false alarms" from the building analogy) is identical for all groups. Minimizes unfounded alarms — but may miss actual cases.
The proportion of missed positive cases (the "missed fires" from the building analogy) is identical for all groups. Maximizes detection — but may lead to more false alarms in some groups.
Example: Medical Screening
Misconception: "Bias Can Be Eliminated with Enough Effort"
Signal vs. Noise
Analogy: Studying with Mixed-Quality Notes
Example: Language Model Training
ImageNet: The Dataset That Changed Everything
The creation of the dataset that made Deep Learning possible. In 2009, Fei-Fei Li and her team presented the ImageNet paper, introducing a visual database that would transform computer vision — at launch it contained around 3.2 million hand-annotated images in approximately 5,200 categories. Expanded to its full size, ImageNet later comprised over 14 million hand-annotated images and around 22,000 categories, based on WordNet hierarchies, addressing the critical bottleneck: the shortage of large, high-quality training data. Annotation was carried out throughout the project by around 49,000 workers from 167 countries via Amazon Mechanical Turk — an unprecedentedly collaborative effort. What began as a poster in a corner of a Miami Beach convention center grew into the annual ImageNet Challenge (ILSVRC) and became one of the three drivers of modern AI development. ImageNet enabled AlexNet's 2012 breakthrough and laid the foundation for autonomous vehicles, facial recognition, and medical imaging.
Misconception: "More Data Always Fixes Bias"
Deep Dive: Datasheets for Datasets
Interactive: What Type of Bias Is This?
You have learned about three error sources: biased training data, conflicting fairness metrics, and poor data quality. Use the diagnosis tree to systematically determine which mechanism is at play in a given scenario.
Where is the suspected source of error?
Key Takeaways
Quiz: Bias & Data Quality
Checkpoint: Do you understand Bias & Data Quality?
- Imagine an AI that only learns from English texts what "good food" means. What type of bias arises and why?
- Why is it mathematically impossible to set an alarm system so that it is simultaneously "fair" across all fairness metrics for two very different buildings?
- Why doesn't simply feeding the AI more data from the internet solve the problem of biased training data?