PhD - I year (part 4)

Right after FUSION 2022, I've addressed an underseen and vicious problem.
Consider a tracking problem and suppose to have a sensor that provides position measurements. Since the object position (i.e. the estimand) is directly observed by the sensor, it is not strictly necessary to employ a Kalman f‌ilter to generate the estimates. Theref‌ore, there are two possible schemes able to track the object:
  • 1) Dynamic scheme
    In this scheme the measurements generated by the sensor are processed by a Kalman f‌ilter. Then, the object position is estimated according to the output of the f‌ilter. Hence, the track is estimated via the processed measurements;
  • 2) Static scheme
    In this scheme the measurements generated by the sensor are not processed by a Kalman f‌ilter. Then, the object position is directly estimated with the sensor output. Hence, the track is estimated via the raw measurements.
It is clear that the static scheme is way much simpler than the dynamic one. This means that the employment of the Kalman f‌ilter must be justif‌ied in terms of the tracking perf‌ormance, i.e. the dynamic scheme must generate "better" tracks with respect to the static scheme.
Accordingly, if the dynamic scheme performs "better" than the static scheme then the underlying Kalman f‌ilter is well designed, otherwise not.
So here the key question is the following:

How one can be sure that its Kalman f‌ilter is well designed?

static vs dynamic tracking

Essentially, the static scheme is a subset of the dynamic scheme where the Kalman f‌ilter is bypassed. If the static scheme performs better than the dynamic scheme then one can say that the Kalman f‌ilter is wasting, rather than enhancing, the inf‌ormation contained in the measurements generated by the sensor. Of course this is a bad situation that the tracker designer must avoid at all cost.