Heatmap Pooling Network for Action Recognition from RGB Videos
Mengyuan Liu, Jinfu Liu, Yongkang Jiang, Bin He
TL;DR
The paper tackles action recognition from RGB videos by addressing information redundancy and noise in heatmap representations. It introduces HP-Net, a heatmap-pooled, pose-guided framework consisting of a Feedback Pooling Module, lightweight graph-based topology modeling, and multimodal fusion via Spatial-Motion Co-learning and Text Refinement Modulation. The approach achieves state-of-the-art results across four benchmarks (NTU-60, NTU-120, Toyota-Smarthome, UAV-Human) and demonstrates strong transferability and robustness, even when integrated with RGB and text modalities. Public code availability further enables practical adoption and extension to other action-recognition datasets and tasks.
Abstract
Human action recognition (HAR) in videos has garnered widespread attention due to the rich information in RGB videos. Nevertheless, existing methods for extracting deep features from RGB videos face challenges such as information redundancy, susceptibility to noise and high storage costs. To address these issues and fully harness the useful information in videos, we propose a novel heatmap pooling network (HP-Net) for action recognition from videos, which extracts information-rich, robust and concise pooled features of the human body in videos through a feedback pooling module. The extracted pooled features demonstrate obvious performance advantages over the previously obtained pose data and heatmap features from videos. In addition, we design a spatial-motion co-learning module and a text refinement modulation module to integrate the extracted pooled features with other multimodal data, enabling more robust action recognition. Extensive experiments on several benchmarks namely NTU RGB+D 60, NTU RGB+D 120, Toyota-Smarthome and UAV-Human consistently verify the effectiveness of our HP-Net, which outperforms the existing human action recognition methods. Our code is publicly available at: https://github.com/liujf69/HPNet-Action.
