Group Context Learning for Event Recognition

Abstract

We address the problem of group-level event recognition from videos. The events of interest are defined based on the motion and interaction of members in a group over time. Example events include group formation, dispersion, following, chasing, flanking, and fighting. To recognize these complex group events, we propose a novel approach that learns the group-level scenario context from automatically extracted individual trajectories. We first perform a group structure analysis to produce a weighted graph that represents the probabilistic group membership of the individuals. We then extract features from this graph to capture the motion and action contexts among the groups. The features are represented using the "bag-of-words" scheme. Finally, our method uses the learned Support Vector Machine (SVM) to classify a video segment into the six event categories. Our implementation builds upon a mature multi-camera multi-target tracking system that recognizes the group-level events involving up to 20 individuals in real-time.

Cite

Text

Zhang et al. "Group Context Learning for Event Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2012. doi:10.1109/WACV.2012.6163009

Markdown

[Zhang et al. "Group Context Learning for Event Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2012.](https://mlanthology.org/wacv/2012/zhang2012wacv-group/) doi:10.1109/WACV.2012.6163009

BibTeX

@inproceedings{zhang2012wacv-group,
  title     = {{Group Context Learning for Event Recognition}},
  author    = {Zhang, Yimeng and Ge, Weina and Chang, Ming-Ching and Liu, Xiaoming},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2012},
  pages     = {249-255},
  doi       = {10.1109/WACV.2012.6163009},
  url       = {https://mlanthology.org/wacv/2012/zhang2012wacv-group/}
}