Discovering Clusters in Motion Time-Series Data

Abstract

An approach is proposed for clustering time-series data. The approach can be used to discover groupings of similar object motions that were observed in a video collection. A finite mixture of hidden Markov models (HMMs) is fitted to the motion data using the expectation maximization (EM) framework. Previous approaches for HMM-based clustering employ a k-means formulation, where each sequence is assigned to only a single HMM. In contrast, the formulation presented in this paper allows each sequence to belong to more than a single HMM with some probability, and the hard decision about the sequence class membership can be deferred until a later time when such a decision is required. Experiments with simulated data demonstrate the benefit of using this EM-based approach when there is more "overlap" in the processes generating the data. Experiments with real data show the promising potential of HMM-based motion clustering in a number of applications.

Cite

Text

Alon et al. "Discovering Clusters in Motion Time-Series Data." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211378

Markdown

[Alon et al. "Discovering Clusters in Motion Time-Series Data." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/alon2003cvpr-discovering/) doi:10.1109/CVPR.2003.1211378

BibTeX

@inproceedings{alon2003cvpr-discovering,
  title     = {{Discovering Clusters in Motion Time-Series Data}},
  author    = {Alon, Jonathan and Sclaroff, Stan and Kollios, George and Pavlovic, Vladimir},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {375-381},
  doi       = {10.1109/CVPR.2003.1211378},
  url       = {https://mlanthology.org/cvpr/2003/alon2003cvpr-discovering/}
}