CVDec 7, 2021

MS-TCT: Multi-Scale Temporal ConvTransformer for Action Detection

arXiv:2112.03902v2108 citations
Originality Incremental advance
AI Analysis

This addresses the problem of complex temporal relations in video action detection for computer vision applications, representing an incremental improvement.

The paper tackles action detection in densely labeled untrimmed videos by proposing a Multi-Scale Temporal ConvTransformer network, which outperforms state-of-the-art methods on datasets like Charades, TSU, and MultiTHUMOS.

Action detection is an essential and challenging task, especially for densely labelled datasets of untrimmed videos. The temporal relation is complex in those datasets, including challenges like composite action, and co-occurring action. For detecting actions in those complex videos, efficiently capturing both short-term and long-term temporal information in the video is critical. To this end, we propose a novel ConvTransformer network for action detection. This network comprises three main components: (1) Temporal Encoder module extensively explores global and local temporal relations at multiple temporal resolutions. (2) Temporal Scale Mixer module effectively fuses the multi-scale features to have a unified feature representation. (3) Classification module is used to learn the instance center-relative position and predict the frame-level classification scores. The extensive experiments on multiple datasets, including Charades, TSU and MultiTHUMOS, confirm the effectiveness of our proposed method. Our network outperforms the state-of-the-art methods on all three datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes