DDGCN: A Dynamic Directed Graph Convolutional Network for Action Recognition
2020-08-01ECCV 2020Code Available1· sign in to hype
Matthew Korban, Xin Li
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/MengzSun/DDGCNOfficialpytorch★ 36
Abstract
We propose a Dynamic Directed Graph Convolutional Network (DDGCN) to model spatial and temporal features of human actions from their skeletal representations. The DDGCN consists of three new feature modeling modules: (1) Dynamic Convolutional Sampling (DCS), (2) Dynamic Convolutional Weight (DCW) assignment, and (3) Directed Graph Spatial-Temporal (DGST) feature extraction. Comprehensive experiments show that the DDGCN outperforms existing state-of-the-art action recognition approaches in various testing datasets. Our source code and model will be released at http://www.ece.lsu.edu/xinli/ActionModeling/index.html .