Short Answer

Find the source of the labeling error when detection is correct

Question: A vision system correctly draws a bounding box around a dog, but it labels a Labrador as a beagle. If the detector localized the animal properly, which component is responsible for the mistake?

Sample answer: The mistake comes from the breed classifier. Since the detector found the animal correctly, the wrong breed label must be caused by the part of the system that assigns the breed.

Key points:

  • The breed classifier is the faulty component.
  • The detector is not at fault because it produced the correct bounding box.

Rubric: The answer must identify the breed classifier as the source of the error and explain that the detector is not responsible because it localized the animal correctly.

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