Running Mean and Variance Updates for Real-Time Radar Tracking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Computing sample mean and variance of large data sets is computationally expensive and requires significant memory, making it challenging for online applications such as tracking and filtering of road users with radars.

Innovation Solution

An iterative and adaptive method using a forgetting factor to update intermediate data, allowing for efficient determination of mean and variance in real-time without storing all measurements, utilizing a computer system with a processor, memory, and non-transitory data storage to implement the method.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If all measurement data is stored and processed to compute mean and variance, then measurement precision is improved, but device complexity and memory requirements increase

Engineering Contradiction:
Improvemean and variance computation accuracyVSAvoidmemory and computational requirements
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent extracts only the essential statistical information (mean and variance) from the measurement data stream without storing all raw data points. By maintaining running sums and sums of squares, the system computes accurate statistical parameters while discarding the need to retain individual measurement values, thereby reducing memory requirements and computational complexity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent transforms the problem from storing and processing N individual data points to maintaining three running parameters (sum of measurements, sum of squared measurements, and count). This parameter transformation enables constant-time updates and O(1) memory usage while preserving the ability to compute accurate mean and variance values.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If all measurement data is stored for offline processing, then measurement precision is improved, but loss of time increases

Engineering Contradiction:
Improvestatistical computation accuracyVSAvoidprocessing delay
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary computation by continuously updating running sums and sums of squares as measurements arrive. This preliminary action enables immediate computation of mean and variance without waiting for data collection to complete, eliminating processing delays while maintaining statistical accuracy.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements continuous computation where the running sums and sums of squares are updated continuously as new measurements arrive. This continuous action allows the system to provide up-to-date statistical information in real-time rather than requiring batch processing, thereby eliminating time loss while preserving measurement precision.

Inventive Principle:
Principle #20Continuity of useful action

Data Source

PatentEP4645123A1Methods and system for determining a mean and a variance of measurement data
Publication Date: 2025.11.05 APTIV TECHNOLOGIES AG
  • EP4645123A1 patent drawingFigure 1
  • EP4645123A1 patent drawingFigure 2
  • EP4645123A1 patent drawing

AI summary

A computer implemented method for determining a mean and a variance of measurement data comprises the following steps carried out by computer hardware components: acquiring measurement data for a present time step using a sensor; updating a plurality of intermediate data for a previous time step based on the measurement data for the present time and based on a forgetting factor to obtain a plurality of intermediate data for the present time step; and determining the mean and the variance for the present time step based on the plurality of intermediate data for the present time step.