Autonomous Vehicle Localization Correction via Predictive Feedback

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Autonomous driving vehicles face inaccuracies in position determination due to measurement errors from sensors like IMUs and GPS, affecting motion planning and control.

Innovation Solution

A dynamic model comprising a localization predictive model and a localization correction model is trained using driving statistics data to calibrate the predicted position of the vehicle, integrating sensor data to improve accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If sensor output (IMU/GPS) is used to determine vehicle position, then localization can be achieved, but measurement errors cause mismatch between sensor output and actual position

Engineering Contradiction:
Improveposition determination accuracyVSAvoidsensor measurement reliability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system uses a feedback mechanism where the predicted position from the dynamic model is compared with actual sensor measurements, and the localization correction model adjusts the predicted position based on this feedback to compensate for sensor errors

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

A localization correction model acts as an intermediary between the dynamic model and sensor output, correcting the predicted position by learning the systematic errors from historical driving data and applying corrections to improve accuracy

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If a dynamic model with localization correction is implemented, then position accuracy is improved, but system complexity increases

Engineering Contradiction:
Improveposition determination accuracyVSAvoidlocalization system complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The localization correction model is trained offline using historical driving data before deployment, performing the complex learning task in advance rather than during real-time operation, thus reducing online computational complexity

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses a predictive model that copies and simulates vehicle dynamics based on historical patterns, allowing the correction model to learn from simulated trajectories without requiring complex real-time sensor fusion

Inventive Principle:
Principle #26Copying

Data Source

PatentUS11269329B2Dynamic model with learning based localization correction system
Publication Date: 2022.03.08 BAIDU USA LLC
  • US11269329B2 patent drawing
  • US11269329B2 patent drawing
  • US11269329B2 patent drawing

AI summary

In one embodiment, a set of parameters representing a first state of an autonomous driving vehicle (ADV) to be simulated and a set of control commands to be issued at a first point in time. In response, a localization predictive model is applied to the set of parameters to determine a first position (e.g., x, y) of the ADV. A localization correction model is applied to the set of parameters to determine a set of localization correction factors (e.g., Δx, Δy). The correction factors may represent the errors between the predicted position of the ADV by the localization predictive model and the ground truth measured by sensors of the vehicle. Based on the first position of the ADV and the correction factors, a second position of the ADV is determined as the simulated position of the ADV.