Detecting Daily Living Gait Amid Huntington's Disease Chorea using a Foundation Deep Learning Model
Dafna Schwartz, Lori Quinn, Nora E. Fritz, Lisa M. Muratori, Jeffery M. Hausdorff, Ran Gilad Bachrach
TL;DR
This study tackles accurate gait detection in daily living for Huntington's disease with chorea using wrist-worn accelerometers. It introduces J-Net, a segmentation-based architecture that combines a foundation self-supervised model with a specialized segmentation head to achieve sample-level gait classification, outperforming a baseline classifier, especially at higher chorea severities. J-Net achieved a ROC-AUC of $0.97$ in HD in-lab data and produced daily-living walking estimates that correlated with disease severity ($r=-0.52$, $p=0.02$), while avoiding spurious gait detections that plagued prior methods. The approach generalizes to Parkinson's disease after fine-tuning and is complemented by open-source data and code, enabling broader application of daily-living gait assessment in neurodegenerative disorders.
Abstract
Wearable sensors offer a non-invasive way to collect physical activity (PA) data, with walking as a key component. Existing models often struggle to detect gait bouts in individuals with neurodegenerative diseases (NDDs) involving involuntary movements. We developed J-Net, a deep learning model inspired by U-Net, which uses a pre-trained self-supervised foundation model fine-tuned with Huntington`s disease (HD) in-lab data and paired with a segmentation head for gait detection. J-Net processes wrist-worn accelerometer data to detect gait during daily living. We evaluated J-Net on in-lab and daily-living data from HD, Parkinson`s disease (PD), and controls. J-Net achieved a 10-percentage point improvement in ROC-AUC for HD over existing methods, reaching 0.97 for in-lab data. In daily-living environments, J-Net estimates showed no significant differences in median daily walking time between HD and controls (p = 0.23), in contrast to other models, which indicated counterintuitive results (p < 0.005). Walking time measured by J-Net correlated with the UHDRS-TMS clinical severity score (r=-0.52; p=0.02), confirming its clinical relevance. Fine-tuning J-Net on PD data also improved gait detection over current methods. J-Net`s architecture effectively addresses the challenges of gait detection in severe chorea and offers robust performance in daily living. The dataset and J-Net model are publicly available, providing a resource for further research into NDD-related gait impairments.
