Unbalanced Probabilistic Filtering for Adaptive State Tracking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing probabilistic filters, such as Kalman filters, struggle to accurately track the state of objects like vehicles due to the coupling of process and measurement noise, especially in scenarios with varying measurement noise, which is challenging to adjust in real-time and can lead to divergence.

Innovation Solution

The probabilistic filter iteratively executes the measurement model more times than the prediction model within each control step, breaking the coupling between process and measurement noise, and adaptively updates the measurement noise based on internal filter variables and calculations, reducing reliance on process noise.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If measurement noise is adjusted in real-time to adapt to varying sensor quality, then measurement precision is improved, but device complexity and computational burden increase significantly

Engineering Contradiction:
Improvemeasurement precisionVSAvoiddevice complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The probabilistic filter performs self-adaptation by automatically adjusting the measurement noise covariance matrix based on its internal state variables and calculations, without requiring external intervention or complex additional systems. The filter uses its own residual errors and innovation sequences to detect noise variations and update the noise model dynamically.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The measurement noise covariance matrix parameters are changed dynamically based on the filter's internal calculations. The system monitors statistical properties of measurement residuals and adjusts the noise parameters in real-time to match actual sensor quality conditions, enabling adaptation to varying measurement environments.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If measurement noise is adjusted in real-time to adapt to varying sensor quality, then measurement precision is improved, but the probabilistic filter may diverge

Engineering Contradiction:
Improvemeasurement precisionVSAvoidfilter stability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system implements feedback mechanisms where the probabilistic filter continuously monitors its own performance metrics, such as residual errors and innovation sequences, and uses this feedback to adjust the measurement noise parameters. This closed-loop approach ensures that noise adaptation is guided by actual filter performance, preventing divergence while improving precision.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The measurement noise model transitions from a static predetermined value to a dynamic parameter that evolves with the filter's operational state. The noise covariance matrix is updated adaptively based on current measurement conditions and filter internal variables, allowing the system to respond to changing environmental conditions while maintaining stability through controlled adaptation.

Inventive Principle:
Principle #15Dynamics

3Measurement precision

If multiple sensors are used for vehicle tracking and control, then measurement precision is improved, but the complexity of determining accurate data from multiple sources increases

Engineering Contradiction:
Improvemeasurement precisionVSAvoiddata processing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The probabilistic filter merges data from multiple sensors by formulating a unified measurement model that incorporates observations from various sensor sources. The filter combines GNSS, camera, radar, and other sensor measurements into a single coherent state estimation process, handling multiple data sources through integrated probabilistic reasoning rather than separate processing pipelines.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The probabilistic filter serves multiple functions simultaneously: it performs state estimation, noise adaptation, outlier detection, and data fusion for multiple sensor types within a single unified framework. This multi-functional approach reduces overall system complexity by consolidating what would otherwise require separate processing systems for each sensor and function.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS20250264619A1Probabilistic State Tracking Using Unbalanced Probabilistic Filter
Publication Date: 2025.08.21 MITSUBISHI ELECTRIC RESEARCH LABORATORIES INC
  • US20250264619A1 patent drawing
  • US20250264619A1 patent drawing
  • US20250264619A1 patent drawing

AI summary

To track the state of a device under control, an unbalanced probabilistic filter is executed over a sequence of control steps to track a change in the state of the device caused by the control steps. For each of the control steps, the probabilistic filter uses a prediction model subject to prediction noise to estimate the current state of the device and uses a measurement model subject to measurement noise to update the estimate of the current state of the device based on measurements of the state of the device. The probabilistic filter is unbalanced because, for at least some of the control steps, the probabilistic filter executes the measurement model more times than the prediction model.