🤖 AI Summary
This study addresses the challenge of automatic severity staging of Parkinson’s disease (PD) using gait dynamics. We propose InceptoFormer, a novel neural framework that jointly models multi-scale temporal patterns and long-range dependencies in gait sequences. Methodologically, it integrates a 1D Inception module—designed to capture multi-scale gait kinematic features—with a Transformer encoder that explicitly models inter-cycle temporal dependencies. To mitigate class imbalance inherent in the Hoehn & Yahr (H&Y) staging scale—particularly for rare severity grades—we incorporate a tailored oversampling strategy. Trained end-to-end with domain-specific preprocessing on a public gait dataset, InceptoFormer achieves 96.6% H&Y staging accuracy, substantially outperforming existing state-of-the-art methods. The implementation is publicly released. By enabling marker-free, low-cost, interpretable, and robust PD progression monitoring, this work establishes a new paradigm for clinical-grade digital biomarker development.
📝 Abstract
We present InceptoFormer, a multi-signal neural framework designed for Parkinson's Disease (PD) severity evaluation via gait dynamics analysis. Our architecture introduces a 1D adaptation of the Inception model, which we refer to as Inception1D, along with a Transformer-based framework to stage PD severity according to the Hoehn and Yahr (H&Y) scale. The Inception1D component captures multi-scale temporal features by employing parallel 1D convolutional filters with varying kernel sizes, thereby extracting features across multiple temporal scales. The transformer component efficiently models long-range dependencies within gait sequences, providing a comprehensive understanding of both local and global patterns. To address the issue of class imbalance in PD severity staging, we propose a data structuring and preprocessing strategy based on oversampling to enhance the representation of underrepresented severity levels. The overall design enables to capture fine-grained temporal variations and global dynamics in gait signal, significantly improving classification performance for PD severity evaluation. Through extensive experimentation, InceptoFormer achieves an accuracy of 96.6%, outperforming existing state-of-the-art methods in PD severity assessment. The source code for our implementation is publicly available at https://github.com/SafwenNaimi/InceptoFormer