paper-with-me

홈 › Papers

A Transformer Architecture for Online Gesture Recognition of Mathematical Expressions

2022-11-04 · Mirco Ramo, Guénolé C. M. Silvestre

The Transformer architecture is shown to provide a powerful framework as an end-to-end model for building expression trees from online handwritten gestures corresponding to glyph strokes. In particular, the attention mechanism was successfully used to encode, learn and enforce the underlying syntax of expressions creating latent representations that are correctly decoded to the exact mathematical expression tree, providing robustness to ablated inputs and unseen glyphs. For the first time, the encoder is fed with spatio-temporal data tokens potentially forming an infinitely large vocabulary, which finds applications beyond that of online gesture recognition. A new supervised dataset of online handwriting gestures is provided for training models on generic handwriting recognition tasks and a new metric is proposed for the evaluation of the syntactic correctness of the output expression trees. A small Transformer model suitable for edge inference was successfully trained to an average normalised Levenshtein accuracy of 94%, resulting in valid postfix RPN tree representation for 94% of predictions.

📄 PDF Abstract BibTeX arXiv:2211.02643

Code (0)

등록된 구현이 없습니다.

Tasks

Gesture RecognitionHandwriting Recognitionvalid

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Online Gesture Recognition using Transformer and Natural Language Processing

2023-05-05 · G. C. M. Silvestre, F. Balado, O. Akinremi, M. Ramo

The Transformer architecture is shown to provide a powerful machine transduction framework for online handwritten gestures corresponding to glyph strokes of natural language sentences. The attention mechanism is successf…

DecoderGesture RecognitionHandwriting RecognitionTransfer Learning

TraHGR: Transformer for Hand Gesture Recognition via ElectroMyography

2022-03-28 · Soheil Zabihi, Elahe Rahimian, Amir Asif, Arash Mohammadi

Deep learning-based Hand Gesture Recognition (HGR) via surface Electromyogram (sEMG) signals has recently shown significant potential for development of advanced myoelectric-controlled prosthesis. Existing deep learning …

Few-Shot LearningGesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

OMG-Bench: A New Challenging Benchmark for Skeleton-based Online Micro Hand Gesture Recognition

2025-12-18 · Haochen Chang, Pengfei Ren, Buyuan Zhang, Da Li 외 arxiv

Online micro gesture recognition from hand skeletons is critical for VR/AR interaction but faces challenges due to limited public datasets and task-specific algorithms. Micro gestures involve subtle motion patterns, whic…

Hand Gesture Recognition

DriverMHG: A Multi-Modal Dataset for Dynamic Recognition of Driver Micro Hand Gestures and a Real-Time Recognition Framework

2020-03-02 · Okan Köpüklü, Thomas Ledwon, Yao Rong, Neslihan Kose 외

The use of hand gestures provides a natural alternative to cumbersome interface devices for Human-Computer Interaction (HCI) systems. However, real-time recognition of dynamic micro hand gestures from video streams is ch…

Online hand gesture recognition using Continual Graph Transformers

2025-02-20 · Rim Slama, Wael Rabah, Hazem Wannous

Online continuous action recognition has emerged as a critical research area due to its practical implications in real-world applications, such as human-computer interaction, healthcare, and robotics. Among various modal…

Action RecognitionContinual LearningGesture RecognitionHand Gesture Recognition+1