← Knowledge hub
Tracking & FusionAugust 9, 2026Educational article

Kalman Filter Fundamentals: Predict, Measure, Correct

Project DRIVE · Estimation fundamentals

Sainath Reddy PuchakayalaAutomotive Engineer · ASE L4-certified ADAS professional · Massachusetts Motor Vehicle Inspector

How a state estimate balances a motion model with new measurements through uncertainty.

A Kalman filter maintains a state estimate and its uncertainty. The prediction step advances the state through a motion model and adds process uncertainty. The correction step compares a new measurement with the predicted measurement and updates the state according to their relative uncertainty.

The residual carries information

The innovation, or residual, is the difference between observed and predicted measurement. A large residual can indicate maneuver, noise, a bad association, an incorrect model, or a sensor issue; it should not be interpreted in isolation.

Linear and nonlinear cases

The basic Kalman filter assumes linear models. Extended and unscented variants address nonlinear relationships in different ways. Regardless of form, the filter’s credibility depends on appropriate models, covariance tuning, timing, coordinates, and data association.

  1. [1]MathWorks — Estimation Filters
  2. [2]MathWorks — Extended Kalman Filter for Object Tracking
Scope and disclosure

This independent educational article is not an OEM procedure, diagnosis, repair instruction, calibration specification, legal requirement, or certification of system performance. Vehicle-specific manufacturer information and qualified professional judgment control the actual service decision. Repository publication does not by itself mean peer review or endorsement.