Case Study

Diagnose and resolve the speech recognition mismatch

Case context: You are building a speech recognition system. During error analysis, you discover that the model performs well on its training data, which was primarily recorded in quiet environments. However, it exhibits a high error rate on the dev set, which is composed almost entirely of audio clips taken inside moving cars.

Question: Based on this scenario, what specific problem is your system facing, and what targeted strategy should you employ to address the dev-set examples your algorithm has trouble with?

Sample answer: The system is facing a data mismatch problem because the training data (quiet background) differs significantly from the dev set data (in-car audio). The recommended strategy to address the difficult dev-set examples is to acquire more training data that better matches the dev set. Specifically, you should collect more audio clips recorded inside cars and add them to the training set.

Key points:

  • Identify the issue as a data mismatch problem.
  • Note the discrepancy between quiet training data and in-car dev data.
  • Recommend finding more training data that matches the difficult dev-set examples.
  • Specify the need to acquire in-car audio clips for training.

Rubric: Responses must correctly identify the issue as a data mismatch problem and recommend the specific action of acquiring more in-car audio training data.

0

1

Updated 2026-06-07

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