If the model sees a Golden Retriever and says “99% sure that’s a dog,” labeling that image teaches it nothing. But a wolf in the fog — “51% dog, 49% wolf” — is gold. Active learning finds these confusing items and asks a human to label only them.
Least confidence
- The rule: pick the item where my top prediction has the lowest probability.
- Intuition: if my best guess is a coin flip, I need a teacher.
Entropy sampling
- The rule: pick the item where my predictions are most scattered across all classes.
- Intuition: maximum internal disagreement = maximum learning value.
How to read this: both curves start at zero. The green curve asks smart questions and plateaus early; the gray curve brute-forces its way to the same place at 5× the labeling budget.






