Case Study

Choosing a navigation stack with limited labeled driving data

Case context: A small company is building a low-speed campus shuttle. It must choose between a system that maps front-camera video directly to steering commands and a modular system with separate detectors for lane markings, vehicles, and pedestrians that feed a planner. The team can easily obtain tens of thousands of labeled images showing lanes, cars, and people, but it has only a few short human-driving logs with synchronized camera frames and steering commands.

Question: Using the idea of data availability, which design is the better fit, and why? Explain how the available data changes the choice.

Sample answer: A modular pipeline is the better fit. A direct end-to-end model needs many paired examples of camera input and steering output, and those examples are costly to collect because they require driving demonstrations. In contrast, the team already has access to large amounts of labeled imagery for intermediate perception tasks such as detecting lanes, cars, and pedestrians. Since the easier data supports those intermediate modules, the modular design is more practical for the team’s budget and schedule.

Key points:

  • Choose the modular pipeline with intermediate detectors.
  • Paired camera-to-steering examples are scarce and expensive to gather.
  • Labeled perception data is plentiful, making intermediate modules easier to build.

Rubric: The student should identify the modular pipeline as the better choice, noting that image-to-steering pairs are costly to collect while labeled lane/car/pedestrian images are readily available.

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