paper-with-me

Papers

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 architecture for dynamic hand gesture recognition. The motivation behind this design is to propose a resource efficient transformer model, since transformers are computationally expensive and very complex. So, we propose to use a pooling based token mixer named PoolFormer, since it uses only pooling layer which is a non-parametric layer instead of quadratic attention. The proposed model also leverages the space-invariant features of the wavelet transform and also the multiscale features are selected using multi-scale pooling. Further, a gated mechanism helps to focus on fine details of the gesture with the contextual information. This enhances the performance of the proposed model compared to the traditional transformer with fewer parameters, when evaluated on dynamic hand gesture datasets, NVidia Dynamic Hand Gesture and Briareo datasets. To prove the efficacy of the proposed model, we have experimented on single as well multimodal inputs such as infrared, normals, depth, optical flow and color images. We have also compared the proposed GestFormer in terms of resource efficiency and number of operations. The source code is available at https://github.com/mallikagarg/GestFormer.

📄 PDF Abstract BibTeX arXiv:2405.11180

Code (1)

mallikagarg/gestformer 공식 구현 pytorch

Tasks

Gesture RecognitionHand Gesture RecognitionHand-Gesture RecognitionOptical Flow Estimation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
PoolFormer PoolFormer is instantiated from MetaFormer by specifying the token mixer as extremely simple operator, pooling. PoolFormer is utilized as a tool to verify MetaFormer hypothesis…

Similar Papers 제목 키워드 기반

Image Classification using Graph Neural Network and Multiscale Wavelet Superpixels

2022-01-29 · Varun Vasudevan, Maxime Bassenne, Md Tauhidul Islam, Lei Xing

Prior studies using graph neural networks (GNNs) for image classification have focused on graphs generated from a regular grid of pixels or similar-sized superpixels. In the latter, a single target number of superpixels …

ClassificationGraph ClassificationGraph Neural Networkimage-classification+2

Multiscale Hodge Scattering Networks for Data Analysis

2023-11-17 · Naoki Saito, Stefan C. Schonsheck, Eugene Shvarts

We propose new scattering networks for signals measured on simplicial complexes, which we call \emph{Multiscale Hodge Scattering Networks} (MHSNs). Our construction is based on multiscale basis dictionaries on simplicial…

Descriptive

Learning from multiscale wavelet superpixels using GNN with spatially heterogeneous pooling

2021-01-01 · Maxime Bassenne, Varun Vasudevan, Lei Xing

Neural networks have become the standard for image classification tasks. On one hand, convolutional neural networks (CNNs) achieve state-of-the-art performance by learning from a regular grid representation of images. On…

General ClassificationGraph Classificationimage-classificationImage Classification+1

A mathematical motivation for complex-valued convolutional networks

2015-03-11 · Joan Bruna, Soumith Chintala, Yann Lecun, Serkan Piantino 외

A complex-valued convolutional network (convnet) implements the repeated application of the following composition of three operations, recursively applying the composition to an input vector of nonnegative real numbers: …

Hi-WaveTST: A Hybrid High-Frequency Wavelet-Transformer for Time-Series Classification

2025-11-03 · Huseyin Goksu arxiv

Transformers have become state-of-the-art (SOTA) for time-series classification, with models like PatchTST demonstrating exceptional performance. These models rely on patching the time series and learning relationships b…