Particle Filter Sensor Fusion for Position Accuracy

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional PNT systems, such as GPS and IMUs, face limitations in accuracy and reliability due to low update rates and susceptibility to signal loss, especially in non-linear and non-Gaussian environments, which complicates navigation in environments like airborne imaging applications.

Innovation Solution

The implementation of a particle filter-based data fusion technique that up-samples position estimates by assigning sensor weights to each particle filter output, allowing for more accurate and rapid position estimation by prioritizing sensor measurements, thereby enhancing navigation solutions in complex scenarios.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If GPS is used to determine location, then position accuracy is improved (approximately 30 cm with L5 band), but update rate deteriorates (low frequency typically on the order of 50 Hz)

Engineering Contradiction:
Improveposition accuracyVSAvoidupdate rate
Core Design Contradiction:
Measurement precisionVSSpeed

Solution Approach 1:

The patent combines GPS measurements with IMU measurements into a unified navigation solution using a particle filter. The GPS provides accurate position updates while the IMU provides high-rate motion data, and the particle filter fuses these disparate data sources to produce both accurate and high-rate position estimates.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The particle filter acts as an intermediary that processes both GPS and IMU measurements. It uses the GPS measurements to correct IMU drift while maintaining the high update rate capability of the IMU, effectively mediating between the conflicting requirements of accuracy and update rate.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If IMU is used to provide position estimates, then update rate is improved (100 to 200 Hz), but measurement precision deteriorates (IMU drift and compounding errors)

Engineering Contradiction:
Improveupdate rateVSAvoidposition accuracy
Core Design Contradiction:
SpeedVSMeasurement precision

Solution Approach 1:

The particle filter implements feedback by using GPS measurements to continuously correct the IMU-based position estimates. When GPS data is available, it provides feedback to reduce the accumulated drift errors in the IMU integration, maintaining long-term accuracy while preserving the high update rate.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The patent merges the high-rate IMU data with periodic GPS corrections in a unified particle filter framework. This combination allows the system to maintain the fast update rate of the IMU while periodically correcting drift using the more accurate but slower GPS measurements.

Inventive Principle:
Principle #5Merging (Combining)

3Device complexity

If traditional Kalman filter is used for sensor fusion, then computational simplicity is improved, but adaptability deteriorates (limited to linear systems with additive, white Gaussian noise)

Engineering Contradiction:
Improvecomputational simplicityVSAvoidsystem applicability
Core Design Contradiction:
Device complexityVSAdaptability or versatility

Solution Approach 1:

The patent changes the fundamental parameters and assumptions of the filtering approach by using a particle filter instead of a Kalman filter. This allows the system to handle non-linear dynamics and non-Gaussian noise characteristics that are common in airborne imaging applications, while still maintaining computational tractability through efficient particle filter implementations.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11435485B2Multi-inertial measurement unit fusion for fine-resolution position estimation
Publication Date: 2022.09.06 THE BOARD OF RGT UNIV OF OKLAHOMA
  • US11435485B2 patent drawing
  • US11435485B2 patent drawing
  • US11435485B2 patent drawing

AI summary

A method comprises: obtaining a GPS measurement; obtaining a first IMU measurement; obtaining a second IMU measurement; applying a first particle filter to the GPS measurement and the first IMU measurement to obtain a first position solution; applying a second particle filter to the GPS measurement and the second IMU measurement to obtain a second position solution; calculating a first sensor weight of the first position solution based on a likelihood function; calculating a second sensor weight of the second position solution based on the likelihood function; resampling the first position solution based on the first sensor weight to obtain a first resampled position solution; resampling the second position solution based on the second sensor weight to obtain a second resampled position solution; and calculating a final position estimate based on the GPS measurement, the first resampled position solution, and the second resampled position solution.