Estimating an Error Floor for Bird Photo Classification
Scenario: A company is building a model that assigns common backyard bird photos to species. Experienced birdwatchers can usually identify these pictures without much difficulty, and the team wants a realistic estimate of how low the classification error could go.
Question: What procedure should the team use to estimate the best possible error rate for this photo classification task?
Sample answer: Ask knowledgeable birdwatchers to label a representative set of training examples. Then compare those human labels with the reference labels in the training data and use the observed human accuracy to approximate the error floor.
Key points:
- The problem is one that people can handle well with expertise
- Human experts should supply labels for the examples
- Human accuracy against the training labels gives a practical estimate of the lowest likely error
Rubric: The answer must recommend using expert human labeling and state that the optimal error rate is estimated by comparing those human labels with the training set labels.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Using Human Performance to Estimate the Best Possible Error
What does comparing human labels with the training set estimate?
Human Labels Can Help Estimate the Best Achievable Error Rate on Easy Human Tasks
Estimating the Best Human-Level Error on an Easy Task
Match each term to the description that fits a human-label-based estimate of the best possible error rate.
Arrange the steps for estimating the best achievable error rate from human labels.
Which pair of tasks is most suitable for using human labels to estimate a practical lower bound on error?
Human Label Accuracy Is Checked Against the Training Set
Human-Friendly Labeling Tasks
Match each step in the human-label estimate procedure to what it is for.
Order the logic for using human labels as a proxy for the best achievable error rate.
Using Human Labels to Estimate Best-Possible Error
Estimating an Error Floor for Bird Photo Classification
Human-label tasks for estimating the best possible error