Case Study

When Synthetic Data Is Worth Building for a Narrow Validation Set

Case context: A team is building a classifier for factory equipment alerts. Their held-out validation set contains a rare mix of background hum, intermittent clanks, and recording distortion from one plant. They already have many clean machine recordings, and they are considering a synthetic-data pipeline to create additional training examples.

Question: Under the idea of using synthetic examples to better align with the validation set, what conditions must the generation process meet before the team should invest in it?

Sample answer: The team should proceed only if the process can produce a very large number of examples and those examples closely approximate the conditions seen in the validation set. If the generator cannot scale up enough or the outputs do not resemble the validation distribution, the project is not a good use of effort.

Key points:

  • The method must support creation of a very large synthetic dataset
  • The synthetic examples must be a close enough match to the validation set
  • The approach should help close the gap between existing training data and the validation target

Rubric: Credit answers that identify both requirements: large-scale generation and reasonable alignment with the validation set distribution.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI

Related