← Knowledge hub
Tracking & FusionAugust 9, 2026Educational article

Kalman Filter Tracking: Predicting an Object and Correcting with New Measurements

Project DRIVE · Applied estimation

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

A vehicle-tracking example that connects state, covariance, motion prediction, innovation, and correction.

Consider a lead vehicle represented by position and velocity. Between radar updates, a constant-velocity model predicts the next position while covariance grows. When a new range or position measurement arrives, the tracker first verifies association, then calculates the innovation and corrects the state.

Trust is expressed through covariance

If measurement noise is high, the correction leans more heavily on the prediction. If predicted uncertainty is high and the measurement is credible, the correction gives the measurement more influence.

Missed detections

When an update is missed, prediction can temporarily maintain the track, but uncertainty must increase. Track-management logic decides how many misses are acceptable before the track becomes unsafe to retain.

  1. [1]MathWorks — Extended Kalman Filter for Object Tracking
  2. [2]MathWorks — Tracking and Sensor Fusion
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.