Representation Learning for Compressed Video Action Recognition via Attentive Cross-modal Interaction with Motion Enhancement
Bing Li, Jiaxin Chen, Dongming Zhang, Xiuguo Bao, Di Huang
TL;DR
The paper tackles action recognition in compressed videos where motion cues are coarse and fusion is suboptimal. It introduces MEACI-Net with a CME network (MSB + DM) to enhance motion, and ACI (SMC + CMA) for cross-modal fusion between RGB I-frames and motion P-frames. On HMDB-51, UCF-101, and Kinetics-400, MEACI-Net achieves state-of-the-art results among compressed-video methods while using substantially fewer GFLOPs and enabling faster inference, thereby narrowing the gap to raw-video approaches. This work provides a practical pathway for efficient video understanding in settings with limited bandwidth and compute resources.
Abstract
Compressed video action recognition has recently drawn growing attention, since it remarkably reduces the storage and computational cost via replacing raw videos by sparsely sampled RGB frames and compressed motion cues (e.g., motion vectors and residuals). However, this task severely suffers from the coarse and noisy dynamics and the insufficient fusion of the heterogeneous RGB and motion modalities. To address the two issues above, this paper proposes a novel framework, namely Attentive Cross-modal Interaction Network with Motion Enhancement (MEACI-Net). It follows the two-stream architecture, i.e. one for the RGB modality and the other for the motion modality. Particularly, the motion stream employs a multi-scale block embedded with a denoising module to enhance representation learning. The interaction between the two streams is then strengthened by introducing the Selective Motion Complement (SMC) and Cross-Modality Augment (CMA) modules, where SMC complements the RGB modality with spatio-temporally attentive local motion features and CMA further combines the two modalities with selective feature augmentation. Extensive experiments on the UCF-101, HMDB-51 and Kinetics-400 benchmarks demonstrate the effectiveness and efficiency of MEACI-Net.
