paper-with-me

홈 › Papers

ConvMixFormer- A Resource-efficient Convolution Mixer for Transformer-based Dynamic Hand Gesture Recognition

2024-11-11 · Mallika Garg, Debashis Ghosh, Pyari Mohan Pradhan

Transformer models have demonstrated remarkable success in many domains such as natural language processing (NLP) and computer vision. With the growing interest in transformer-based architectures, they are now utilized for gesture recognition. So, we also explore and devise a novel ConvMixFormer architecture for dynamic hand gestures. The transformers use quadratic scaling of the attention features with the sequential data, due to which these models are computationally complex and heavy. We have considered this drawback of the transformer and designed a resource-efficient model that replaces the self-attention in the transformer with the simple convolutional layer-based token mixer. The computational cost and the parameters used for the convolution-based mixer are comparatively less than the quadratic self-attention. Convolution-mixer helps the model capture the local spatial features that self-attention struggles to capture due to their sequential processing nature. Further, an efficient gate mechanism is employed instead of a conventional feed-forward network in the transformer to help the model control the flow of features within different stages of the proposed model. This design uses fewer learnable parameters which is nearly half the vanilla transformer that helps in fast and efficient training. The proposed method is evaluated on NVidia Dynamic Hand Gesture and Briareo datasets and our model has achieved state-of-the-art results on single and multimodal inputs. We have also shown the parameter efficiency of the proposed ConvMixFormer model compared to other methods. The source code is available at https://github.com/mallikagarg/ConvMixFormer.

📄 PDF Abstract BibTeX arXiv:2411.07118

Code (1)

mallikagarg/convmixformer 공식 구현 pytorch

Tasks

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Convolutional Xformers for Vision

2022-01-25 · Pranav Jeevan, Amit Sethi

Vision transformers (ViTs) have found only limited practical use in processing images, in spite of their state-of-the-art accuracy on certain benchmarks. The reason for their limited use include their need for larger tra…

GPUimage-classificationImage Classification

TransXNet: Learning Both Global and Local Dynamics with a Dual Dynamic Token Mixer for Visual Recognition

2023-10-30 · Meng Lou, Shu Zhang, Hong-Yu Zhou, Sibei Yang 외

Recent studies have integrated convolutions into transformers to introduce inductive bias and improve generalization performance. However, the static nature of conventional convolution prevents it from dynamically adapti…

Image ClassificationObject DetectionSemantic Segmentation

D2-MLP: Dynamic Decomposed MLP Mixer for Medical Image Segmentation

2024-09-13 · Jin Yang, Xiaobing Yu, Peijie Qiu

Convolutional neural networks are widely used in various segmentation tasks in medical images. However, they are challenged to learn global features adaptively due to the inherent locality of convolutional operations. In…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

Investigation of Hierarchical Spectral Vision Transformer Architecture for Classification of Hyperspectral Imagery

2024-09-14 · Wei Liu, Saurabh Prasad, Melba Crawford

In the past three years, there has been significant interest in hyperspectral imagery (HSI) classification using vision Transformers for analysis of remotely sensed data. Previous research predominantly focused on the em…

Classification

iMixer: hierarchical Hopfield network implies an invertible, implicit and iterative MLP-Mixer

2023-04-25 · Toshihiro Ota, Masato Taki

In the last few years, the success of Transformers in computer vision has stimulated the discovery of many alternative models that compete with Transformers, such as the MLP-Mixer. Despite their weak inductive bias, thes…

image-classificationImage ClassificationInductive Bias