ACTION-Net: Multipath Excitation for Action Recognition
About
Spatial-temporal, channel-wise, and motion patterns are three complementary and crucial types of information for video action recognition. Conventional 2D CNNs are computationally cheap but cannot catch temporal relationships; 3D CNNs can achieve good performance but are computationally intensive. In this work, we tackle this dilemma by designing a generic and effective module that can be embedded into 2D CNNs. To this end, we propose a spAtio-temporal, Channel and moTion excitatION (ACTION) module consisting of three paths: Spatio-Temporal Excitation (STE) path, Channel Excitation (CE) path, and Motion Excitation (ME) path. The STE path employs one channel 3D convolution to characterize spatio-temporal representation. The CE path adaptively recalibrates channel-wise feature responses by explicitly modeling interdependencies between channels in terms of the temporal aspect. The ME path calculates feature-level temporal differences, which is then utilized to excite motion-sensitive channels. We equip 2D CNNs with the proposed ACTION module to form a simple yet effective ACTION-Net with very limited extra computational cost. ACTION-Net is demonstrated by consistently outperforming 2D CNN counterparts on three backbones (i.e., ResNet-50, MobileNet V2 and BNInception) employing three datasets (i.e., Something-Something V2, Jester, and EgoGesture). Codes are available at \url{https://github.com/V-Sense/ACTION-Net}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Action Recognition | Something-Something v2 (test) | Top-1 Acc64 | 333 | |
| Action Recognition | Something-Something v2 (test val) | Top-1 Accuracy64 | 187 | |
| Video Classification | Something-Something v2 (test) | Top-1 Acc0.64 | 169 | |
| Video Classification | Something-Something v2 (val) | Top-1 Acc64 | 69 | |
| Event-based action recognition | HARDVS | Top-1 Acc46.85 | 22 | |
| Action Recognition | DailyDVS-200 (test) | Top-1 Acc42.61 | 17 | |
| Action Recognition | HARDVS (test) | Top-1 Acc0.4685 | 15 |