Essay

Write an essay explaining how simulated motion blur helps align cat detector datasets

Question: Explain the process and rationale of adding simulated motion blur to non-blurry internet training images in a cat detector system. In your response, explain the root cause of the difference between the training and dev sets and how this synthesis addresses it based on the ML Yearning principles.

Sample answer: In the cat detector project, the dev set contains motion-blurry images because they are taken by cellphone users who slightly move their phones. Conversely, the training set contains clear internet images. To align the two sets, developers can synthesize data by adding simulated motion blur to the clear internet images. This reduces the distribution mismatch and helps the model generalize better to the dev set.

Key points:

  • Dev set images have motion blur from cellphone users moving their phones.
  • Training images are clear internet images.
  • Simulated motion blur is added to training images to make them more similar to the dev set.

Rubric: Answers must explain that the dev set has motion blur due to cellphone users moving their phone, the training set comes from clear internet images, and simulated motion blur is added to make training images resemble the dev set to close the distribution gap.

0

1

Updated 2026-05-26

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Related