Expectation Maximization 1D Tracking Demo

Demos use of expectation maximization algorithm to solve simplified one dimensional tracking problem
573 Downloads
Updated 16 Jan 2013

View License

This package demonstrates how to use an expectation maximization algorithm to solve a simplified one-dimensional multiple object tracking problem. Multiple object tracking typically involves making a series of position measurements over time, and then answering two questions: a.) what is the minimum number of objects that would be necessary in order to reasonably account for all the position measurements that were observed, and b.) what trajectory did each of the objects take? Since the true number of objects is unknown, estimating this from the data becomes an exercise in model order selection. In general, the goal of model order selection is to comport with Occam's razor: i.e., the total number of components in the entire model (in this case, the number of parameters per trajectory times the number of objects) should be both parsimonious, and not overfit the data with too many parameters, while still accurately modeling all of the data. The expectation maximization algorithm, which has frequently been used in the past to estimate items such as the parameter values and total number of nodes in Gaussian mixture models, is adapted here to estimate the trajectory parameters and the total number of objects in a one dimensional tracking practice exercise.

Cite As

Andrew Stachyra (2024). Expectation Maximization 1D Tracking Demo (https://www.mathworks.com/matlabcentral/fileexchange/39872-expectation-maximization-1d-tracking-demo), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0