Detecting Unusual Activity in Video

Abstract

We present an unsupervised technique for detecting unusual activity in a large video set using many simple features. No complex activity models and no supervised feature selections are used. We divide the video into equal length segments and classify the extracted features into prototypes, from which a prototype-segment co-occurrence matrix is computed. Motivated by a similar problem in document-keyword analysis, we seek a correspondence relationship between prototypes and video segments which satisfies the transitive closure constraint. We show that an important sub-family of correspondence functions can be reduced to co-embedding prototypes and segments to N-D Euclidean space. We prove that an efficient, globally optimal algorithm exists for the co-embedding problem. Experiments on various real-life videos have validated our approach.

Cite

Text

Zhong et al. "Detecting Unusual Activity in Video." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004. doi:10.1109/CVPR.2004.78

Markdown

[Zhong et al. "Detecting Unusual Activity in Video." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004.](https://mlanthology.org/cvpr/2004/zhong2004cvpr-detecting/) doi:10.1109/CVPR.2004.78

BibTeX

@inproceedings{zhong2004cvpr-detecting,
  title     = {{Detecting Unusual Activity in Video}},
  author    = {Zhong, Hua and Shi, Jianbo and Visontai, Mirkó},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2004},
  pages     = {819-826},
  doi       = {10.1109/CVPR.2004.78},
  url       = {https://mlanthology.org/cvpr/2004/zhong2004cvpr-detecting/}
}