Essay

How an Intermediate Detector Can Simplify a Decision Pipeline

Question: In a concise analytical response, compare sending raw drone footage directly to a route-selection module with first using a road-obstacle detector. Explain why the second design better supports task simplicity.

Sample answer: If the route-selection module receives raw drone footage directly, it must both interpret the video and choose a route, which makes its job much harder. A road-obstacle detector first converts the footage into a simpler representation by identifying obstacles that matter for routing. That extra step supplies useful information the downstream module would otherwise have to discover on its own. As a result, each component has a narrower and easier task, which is the idea behind task simplicity.

Key points:

  • Raw footage forces the route module to do perception and planning at the same time.
  • The detector extracts relevant information before the final decision is made.
  • The intermediate step reduces the burden on the downstream module.
  • Task simplicity favors breaking the system into parts that are easier to build or learn separately.

Rubric: A strong response should compare the two pipeline designs, explain why direct raw-video input makes the route module more complex, describe the role of the obstacle detector, and connect the better design to simpler component tasks.

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