Why can catalog photos help a model trained for shopper photos?
Question: Explain why examples from an online product catalog can still help a neural network that will later classify photos sent by shoppers on a mobile app.
Sample answer: The two photo sources are not identical, but they can still share useful visual patterns such as object shape, color, and common viewpoints. Because of that overlap, a model can learn from the larger catalog collection and reuse part of what it learned when it later works on shopper photos. Extra catalog images therefore improve training by giving the network more examples of the same underlying objects.
Key points:
- The catalog collection provides more labeled examples.
- Catalog photos and shopper photos share some visual structure.
- Shared structure lets the model transfer what it learned from one source to the other.
- The added training data can improve performance on shopper photos.
Rubric: Full credit for explaining that the two image sources overlap enough for knowledge transfer, that the larger catalog set adds more examples, and that this helps the model perform better on shopper photos without making unsupported claims.
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
Why can a model trained on street-level dog photos still help on pet-app photos?
True or False: Adding more web images can give a classifier more examples of what a bicycle can and cannot look like.
Online store photos and customer-submitted photos share some _____.
Match each component to its role in transferring knowledge from a broad source set to a target app.
Arrange the reasoning behind why extra catalog photos can improve a product classifier for a shopping app.
Why can catalog photos help a model trained for shopper photos?
Why adding web photos can improve a plant-identification app
Why can examples from one photo source help train on another?
What is a likely result of adding 20,000 extra online photos to improve a traffic-sign classifier?
True or False: A neural network trained on photos from a document scanner can still transfer useful features to similar photos taken with a phone camera.