Time-Conditioned Action Anticipation in One Shot

Abstract

The goal of human action anticipation is to predict future actions. Ideally, in real-world applications such as video surveillance and self-driving systems, future actions should not only be predicted with high accuracy but also at arbitrary and variable time-horizons ranging from short- to long-term predictions. Current work mostly focuses on predicting the next action and thus long-term prediction is achieved by recursive prediction of each next action, which is both inefficient and accumulates errors. In this paper, we propose a novel time-conditioned method for efficient and effective long-term action anticipation. There are two key ingredients to our approach. First, by explicitly conditioning our anticipation network on time allows to efficiently anticipate also long-term actions. And second, we propose an attended temporal feature and a time-conditioned skip connection to extract relevant and useful information from observations for effective anticipation. We conduct extensive experiments on the large-scale Epic-Kitchen and the 50Salads Datasets. Experimental results show that the proposed method is capable of anticipating future actions at both short-term and long-term, and achieves state-of-the-art performance.

Cite

Text

Ke et al. "Time-Conditioned Action Anticipation in One Shot." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01016

Markdown

[Ke et al. "Time-Conditioned Action Anticipation in One Shot." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/ke2019cvpr-timeconditioned/) doi:10.1109/CVPR.2019.01016

BibTeX

@inproceedings{ke2019cvpr-timeconditioned,
  title     = {{Time-Conditioned Action Anticipation in One Shot}},
  author    = {Ke, Qiuhong and Fritz, Mario and Schiele, Bernt},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.01016},
  url       = {https://mlanthology.org/cvpr/2019/ke2019cvpr-timeconditioned/}
}