Scene Understanding by Statistical Modeling of Motion Patterns

Abstract

We present a novel method for the discovery and statistical representation of motion patterns in a scene observed by a static camera. Related methods involving learning of patterns of activity rely on trajectories obtained from object detection and tracking systems, which are unreliable in complex scenes of crowded motion. We propose a mixture model representation of salient patterns of optical flow, and present an algorithm for learning these patterns from dense optical flow in a hierarchical, unsupervised fashion. Using low level cues of noisy optical flow, K-means is employed to initialize a Gaussian mixture model for temporally segmented clips of video. The components of this mixture are then filtered and instances of motion patterns are computed using a simple motion model, by linking components across space and time. Motion patterns are then initialized and membership of instances in different motion patterns is established by using KL divergence between mixture distributions of pattern instances. Finally, a pixel level representation of motion patterns is proposed by deriving conditional expectation of optical flow. Results of extensive experiments are presented for multiple surveillance sequences containing numerous patterns involving both pedestrian and vehicular traffic.

Cite

Text

Saleemi et al. "Scene Understanding by Statistical Modeling of Motion Patterns." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539884

Markdown

[Saleemi et al. "Scene Understanding by Statistical Modeling of Motion Patterns." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/saleemi2010cvpr-scene/) doi:10.1109/CVPR.2010.5539884

BibTeX

@inproceedings{saleemi2010cvpr-scene,
  title     = {{Scene Understanding by Statistical Modeling of Motion Patterns}},
  author    = {Saleemi, Imran and Hartung, Lance and Shah, Mubarak},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2069-2076},
  doi       = {10.1109/CVPR.2010.5539884},
  url       = {https://mlanthology.org/cvpr/2010/saleemi2010cvpr-scene/}
}