Explain a performance gap between catalog photos and live camera images.
Case context: A company built a detector for identifying damaged boxes. Because it did not have access to images from the actual loading dock, the team trained the system on 58,000 catalog-style product photos collected from suppliers. After deployment, the detector performed much worse on live camera feeds from the dock than it had on the held-out test set.
Question: What is the most likely reason for the drop in performance, and what does it imply about the original choice to train on catalog photos?
Sample answer: The most likely reason is a mismatch between the training data and the real deployment data. Catalog photos are not a good proxy for loading-dock camera images, so the model can look strong on the test set but fail to generalize in the field. The original choice was still understandable if no better data were available, but the result shows that the team should work toward training and validation data that more closely match the real use case.
Key points:
- Catalog photos can differ greatly from live camera images
- A data mismatch can cause a generalization gap after deployment
- The original choice may have been reasonable if no representative data existed
- The outcome indicates a need for more target-like data
Rubric: Full credit: response identifies data mismatch as the reason for the gap and notes that the initial choice may have been reasonable given limited options. Partial credit: response names the mismatch but does not connect it to the deployment setting. No credit: response gives an unrelated explanation not supported by the case.
0
1
Tags
Machine Learning
Deep Learning
Machine Learning Strategy
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Yearning @ DeepLearning.AI
Related
When is it reasonable to use web-scraped images as a fallback training source?
True or False: Training a model using only images from a polished company website guarantees good performance on real-world images.
A model trained only on one narrow data source may not _____ when conditions change.
Match each data situation to its associated risk or outcome.
Order the decision steps for using website photos when future-like data is hard to obtain.
Weighing proxy photos when no future-like data exists
Explain a performance gap between catalog photos and live camera images.
What risk comes from training on web-scraped photos when the deployment data will differ?
What is the best interpretation of using website images as training data?
True or False: Website images should be your first choice for gathering training data.