MALT: Multi-scale Action Learning Transformer for Online Action Detection
Zhipeng Yang, Ruoyu Wang, Yang Tan, Liping Xie
TL;DR
MALT addresses online action detection by modeling actions at multiple temporal scales. It combines a hierarchical encoder that produces a coarse-to-fine action feature sequence with a recurrent decoder that fuse multi-scale features efficiently, augmented by a sparse-attention frame scoring mechanism to filter irrelevant history without extra networks. The approach achieves state-of-the-art performance on THUMOS'14 and TVSeries, with ablations confirming the benefits of sparse attention, auxiliary losses, and multi-branch encoding. This multi-scale, attention-based framework offers real-time OAD improvements by preserving local temporal information while reducing computation on uninformative frames. The work also highlights practical considerations, such as encoder depth and filtering thresholds, that influence performance and scalability.
Abstract
Online action detection (OAD) aims to identify ongoing actions from streaming video in real-time, without access to future frames. Since these actions manifest at varying scales of granularity, ranging from coarse to fine, projecting an entire set of action frames to a single latent encoding may result in a lack of local information, necessitating the acquisition of action features across multiple scales. In this paper, we propose a multi-scale action learning transformer (MALT), which includes a novel recurrent decoder (used for feature fusion) that includes fewer parameters and can be trained more efficiently. A hierarchical encoder with multiple encoding branches is further proposed to capture multi-scale action features. The output from the preceding branch is then incrementally input to the subsequent branch as part of a cross-attention calculation. In this way, output features transition from coarse to fine as the branches deepen. We also introduce an explicit frame scoring mechanism employing sparse attention, which filters irrelevant frames more efficiently, without requiring an additional network. The proposed method achieved state-of-the-art performance on two benchmark datasets (THUMOS'14 and TVSeries), outperforming all existing models used for comparison, with an mAP of 0.2% for THUMOS'14 and an mcAP of 0.1% for TVseries.
