Case Study

Attributing errors in a cat detector and classifier pipeline with poor bounding boxes.

Case context: You are performing error analysis on a pipeline containing a cat detector and a cat breed classifier. In one instance, the cat detector outputs a poorly cropped bounding box of a Siamese cat. The cat breed classifier receives this poor crop and incorrectly outputs y=0 (indicating no cat is present). However, a highly skilled human looking at the same poorly cropped image can still easily recognize the Siamese cat.

Question: Based on this scenario, explain how you should attribute this error, and describe the condition under which your attribution choice will have a negligible effect on the overall error analysis results.

Sample answer: This error is ambiguous because the cat detector did its job poorly, yet a highly skilled human could still recognize the cat from the poor output, meaning the breed classifier could also be blamed. You can attribute the error to the cat detector, the cat breed classifier, or both. This specific attribution decision will have a negligible effect on the overall error analysis results as long as the total number of such ambiguous cases is small, as any decision will lead to a similar final result.

Key points:

  • The cat detector performed poorly, but the breed classifier failed on an image a skilled human could still classify.
  • The error can be attributed to the cat detector, the cat breed classifier, or both.
  • The specific choice of attribution has a negligible effect if the number of these ambiguous cases is small.

Rubric: The response must: 1) Identify that the error attribution is ambiguous between the cat detector and the cat breed classifier, 2) Mention that the error can be attributed to the detector, classifier, or both, and 3) State that this choice has minimal impact if the total number of such ambiguous cases is small.

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