Analyze why surpassing human-level performance changes the pace of ML progress.
Question: Explain, using the concept from the source, why progress on a machine learning problem tends to slow down once the algorithm surpasses human-level performance, and why the opposite is true while machines are still catching up.
Sample answer: While an algorithm is still below human-level performance, humans can easily spot examples where it clearly errs, enabling techniques like error analysis and human comparison to drive rapid improvement. Once the algorithm surpasses human performance, humans have a hard time identifying its remaining mistakes, so only a subset of human-comparison techniques still apply, which slows the rate of further progress.
Key points:
- Progress is faster while machines are still catching up to humans
- Progress is slower once machines surpass human-level performance
- Humans have a hard time identifying clearly wrong examples once performance surpasses human level
- Only a subset of human-comparison techniques still apply in that case
Rubric: Full credit requires explaining both the catching-up and surpassing cases, referencing the loss of human ability to spot clear errors, and connecting this to the reduced set of applicable techniques.
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
Why does progress usually slow down after an algorithm surpasses human-level performance?
True or False: Progress is typically faster while machines are still catching up to human-level performance.
Once humans have a hard time identifying examples the algorithm is clearly getting wrong, only a _____ of human-comparison techniques still apply.
Match each performance situation to its typical progress rate.
Order the reasoning that explains why progress slows after surpassing human-level performance.
Analyze why surpassing human-level performance changes the pace of ML progress.
Diagnose why a loan-approval algorithm's improvement has stalled.
Name two applications where the source says machines already surpass human-level performance.
Which condition allows more human-comparison techniques to remain applicable during ML development?
True or False: All human-comparison techniques remain equally useful after an algorithm surpasses human-level performance.