2021

TubeR: Tubelet Transformer for Video Action Detection

Zhao, Jiaojiao, Zhang, Yanyi, Li, Xinyu et al.

Understand

We propose TubeR: a simple solution for spatio-temporal video action detection.

  • Different from existing methods that depend on either an off-line actor detector or hand-designed actor-positional hypotheses like proposals or anchors, we propose to directly detect an action tubelet in a video by simultaneously performing action localization and recognition from a single representation.
  • TubeR learns a set of tubelet-queries and utilizes a tubelet-attention module to model the dynamic spatio-temporal nature of a video clip, which effectively reinforces the model capacity compared to using actor-positional hypotheses in the spatio-temporal space.
  • For videos containing transitional states or scene changes, we propose a context aware classification head to utilize short-term and long-term context to strengthen action classification, and an action switch regression head for detecting the precise temporal action extent.

Reading the bibliography…