Transformers for 1D Signals in Parkinson's Disease Detection from Gait
Duc Minh Dimitri Nguyen, Mehdi Miah, Guillaume-Alexandre Bilodeau,, Wassim Bouachir

TL;DR
This paper introduces a novel Transformer-based method for Parkinson's disease detection from gait signals, demonstrating superior accuracy and stability over existing algorithms by effectively extracting features from 1D signals.
Contribution
The paper develops a new Transformer architecture that decouples temporal and spatial information for efficient 1D signal analysis in Parkinson's detection, outperforming current state-of-the-art methods.
Findings
Achieved 95.2% accuracy on Physionet dataset
Transformers provide greater stability in results
Decoupling temporal and spatial info reduces model size
Abstract
This paper focuses on the detection of Parkinson's disease based on the analysis of a patient's gait. The growing popularity and success of Transformer networks in natural language processing and image recognition motivated us to develop a novel method for this problem based on an automatic features extraction via Transformers. The use of Transformers in 1D signal is not really widespread yet, but we show in this paper that they are effective in extracting relevant features from 1D signals. As Transformers require a lot of memory, we decoupled temporal and spatial information to make the model smaller. Our architecture used temporal Transformers, dimension reduction layers to reduce the dimension of the data, a spatial Transformer, two fully connected layers and an output layer for the final prediction. Our model outperforms the current state-of-the-art algorithm with 95.2\% accuracy in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVoice and Speech Disorders · Parkinson's Disease Mechanisms and Treatments
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Absolute Position Encodings · Dropout · Softmax · Layer Normalization · Label Smoothing · Byte Pair Encoding · Position-Wise Feed-Forward Layer
