Kalman Filter Tracking: Predicting an Object and Correcting with New Measurements
Project DRIVE · Applied estimation
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.
References
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.

Sainath Reddy Puchakayala
Automotive Engineer, ASE L4-Certified ADAS Professional, and Licensed Massachusetts Motor Vehicle Inspector based in Lowell, Massachusetts. His work connects vehicle diagnostics, electronics, hybrid and EV technology, inspection practice, and systems-level engineering. He independently developed Project VISION to advance careful ADAS awareness, documentation, communication, and appropriate referral without replacing vehicle-specific OEM procedures.