Learn Before
Evaluate whether a team's combined dataset assumption satisfies the shared label mapping requirement.
Case context: A team is building an image classifier and wants to combine a large set of internet images with a smaller set of mobile-app images from their actual users. They assume that combining the two datasets is fine because both datasets contain the same object categories.
Question: Based on the shared label mapping concept, what is missing from the team's justification for combining the two datasets, and what additional condition should they verify?
Sample answer: Having the same object categories in both datasets is not sufficient justification for combining them. The key condition the team should verify is whether there exists a single x-to-y mapping that works well for both internet and mobile-app images, meaning a system could reliably predict the correct label from either type of image without knowing its source. If the visual characteristics of internet images (e.g., professionally taken, well-lit) differ enough from mobile-app images (e.g., casual, variable lighting) that no single mapping predicts labels well for both, then combining the data may not be justified even though the categories match.
Key points:
- Matching label categories alone does not justify combining datasets
- The critical condition is the existence of a shared x-to-y mapping
- This mapping must reliably predict labels for both image sources
- The system should not need to know the image's source to predict correctly
Rubric: Full credit for identifying that matching categories alone does not justify combining data, and that the team must verify a shared x-to-y mapping predicts labels reliably for both sources without knowing the source. Partial credit for only noting the category-matching gap or only describing the shared mapping requirement.
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
Consistent Auxiliary Data Source
What does the shared x-to-y mapping assumption require of a system trained on combined internet and mobile-app images?
True or False: The case for combining internet and mobile-app images depends on the system knowing which source each image came from.
The case for combining internet and mobile-app images relies on an x-to-y mapping that works well for _____ types of data.
Match each element of the shared label mapping concept to its correct description.
Order the reasoning steps that justify combining internet and mobile-app images under a shared label mapping.
Analyze why the existence of a shared x-to-y mapping justifies combining internet and mobile-app images.
Evaluate whether a team's combined dataset assumption satisfies the shared label mapping requirement.
What must be true for a system to reliably predict labels from either an internet image or a mobile-app image?
Which phrase from the source best describes the property that supports combining internet and mobile-app images?
True or False: A single x-to-y mapping existing for both internet and mobile-app images means the system can reliably predict labels for both without identifying the source.