English

Learning to Discriminate Information for Online Action Detection: Analysis and Application

Computer Vision and Pattern Recognition 2022-11-21 v3

Abstract

Online action detection, which aims to identify an ongoing action from a streaming video, is an important subject in real-world applications. For this task, previous methods use recurrent neural networks for modeling temporal relations in an input sequence. However, these methods overlook the fact that the input image sequence includes not only the action of interest but background and irrelevant actions. This would induce recurrent units to accumulate unnecessary information for encoding features on the action of interest. To overcome this problem, we propose a novel recurrent unit, named Information Discrimination Unit (IDU), which explicitly discriminates the information relevancy between an ongoing action and others to decide whether to accumulate the input information. This enables learning more discriminative representations for identifying an ongoing action. In this paper, we further present a new recurrent unit, called Information Integration Unit (IIU), for action anticipation. Our IIU exploits the outputs from IDU as pseudo action labels as well as RGB frames to learn enriched features of observed actions effectively. In experiments on TVSeries and THUMOS-14, the proposed methods outperform state-of-the-art methods by a significant margin in online action detection and action anticipation. Moreover, we demonstrate the effectiveness of the proposed units by conducting comprehensive ablation studies.

Cite

@article{arxiv.2109.03393,
  title  = {Learning to Discriminate Information for Online Action Detection: Analysis and Application},
  author = {Sumin Lee and Hyunjun Eun and Jinyoung Moon and Seokeon Choi and Yoonhyung Kim and Chanho Jung and Changick Kim},
  journal= {arXiv preprint arXiv:2109.03393},
  year   = {2022}
}

Comments

To appear in TPAMI. arXiv admin note: substantial text overlap with arXiv:1912.04461

R2 v1 2026-06-24T05:46:30.190Z