Learn Before
Explain how synthetic blur can reduce a training–validation mismatch
Question: A company is building a road-sign classifier. Its training images come from sharp online photos, but its validation set comes from dashboard cameras in moving cars, so many validation images are blurred. Explain why this difference hurts performance and how adding synthetic motion blur to the training images can help.
Sample answer: The sharp online photos and the blurred dashboard-camera images come from different distributions. Because the validation set contains motion blur caused by camera movement in a moving vehicle, the model may not learn patterns that hold up on blurred inputs if it only sees crisp training images. One practical fix is to apply simulated motion blur to some of the sharp training photos. That makes the training data more like the validation data, reduces the mismatch between the two sets, and usually improves validation performance.
Key points:
- The validation images are blurred because the camera is moving in a car.
- The training images are sharp online photos.
- Synthetic motion blur is added to the training images to better match the validation distribution.
Rubric: Answers must explain that the validation set is blurred due to camera motion, the training set contains sharp online images, and synthetic motion blur is applied to the training images to make them resemble the validation set and reduce the distribution gap.
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 are validation images blurrier than training images in a parcel-scanner project?
True or False: Adding synthetic motion blur to clear training images can help the training data resemble a blurry dev set more closely.
To make training photos more similar to a dev set with dim lighting, you can add simulated _____ to clean training images.
Why Add Synthetic Blur?
Motion blur in a flower-photo validation set can come from people taking pictures while walking or holding the camera unsteadily.
To narrow the gap, add _____ to the clean training photos.
Match each data source or technique to its role in a fruit defect detector example.
Order the steps for adding synthetic blur to help a photo classifier handle blurry validation images.
What mismatch is addressed by adding synthetic blur to the training set in this classifier example?
Web-sourced training photos usually contain the same amount of handheld blur as smartphone photos collected for the development set.
The clean training images used before synthetic blur are drawn from _____ images.
Match each observation in a smart-speaker speech recognizer scenario to the corresponding explanation or action.
Order the steps in deciding whether to add synthetic blur to factory inspection photos.
Explain how synthetic blur can reduce a training–validation mismatch
Close the distribution gap in a wake-word detector
Why add synthetic rain to clear training images?