PSUMNet: Unified Modality Part Streams are All You Need for Efficient Pose-based Action Recognition
About
Pose-based action recognition is predominantly tackled by approaches which treat the input skeleton in a monolithic fashion, i.e. joints in the pose tree are processed as a whole. However, such approaches ignore the fact that action categories are often characterized by localized action dynamics involving only small subsets of part joint groups involving hands (e.g. `Thumbs up') or legs (e.g. `Kicking'). Although part-grouping based approaches exist, each part group is not considered within the global pose frame, causing such methods to fall short. Further, conventional approaches employ independent modality streams (e.g. joint, bone, joint velocity, bone velocity) and train their network multiple times on these streams, which massively increases the number of training parameters. To address these issues, we introduce PSUMNet, a novel approach for scalable and efficient pose-based action recognition. At the representation level, we propose a global frame based part stream approach as opposed to conventional modality based streams. Within each part stream, the associated data from multiple modalities is unified and consumed by the processing pipeline. Experimentally, PSUMNet achieves state of the art performance on the widely used NTURGB+D 60/120 dataset and dense joint skeleton dataset NTU 60-X/120-X. PSUMNet is highly efficient and outperforms competing methods which use 100%-400% more parameters. PSUMNet also generalizes to the SHREC hand gesture dataset with competitive performance. Overall, PSUMNet's scalability, performance and efficiency makes it an attractive choice for action recognition and for deployment on compute-restricted embedded and edge devices. Code and pretrained models can be accessed at https://github.com/skelemoa/psumnet
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Action Recognition | NTU RGB+D 120 (X-set) | Accuracy90.6 | 661 | |
| Action Recognition | NTU RGB+D (Cross-View) | Accuracy96.7 | 609 | |
| Action Recognition | NTU RGB+D 60 (Cross-View) | Accuracy96.7 | 575 | |
| Action Recognition | NTU RGB+D (Cross-subject) | Accuracy92.9 | 474 | |
| Action Recognition | NTU RGB+D 60 (X-sub) | Accuracy92.9 | 467 | |
| Action Recognition | NTU RGB+D X-sub 120 | Accuracy89.4 | 377 | |
| Action Recognition | NTU RGB-D Cross-Subject 60 | Accuracy94.7 | 305 | |
| Action Recognition | NTU RGB+D 120 Cross-Subject | Accuracy89.4 | 183 | |
| Action Recognition | NTU RGB+D X-View 60 | Accuracy96.7 | 172 | |
| Action Recognition | NTU-120 (cross-subject (xsub)) | Accuracy89.1 | 82 |