Essay

Redesigning a Self-Driving Pipeline for Lane Markings

Question: A self-driving car pipeline is currently operating without explicit lane-marking inputs. According to Machine Learning Yearning, how should the pipeline be redesigned once it is recognized that a skilled human driver requires lane-marking locations, and what are the two main benefits of this specific architectural change?

Sample answer: The self-driving pipeline should be redesigned by adding a dedicated lane-marking detector component. This redesign provides two primary benefits: first, it gets the important, previously missing lane-marking information to the path planning module; second, it avoids making any other single module in the pipeline overly complex to build or train.

Key points:

  • Redesign the pipeline by adding a lane-marking detector component.
  • Deliver important, previously missing lane-marking location information to the path planning module.
  • Avoid making any particular module overly complex to build or train.

Rubric: The answer must state that a dedicated lane-marking detector should be added to the pipeline. It must also identify the two benefits: delivering the missing information to the path planning module and preventing other modules from becoming overly complex to build or train.

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