Action Recognition by Dense Trajectories

Abstract

Feature trajectories have shown to be efficient for rep-resenting videos. Typically, they are extracted using the KLT tracker or matching SIFT descriptors between frames. However, the quality as well as quantity of these trajecto-ries is often not sufficient. Inspired by the recent success of dense sampling in image classification, we propose an approach to describe videos by dense trajectories. We sam-ple dense points from each frame and track them based on displacement information from a dense optical flow field. Given a state-of-the-art optical flow algorithm, our trajec-tories are robust to fast irregular motions as well as shot boundaries. Additionally, dense trajectories cover the mo-tion information in videos well. We, also, investigate how to design descriptors to encode the trajectory information. We introduce a novel descriptor based on motion boundary histograms, which is robust to camera motion. This descriptor consistently outperforms other state-of-the-art descriptors, in particular in uncon-trolled realistic videos. We evaluate our video description in the context of action classification with a bag-of-features approach. Experimental results show a significant improve-ment over the state of the art on four datasets of varying difficulty, i.e. KTH, YouTube, Hollywood2 and UCF sports. 1.

Cite

Text

Wang et al. "Action Recognition by Dense Trajectories." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995407

Markdown

[Wang et al. "Action Recognition by Dense Trajectories." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/wang2011cvpr-action-a/) doi:10.1109/CVPR.2011.5995407

BibTeX

@inproceedings{wang2011cvpr-action-a,
  title     = {{Action Recognition by Dense Trajectories}},
  author    = {Wang, Heng and Kläser, Alexander and Schmid, Cordelia and Liu, Cheng-Lin},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {3169-3176},
  doi       = {10.1109/CVPR.2011.5995407},
  url       = {https://mlanthology.org/cvpr/2011/wang2011cvpr-action-a/}
}