Detection of Human Actions from a Single Example

Abstract

We present an algorithm for detecting human actions based upon a single given video example of such actions. The proposed method is unsupervised, does not require learning, segmentation, or motion estimation. The novel features employed in our method are based on space-time locally adaptive regression kernels. Our method is based on the dense computation of so-called space-time local regression kernels (i.e. local descriptors) from a query video, which measure the likeness of a voxel to its spatio-temporal surroundings. Salient features are then extracted from these descriptors using principal components analysis (PCA). These are efficiently compared against analogous features from the target video using a matrix generalization of the cosine similarity measure. The algorithm yields a scalar resemblance volume; each voxel indicating the like-lihood of similarity between the query video and all cubes in the target video. By employing non-parametric significance tests and non-maxima suppression, we accurately detect the presence and location of actions similar to the given query video. High performance is demonstrated on a challenging set of action data indicating successful detection of multiple complex actions even in the presence of fast motions.

Cite

Text

Seo and Milanfar. "Detection of Human Actions from a Single Example." IEEE/CVF International Conference on Computer Vision, 2009. doi:10.1109/ICCV.2009.5459433

Markdown

[Seo and Milanfar. "Detection of Human Actions from a Single Example." IEEE/CVF International Conference on Computer Vision, 2009.](https://mlanthology.org/iccv/2009/seo2009iccv-detection/) doi:10.1109/ICCV.2009.5459433

BibTeX

@inproceedings{seo2009iccv-detection,
  title     = {{Detection of Human Actions from a Single Example}},
  author    = {Seo, Hae Jong and Milanfar, Peyman},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2009},
  pages     = {1965-1970},
  doi       = {10.1109/ICCV.2009.5459433},
  url       = {https://mlanthology.org/iccv/2009/seo2009iccv-detection/}
}