Learn Before
Why Human Comparisons Must Use the Same Component Inputs
Question: When you estimate how well one stage of a machine learning pipeline performs by comparing it with a person, why should the person be shown only the same inputs that stage receives, rather than the original raw data?
Sample answer: The comparison has to be made with the same information source, otherwise the human is no longer evaluating the same task. For example, if a routing module receives object detections from an earlier vision stage, the human should also work from those detections, not from the full camera feed. Giving the person the full feed lets them use extra clues that the module never sees. Using identical inputs keeps the assessment focused on the stage being tested and avoids blending its errors with mistakes from earlier stages.
Key points:
- The human must not see information that the module does not receive.
- Matching inputs makes the comparison about one component instead of the whole pipeline.
- Upstream mistakes should not be mixed into the score for the downstream stage.
Rubric: Answers should explain that using the original raw data gives the human extra information and makes the comparison unfair. They should also state that the evaluator must receive the same inputs as the pipeline component so that the measurement isolates that component’s performance.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Far-Behind Components Are Good Improvement Targets
Strong Stages, Weak End-to-End System
What information should a human evaluator see when judging the Route Planning component in a delivery-robot pipeline?
Checking a subsystem against human performance is mainly a formal, rigid debugging procedure.
How far is a component from human performance?
Match each autonomous delivery robot component to its primary output or function.
Order the informal debugging questions for a package-delivery drone system.
Why should the human reviewer for a parcel-routing module use only the classifier's outputs instead of the warehouse camera feed?
In a warehouse robot pipeline, both the shelf-item detector and the obstacle detector can send information directly to the route planner.
A fair human comparison uses the same inputs
Match each diagnostic question to the part of a medical triage pipeline it evaluates.
Diagnosing a Multi-Stage Perception Pipeline
Why Human Comparisons Must Use the Same Component Inputs
Comparing a Delivery Robot Planner to Human Performance
Fair Human Comparison for a Route-Planning Module