Instantly Telling What Happens in a Video Sequence Using Simple Features

Abstract

This paper presents an efficient method to tell what happens (e.g. recognize actions) in a video sequence from only a couple of frames in real time. For the sake of instantaneity, we employ two types of computationally efficient but perceptually important features, optical flow and edge, to capture motion and shape/structure information in video sequences. It is known that the two types of features are not sparse and can be unreliable or ambiguous at certain parts of a video. In order to endow them with strong discriminative power, we extend an efficient contrast set mining technique, the Emerging Pattern (EP) mining method, to learn joint features from videos to differentiate action classes. Experimental results show that the combination of the two types of features achieves superior performance in differentiating actions than that of using each single type of features alone. The learned features are discriminative, statistically significant (reliable) and display semantically meaningful shape-motion structures of human actions. Besides the instant action recognition, we also extend the proposed approach to anomaly detection and sequential event detection. The experiments demonstrate encouraging results.

Cite

Text

Wang et al. "Instantly Telling What Happens in a Video Sequence Using Simple Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995377

Markdown

[Wang et al. "Instantly Telling What Happens in a Video Sequence Using Simple Features." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/wang2011cvpr-instantly/) doi:10.1109/CVPR.2011.5995377

BibTeX

@inproceedings{wang2011cvpr-instantly,
  title     = {{Instantly Telling What Happens in a Video Sequence Using Simple Features}},
  author    = {Wang, Liang and Wang, Yizhou and Jiang, Tingting and Gao, Wen},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {3257-3264},
  doi       = {10.1109/CVPR.2011.5995377},
  url       = {https://mlanthology.org/cvpr/2011/wang2011cvpr-instantly/}
}