Case Study

Diagnosing a sudden drop in speech recognition accuracy during a road test.

Case context: You have trained a state-of-the-art speech recognition system using thousands of hours of clearly articulated speech recorded in a studio environment. During internal testing, it achieves 99% accuracy. However, when deployed in a beta test for a smart dashboard application in a moving vehicle, the dev set evaluation shows a massive spike in error rates.

Question: Based on the principles of data mismatch, what environmental factors should you diagnose as the likely culprits for this poor performance, and why?

Sample answer: The likely culprits are engine and road noise. Because the training data was recorded against a quiet background, the model never learned to distinguish speech from these specific background noises. The introduction of in-car audio characteristics in the dev set creates a data mismatch that drastically worsens the system's performance.

Key points:

  • Studio environment equates to a quiet background
  • Vehicle introduces engine and road noise
  • Mismatch causes poor performance

Rubric: The answer should identify that the new environment (in-car) introduces engine and road noise, explaining that the model fails because it was only trained on quiet backgrounds.

0

1

Updated 2026-06-13

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