CVAIAug 10, 2024

EPAM-Net: An Efficient Pose-driven Attention-guided Multimodal Network for Video Action Recognition

arXiv:2408.05421v210 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency issues for real-time video action recognition applications, representing an incremental improvement over existing multimodal methods.

The paper tackles the problem of computationally intensive multimodal action recognition in videos by proposing EPAM-Net, which achieves up to a 72.8x reduction in FLOPs and up to a 48.6x reduction in parameters while outperforming or competing with state-of-the-art methods on multiple datasets.

Existing multimodal-based human action recognition approaches are computationally intensive, limiting their deployment in real-time applications. In this work, we present a novel and efficient pose-driven attention-guided multimodal network (EPAM-Net) for action recognition in videos. Specifically, we propose eXpand temporal Shift (X-ShiftNet) convolutional architectures for RGB and pose streams to capture spatio-temporal features from RGB videos and their skeleton sequences. The X-ShiftNet tackles the high computational cost of the 3D CNNs by integrating the Temporal Shift Module (TSM) into an efficient 2D CNN, enabling efficient spatiotemporal learning. Then skeleton features are utilized to guide the visual network stream, focusing on keyframes and their salient spatial regions using the proposed spatial-temporal attention block. Finally, the predictions of the two streams are fused for final classification. The experimental results show that our method, with a significant reduction in floating-point operations (FLOPs), outperforms and competes with the state-of-the-art methods on NTU RGB-D 60, NTU RGB-D 120, PKU-MMD, and Toyota SmartHome datasets. The proposed EPAM-Net provides up to a 72.8x reduction in FLOPs and up to a 48.6x reduction in the number of network parameters. The code will be available at https://github.com/ahmed-nady/Multimodal-Action-Recognition.

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