Diagnose a cat detector that succeeds on website images but fails on app uploads.
Case context: A team downloads website pictures of cats and non-cats, splits them into training and test sets, and obtains strong results. After adding the detector to a mobile app, it performs poorly on pictures uploaded by users. Those pictures tend to be lower resolution, blurrier, and poorly lit.
Question: What should the team diagnose as the central problem, and why did its earlier evaluation fail to reveal it?
Sample answer: The central problem is a mismatch between the website-image distribution used for training and testing and the mobile-phone-picture distribution encountered in the app. The earlier evaluation failed to reveal the problem because its test images came from the same website-image source rather than from the actual user-upload distribution.
Key points:
- Website images supplied the development data.
- Mobile-phone pictures supplied the deployed inputs.
- The two sources differed in visible characteristics.
- The original test set did not represent the actual distribution of interest.
Rubric: Full credit requires naming the distribution mismatch, distinguishing website images from mobile-phone uploads, and explaining why a website-based test set could not reliably indicate performance on the deployed distribution.
0
1
References
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Tags
Machine Learning
Deep Learning
Machine Learning Strategy
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Yearning @ DeepLearning.AI
Related
Why did the deployed cat detector perform poorly despite doing well on its original test set?
The original test set accurately represented the mobile-phone pictures encountered after deployment.
The classifier failed to generalize to the actual distribution of _____ pictures.
Match each part of the cat app example to its role in the distribution mismatch.
Order the events that revealed the cat detector's distribution mismatch.
Explain why strong website-image test performance did not predict success in the mobile app.
Diagnose a cat detector that succeeds on website images but fails on app uploads.
What three characteristics distinguished user-uploaded pictures from the website images?
What did the detector's strong result on the website-based test set actually demonstrate?
Using website images for both training and testing can hide poor generalization to user-uploaded mobile-phone pictures.