Incremental Action Recognition Using Feature-Tree

Abstract

Action recognition methods suffer from many drawbacks in practice, which include (1)the inability to cope with incremental recognition problems; (2)the requirement of an intensive training stage to obtain good performance; (3) the inability to recognize simultaneous multiple actions; and (4) difficulty in performing recognition frame by frame. In order to overcome all these drawbacks using a single method, we propose a novel framework involving the feature-tree to index large scale motion features using Sphere/Rectangle-tree (SR-tree). The recognition consists of the following two steps: 1) recognizing the local features by non-parametric nearest neighbor (NN), 2) using a simple voting strategy to label the action. The proposed method can provide the localization of the action. Since our method does not require feature quantization, the feature- tree can be efficiently grown by adding features from new training examples of actions or categories. Our method provides an effective way for practical incremental action recognition. Furthermore, it can handle large scale datasets due to the fact that the SR-tree is a disk-based data structure. We have tested our approach on two publicly available datasets, the KTH and the IXMAS multi-view datasets, and obtained promising results.

Cite

Text

Reddy et al. "Incremental Action Recognition Using Feature-Tree." IEEE/CVF International Conference on Computer Vision, 2009. doi:10.1109/ICCV.2009.5459374

Markdown

[Reddy et al. "Incremental Action Recognition Using Feature-Tree." IEEE/CVF International Conference on Computer Vision, 2009.](https://mlanthology.org/iccv/2009/reddy2009iccv-incremental/) doi:10.1109/ICCV.2009.5459374

BibTeX

@inproceedings{reddy2009iccv-incremental,
  title     = {{Incremental Action Recognition Using Feature-Tree}},
  author    = {Reddy, Kishore K. and Liu, Jingen and Shah, Mubarak},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {2009},
  pages     = {1010-1017},
  doi       = {10.1109/ICCV.2009.5459374},
  url       = {https://mlanthology.org/iccv/2009/reddy2009iccv-incremental/}
}