Neural Vehicle State Estimation Under Noisy Sensor Conditions

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing driver assistance systems face challenges in maintaining accurate and robust situational awareness of a vehicle's state, particularly due to noisy sensor measurements and varying environmental conditions, which can impact safety-critical driving aids and autonomous driving systems.

Innovation Solution

The implementation of an apparatus and method using an artificial neural network (ANN) for state estimation, combining prediction and update models to refine the vehicle's state based on sensor measurements, allowing for improved accuracy and robustness in dynamic environments.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional state estimation methods are used, then the system is simpler to implement, but the accuracy and robustness of state estimation deteriorates under noisy sensor measurements and varying environmental conditions

Engineering Contradiction:
Improvestate estimation accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent replaces traditional mechanical/mathematical filtering systems (like Kalman filters) with an artificial neural network-based system. The ANN learns optimal state estimation directly from sensor data through training, substituting explicit mathematical models with a data-driven adaptive system that handles non-linearities and noise more effectively.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent changes the fundamental parameters of the estimation system by using learned parameters from training data rather than fixed mathematical models. The ANN adapts its internal parameters (weights and biases) based on training examples, allowing it to optimize state estimation accuracy for specific operating conditions and sensor configurations.

Inventive Principle:
Principle #35Parameter changes

2Reliability

If an artificial neural network is used for state estimation, then the accuracy and robustness improves, but the computational complexity and processing time increases

Engineering Contradiction:
Improvestate estimation reliabilityVSAvoidcomputational power
Core Design Contradiction:
ReliabilityVSPower

Solution Approach 1:

The patent performs the computationally intensive work of training the neural network offline before deployment. During actual vehicle operation, the pre-trained ANN processes sensor data much faster, as the heavy lifting of learning optimal estimation patterns has already been completed. This separates the training phase (high computational power) from the inference phase (lower computational power).

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent uses approximate computation methods and simplified ANN architectures that provide sufficient accuracy for safety-critical applications without requiring excessive computational resources. The system accepts certain approximations in exchange for reduced processing demands during operation.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

3Measurement precision

If more sensor measurements are processed, then the state estimation accuracy improves, but the processing time and computational load increases

Engineering Contradiction:
Improvestate estimation precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent merges the processing of multiple sensor inputs into a single unified neural network model that processes all sensor data simultaneously. Instead of processing each sensor separately and combining results, the ANN takes multiple sensor inputs as a unified vector and produces the state estimation in a single computational pass, reducing overall processing time.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS11807270B2State estimator
Publication Date: 2023.11.07 QUALCOMM AUTO LTD
  • US11807270B2 patent drawing
  • US11807270B2 patent drawing
  • US11807270B2 patent drawing

AI summary

An apparatus for a motor vehicle driver assistance system for an ego vehicle is provided. The apparatus implements a state estimator configured to use a first state of the ego vehicle to calculate a subsequent second state of the ego vehicle, wherein calculating the second state from the first state includes a prediction element and an update element, wherein calculating the second state from the first state includes using an artificial neural network (“ANN”).