Abstract
Efficient spatial-temporal feature extraction from input video streams is crucial for dynamic gesture recognition. In the task of video classification, convolutional neural networks (CNNs) are widely used as feature extractors, while methods based on recurrent neural networks (RNNs) are commonly employed for sequence modeling. However, RNNs lack the ability to model global dependencies and have a limited attention span in the temporal dimension. This becomes a performance bottleneck for dynamic gestures that require sensitivity to temporal correlations. To address this issue, this paper proposes a dynamic gesture recognition model called R(2+1)D-Transformer. It is a Transformer-based approach that focuses on global modeling. Firstly, the R(2+1)D network is employed as a spatial-temporal feature extractor to capture the spatiotemporal information. Then, self-attention-based Transformer is used to map the spatiotemporal feature sequence to the semantic representation of gesture movements, considering both the temporal and spatial context. Finally, the gesture recognition results are obtained through an MLP classification head. Experimental results demonstrate the effectiveness and potential of the proposed R(2+1)D-Transformer model on two publicly available dynamic gesture datasets, IPN-Hand and NvGesture. The promising performance of the proposed approach provides valuable insights and reference for further research and applications in dynamic gesture recognition.
Original language | English |
---|---|
Title of host publication | Third International Conference on Computer Graphics, Image, and Virtualization, ICCGIV 2023 |
Editors | Yulin Wang, Ata Jahangir Moshayedi |
Publisher | SPIE |
ISBN (Electronic) | 9781510671720 |
DOIs | |
State | Published - 2023 |
Event | 3rd International Conference on Computer Graphics, Image, and Virtualization, ICCGIV 2023 - Nanjing, China Duration: 16 Jun 2023 → 18 Jun 2023 |
Publication series
Name | Proceedings of SPIE - The International Society for Optical Engineering |
---|---|
Volume | 12934 |
ISSN (Print) | 0277-786X |
ISSN (Electronic) | 1996-756X |
Conference
Conference | 3rd International Conference on Computer Graphics, Image, and Virtualization, ICCGIV 2023 |
---|---|
Country/Territory | China |
City | Nanjing |
Period | 16/06/23 → 18/06/23 |
Keywords
- Feature extraction
- Gesture recognition
- Transformer