Short Answer

Explain why adding a detector can simplify a processing pipeline.

Question: In a warehouse-robot system, what is the advantage of adding an aisle-marker detector instead of making the route-planning module analyze raw camera frames directly?

Sample answer: The aisle-marker detector converts the image stream into a compact signal that tells the route planner where the aisles are. That fills the information gap in a structured way, so the route-planning module does not need to interpret raw camera frames itself. As a result, the planner stays simpler and focuses on routing decisions.

Key points:

  • The detector extracts the needed aisle information.
  • The route-planning module receives a structured input instead of raw images.
  • This keeps the planning component simpler and more focused.

Rubric: The answer should state that the detector supplies the relevant scene information to the downstream module, so the downstream module does not have to process raw camera frames directly. It should also note the benefit of keeping the pipeline simpler or separating responsibilities clearly.

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

Related