Enhancing Noise Robustness of Parkinson's Disease Telemonitoring via Contrastive Feature Augmentation
Ziming Tang, Chengbin Hou, Tianyu Zhang, Bangxu Tian, Jinbao Wang, Hairong Lv
TL;DR
This paper tackles robustness in UPDRS prediction from at-home PD speech data by addressing noise from patient, environment, and transmission channels. It introduces NoRo, which bins a key feature, uses contrastive learning to produce a noise-robust hidden representation, and concatenates it with the original features to form augmented inputs for regression. Across a real PD telemonitoring dataset and multiple downstream models, NoRo delivers consistent improvements under noisy conditions, reducing RMSE by up to $40\%$ and MAE/MedianAE by more than $10\%$ in several cases, especially for non-ensemble methods. The work also provides an evaluative noise-injection framework, analyzes hyperparameter sensitivity, and demonstrates that the augmented feature space preserves discriminative structure under noise, supporting practical deployment in PD telemonitoring.
Abstract
Parkinson's disease (PD) is one of the most common neurodegenerative disorder. PD telemonitoring emerges as a novel assessment modality enabling self-administered at-home tests of Unified Parkinson's Disease Rating Scale (UPDRS) scores, enhancing accessibility for PD patients. However, three types of noise would occur during measurements: (1) patient-induced measurement inaccuracies, (2) environmental noise, and (3) data packet loss during transmission, resulting in higher prediction errors. To address these challenges, NoRo, a noise-robust UPDRS prediction framework is proposed. First, the original speech features are grouped into ordered bins, based on the continuous values of a selected feature, to construct contrastive pairs. Second, the contrastive pairs are employed to train a multilayer perceptron encoder for generating noise-robust features. Finally, these features are concatenated with the original features as the augmented features, which are then fed into the UPDRS prediction models. Notably, we further introduces a novel evaluation approach with customizable noise injection module, and extensive experiments show that NoRo can successfully enhance the noise robustness of UPDRS prediction across various downstream prediction models under different noisy environments.
