Trajectory Prediction Failure Detection for Motion Planner Reuse

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Autonomous vehicles face safety risks due to failures in trajectory prediction modules, leading to unsafe decision-making and excessive computational resource consumption.

Innovation Solution

Implementing systems and methods for task-relevant failure detection by determining cost probability distributions and evaluating them using anomaly detection, with threshold values to ensure false-positive and false-negative rate guarantees, allowing for adaptive control operations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If trajectory prediction modules are used to plan motion in autonomous vehicles, then the vehicle can navigate through the environment, but prediction failures can lead to unsafe decisions and excessive computational resource consumption

Engineering Contradiction:
Improvesafety of autonomous vehicleVSAvoidcomputational resource consumption
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system performs preliminary anomaly detection on predicted trajectories before they are executed by the motion planner. By evaluating whether predicted trajectories satisfy anomaly conditions in advance, the system prevents unsafe trajectories from reaching the execution stage, thereby improving safety without requiring continuous full-replanning computations.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent extracts and separates the anomaly detection function from the main trajectory planning and execution pipeline. This modular approach allows the system to quickly evaluate predicted trajectories against anomaly conditions without interfering with the normal planning operations, reducing computational overhead while maintaining safety monitoring.

Inventive Principle:
Principle #2Taking out (Extraction)

2Reliability

If the autonomous vehicle performs frequent replanning operations to avoid collision, then safety is improved, but computational resources are consumed

Engineering Contradiction:
Improvecollision avoidance capabilityVSAvoidcomputational energy consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The system performs preliminary anomaly detection on predicted trajectories before they are executed by the motion planner. By evaluating whether predicted trajectories satisfy anomaly conditions in advance, the system prevents unsafe trajectories from reaching the execution stage, thereby improving safety without requiring continuous full-replanning computations.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If anomaly detection with strict threshold values is implemented, then false-positive and false-negative rates are controlled, but detection accuracy requirements increase

Engineering Contradiction:
Improveanomaly detection accuracyVSAvoidthreshold estimation complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The system uses the predicted trajectory data itself to establish the anomaly detection thresholds. By sampling predicted costs from the trajectory predictions and using these samples to determine threshold values (such as p-quantiles), the system adapts the detection criteria to the specific prediction model being used, eliminating the need for external calibration or complex statistical modeling.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12441366B2Task-relevant failure detection for trajectory prediction in machines
Publication Date: 2025.10.14 NVIDIA CORP
  • US12441366B2 patent drawing
  • US12441366B2 patent drawing
  • US12441366B2 patent drawing

AI summary

In various examples, cost probability distributions corresponding to predicted locations of an object in an environment and potential locations for a machine in the environment and may be evaluated using corresponding observed costs corresponding to the machine and the object. The cost probability distributions may be evaluated based on comparing the observed costs to threshold values, which may be determined based on sampling a predicted cost function. A threshold value may be selected to provide false-positive rate and/or false-negative rate guarantees for anomaly detection. Control operations may be performed based on results of the evaluation of the cost probability distributions. For example, based on the results, a motion planner may reuse a planned trajectory for a future planning cycle (e.g., thereby avoiding re-planning computations) or generate and/or select a new planned trajectory (e.g., based at least on one or more anomalies being detected).