Quantitative Gait Analysis from Single RGB Videos Using a Dual-Input Transformer-Based Network
Hiep Dinh, Son Le, My Than, Minh Ho, Nicolas Vuillerme, Hieu Pham
TL;DR
This paper addresses the need for accessible, quantitative gait analysis from standard RGB video by introducing a dual-input convolutional Transformer (DPG) that processes two skeletal-pattern images derived from OpenPose to regress gait metrics such as $GDI$, knee flexion angle, step length, and cadence. The model leverages two parallel CNN branches, feature concatenation to a large latent vector, and fully connected layers to output a single gait parameter, achieving competitive MAE on a cerebral palsy dataset while reducing resource requirements. The study demonstrates improved accuracy for $GDI$ and knee flexion over state-of-the-art methods, with some cadence limitations, and provides open-source code and trained models to foster broader adoption. Overall, the approach enables markerless, single-view gait analysis suitable for resource-constrained settings and telehealth, potentially broadening clinical access to quantitative gait metrics.
Abstract
Gait and movement analysis have become a well-established clinical tool for diagnosing health conditions, monitoring disease progression for a wide spectrum of diseases, and to implement and assess treatment, surgery and or rehabilitation interventions. However, quantitative motion assessment remains limited to costly motion capture systems and specialized personnel, restricting its accessibility and broader application. Recent advancements in deep neural networks have enabled quantitative movement analysis using single-camera videos, offering an accessible alternative to conventional motion capture systems. In this paper, we present an efficient approach for clinical gait analysis through a dual-pattern input convolutional Transformer network. The proposed system leverages a dual-input Transformer model to estimate essential gait parameters from single RGB videos captured by a single-view camera. The system demonstrates high accuracy in estimating critical metrics such as the gait deviation index (GDI), knee flexion angle, step length, and walking cadence, validated on a dataset of individuals with movement disorders. Notably, our approach surpasses state-of-the-art methods in various scenarios, using fewer resources and proving highly suitable for clinical application, particularly in resource-constrained environments.
