paper-with-me

Papers

MVTN: A Multiscale Video Transformer Network for Hand Gesture Recognition

2024-09-05 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

In this paper, we introduce a novel Multiscale Video Transformer Network (MVTN) for dynamic hand gesture recognition, since multiscale features can extract features with variable size, pose, and shape of hand which is a challenge in hand gesture recognition. The proposed model incorporates a multiscale feature hierarchy to capture diverse levels of detail and context within hand gestures which enhances the model's ability. This multiscale hierarchy is obtained by extracting different dimensions of attention in different transformer stages with initial stages to model high-resolution features and later stages to model low-resolution features. Our approach also leverages multimodal data, utilizing depth maps, infrared data, and surface normals along with RGB images from NVGesture and Briareo datasets. Experiments show that the proposed MVTN achieves state-of-the-art results with less computational complexity and parameters. The source code is available at https://github.com/mallikagarg/MVTN.

📄 PDF Abstract BibTeX arXiv:2409.03890

Code (1)

mallikagarg/mvtn 공식 구현 pytorch

Tasks

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Multiscaled Multi-Head Attention-based Video Transformer Network for Hand Gesture Recognition

2025-01-01 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

Dynamic gesture recognition is one of the challenging research areas due to variations in pose, size, and shape of the signer's hand. In this letter, Multiscaled Multi-Head Attention Video Transformer Network (MsMHA-VTN)…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

GestFormer: Multiscale Wavelet Pooling Transformer Network for Dynamic Hand Gesture Recognition

2024-05-18 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

Transformer model have achieved state-of-the-art results in many applications like NLP, classification, etc. But their exploration in gesture recognition task is still limited. So, we propose a novel GestFormer architect…

Gesture RecognitionHand Gesture RecognitionHand-Gesture RecognitionOptical Flow Estimation

Cosh-DiT: Co-Speech Gesture Video Synthesis via Hybrid Audio-Visual Diffusion Transformers

2025-03-13 · Yasheng Sun, Zhiliang Xu, Hang Zhou, Jiazhi Guan 외

Co-speech gesture video synthesis is a challenging task that requires both probabilistic modeling of human gestures and the synthesis of realistic images that align with the rhythmic nuances of speech. To address these c…

MVTN: Multi-View Transformation Network for 3D Shape Recognition

2020-11-26 · ICCV 2021 10 · Abdullah Hamdi, Silvio Giancola, Bernard Ghanem

Multi-view projection methods have demonstrated their ability to reach state-of-the-art performance on 3D shape recognition. Those methods learn different ways to aggregate information from multiple views. However, the c…

3D Classification3D Object Retrieval3D Point Cloud Classification3D Shape Classification+4

Spatial-Temporal Parallel Transformer for Arm-Hand Dynamic Estimation

2022-03-30 · CVPR 2022 1 · Shuying Liu, Wenbin Wu, Jiaxian Wu, Yue Lin

We propose an approach to estimate arm and hand dynamics from monocular video by utilizing the relationship between arm and hand. Although monocular full human motion capture technologies have made great progress in rece…

3D Human Pose EstimationHand Pose EstimationPose Estimation