Toolspublished

MIT and Motional Build AI That Exposes Robotaxi Planning Errors

CW-Net puts readable concepts into the final driving decision itself, aiming to show whether a vehicle’s main planner or a safety backstop caused a maneuver.

By 2 min read
MIT and Motional Build AI That Exposes Robotaxi Planning Errors
MIT and Motional Build AI That Exposes Robotaxi Planning Errors

Listen to this story

The audio brief

About 1:31
0:001:31
Read transcript
A robotaxi stopped near a cyclist, but the system behind the stop had misunderstood what was happening. MIT and Motional’s new CW-Net revealed that the vehicle’s main planner had chosen a path that could have caused a collision. The car avoided impact only when emergency braking took over at close range—not because the planner had correctly recognized the cyclist. The research, published in Nature on September 2, describes CW-Net, short for Concept-Wrapper Network. Instead of explaining a driving decision after it happens, CW-Net is built into the planner’s final choice. It translates internal signals into readable concepts, such as “approaching stopped vehicle” or “close to cyclist,” and requires those concepts to influence which trajectory the car selects. The explanation is produced alongside the maneuver in real time. That design is meant to make failures easier for people to understand. The system was trained on 130 million labeled autonomous-driving scenes, while reported driving capability changed by less than one percent after it was added. In private-track tests, safety drivers became better at predicting surprising behavior. Online simulations using real Las Vegas situations showed the same improvement. CW-Net also exposed repeated stops near a traffic cone, which Motional linked to an experimental planner hallucinating a stopped vehicle based on patterns in its training data. Researchers now plan to extend the system to more concepts and investigate designs that improve both performance and interpretability.

Story brief

3 key points

MIT and Motional’s CW-Net turns internal planner signals into concepts that constrain trajectory selection and generate explanations in real time. In Nature research published September 2, the system helped safety drivers predict surprising behavior in private-track robotaxi tests and online Las Vegas simulations. It also exposed a dangerous cyclist-related planning error that emergency braking masked, plus repeated...

  1. 01

    CW-Net is integrated into the final planning stage, requiring concepts to influence trajectory choice rather than explaining decisions afterward.

  2. 02

    Training used 130 million labeled autonomous-driving scenes; reported driving capability changed by less than 1%.

  3. 03

    In the cyclist test, the planner selected a collision-causing path; emergency braking—not cyclist recognition—prevented impact.

A robotaxi stopped near a cyclist, but not for the reason its safety driver assumed. CW-Net showed that the vehicle’s planner had selected a collision-causing path; emergency braking activated only when the car got too close. MIT and Motional’s research on the system appeared in Nature on September 2.

The Concept-Wrapper Network, or CW-Net, translates an autonomous-driving planner’s internal reasoning into readable concepts, such as “approaching stopped vehicle” and “close to cyclist.” MIT and Motional developed it to explain machine-learning-based driving decisions.

Built into the choice, not added afterward

CW-Net sits within an existing planner. It identifies high-level concepts from the vehicle’s inputs, then requires the final planning stage to use those concepts when selecting a trajectory. It produces an explanation alongside that trajectory in real time, rather than trying to describe the choice after the fact.

The reported trade-off
130 millionTraining scenes

CW-Net was trained on 130 million labeled autonomous-driving scene examples.

Less than 1%Driving-capability difference

Benchmarking reported a less-than-1% difference in driving capability after CW-Net was added.

A stop can conceal the wrong failure

In the cyclist test, the safety driver initially believed the car had recognized the cyclist. CW-Net showed that the planner was not properly configured to detect the cyclist and had chosen a path that would have caused a collision. The vehicle stopped because its emergency-braking procedure took over at close range.

The team tested CW-Net in a Motional robotaxi on a private track with a safety driver. The explanations helped safety drivers better predict surprising behavior. Online simulations using real Las Vegas driving situations also found that participants were significantly better at predicting the vehicle’s behavior with the explanations.

Motional also described repeated stops near a traffic cone. CW-Net identified the experimental planner as hallucinating a stopped vehicle ahead, a pattern the company linked to training data. Researchers plan to extend the method to more concepts and explore designs intended to improve performance and interpretability.

Sources

  1. news.mit.eduSystem helps humans predict when self-driving cars will make mistakes
  2. artificialintelligence-news.comMotional and MIT AI explains self-driving car decisions