Explain why strong website-image test performance did not predict success in the mobile app.
Question: In a concise analytical response, explain how the construction of the training and test sets led to a misleading view of the cat detector's deployed performance.
Sample answer: The team trained and tested the detector using cat and non-cat images downloaded from websites, so strong test performance showed that it handled that website-image distribution well. The mobile app instead received user-uploaded mobile-phone pictures, which tended to have lower resolution, more blur, and poorer lighting. Because the original test set did not represent this actual distribution of interest, its strong result did not demonstrate that the classifier would generalize to deployed inputs.
Key points:
- Training and test data came from websites.
- Deployment inputs were user-uploaded mobile-phone pictures.
- Mobile-phone pictures tended to be lower resolution, blurrier, and poorly lit.
- Success on the website-image test set did not establish generalization to the deployed distribution.
Rubric: A strong response identifies both data sources, explains the appearance mismatch, and connects the unrepresentative test distribution to poor deployed generalization. Partial credit should be given for identifying the mismatch without fully explaining why the test result was misleading.
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.