Essay

Explain the tradeoff between feeding raw camera images directly to path-planning and adding a lane-marking detector.

Question: In a self-driving vehicle pipeline, discuss the trade-offs of feeding raw camera images directly into the path-planning module versus inserting an intermediate lane-marking detector. Specifically, address how these options impact the design principle of task simplicity and the complexity of building or training the modules.

Sample answer: Feeding raw camera images directly to path-planning violates the design principle of task simplicity. It forces the path-planning module to process a raw image input and solve a much more complex task. In contrast, adding an intermediate lane-marking detector allows the system to get missing lane information to the path-planning module without making any single component overly complex to build or train.

Key points:

  • Feeding raw camera images directly to the path-planning module violates task simplicity.
  • Direct routing forces the path-planning module to process raw image data and solve an excessively complex task.
  • Adding an intermediate lane-marking detector routes necessary information to the path planner.
  • Using the detector avoids making any single pipeline module overly complex to build or train.

Rubric: To earn full credit, the response must identify that direct raw camera image input violates task simplicity and increases path-planning complexity. It must also explain that adding a lane-marking detector preserves simple, buildable, and trainable modules.

0

1

Updated 2026-05-26

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Related