Learn Before
Use an Intermediate Detector When It Simplifies the Next Step
Task simplicity can make an extra processing step worthwhile when it gives the downstream module information that would otherwise be hard to infer from raw inputs. For example, in a warehouse robot pipeline, a shelf-marker detector can identify aisle positions and obstacles before the route planner makes movement decisions, so the planner does not have to learn directly from camera frames.
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
Use an Intermediate Detector When It Simplifies the Next Step
In a modular machine learning pipeline, what two design choices must be made first?
If a team does not build an end-to-end model, it no longer needs to decide how the system is divided into stages.
When a machine-learning task is split into several stages, you must design the _____ and decide how each stage passes information to the next.
Match each system-design term to its description.
Order the steps for designing a machine learning system that is not end-to-end.
In a multi-stage machine learning system, what does it mean for one stage to 'feed into' the next stage?
True or False: When you design a pipeline that is not end-to-end, you must choose both the individual stages and the way information moves from one stage to the next.
When assembling a multi-step workflow, you still need to decide how the pieces should _____ together.
Match each pipeline design scenario to the decision it illustrates.
Order the steps for deciding whether to build a modular machine learning pipeline.
Two Design Choices in a Modular Machine Learning Pipeline
Designing a Modular ML Workflow
Key Design Choices in a Modular ML System
Learn After
Simpler Binary Tasks Usually Need Less Data
Explicit Subtask Design Can Add Helpful Prior Knowledge
Choose Pipeline Components That Can Be Learned from Limited Data
Why is a crosswalk detector preferable to sending raw street images directly to the route planner?
Task simplicity means each pipeline component should solve a task that is easy to design or train.
Adding a _____ component gives the route planner useful scene information without forcing it to read raw video.
Match each warehouse-robot pipeline element with its role under the task-simplicity principle.
Order the reasoning used to choose a simpler robot-navigation pipeline.
How an Intermediate Detector Can Simplify a Decision Pipeline
Selecting a Perception Module for Robot Navigation
Why is a lane-line detector useful before the planning stage?
Which pipeline change best keeps each component's job simple?
Sending raw drone footage directly to the route planner is consistent with task simplicity because it removes an intermediate perception step.