Enhancing Joint Motion Prediction for Individuals with Limb Loss Through Model Reprogramming
Sharmita Dey, Sarath R. Nair
TL;DR
This work tackles amputee gait prediction under sparse data by applying model reprogramming to repurpose a foundation model trained on able-bodied data, without altering network parameters. It introduces a three-part framework: a foundation module with a shared core $g_s(\cdot; \theta_s)$ and task heads $g_t(\cdot; \theta_t)$, a template mapping that derives a correction input $X_{corr}$ from amputee data, and a refurbish module $h(\cdot; \Theta_h)$ that maps amputee inputs $X_{amp}$ to $X_{corr}$ for accurate predictions of missing-limb motion. The method outperforms cross-mapping and direct-mapping baselines, particularly when training data from amputees are limited, and demonstrates the ability to adapt pre-trained models for prosthetic control without retraining. This approach offers a data-efficient path to improve assistive technologies and amputee mobility by leveraging existing gait models across domains.
Abstract
Mobility impairment caused by limb loss is a significant challenge faced by millions of individuals worldwide. The development of advanced assistive technologies, such as prosthetic devices, has the potential to greatly improve the quality of life for amputee patients. A critical component in the design of such technologies is the accurate prediction of reference joint motion for the missing limb. However, this task is hindered by the scarcity of joint motion data available for amputee patients, in contrast to the substantial quantity of data from able-bodied subjects. To overcome this, we leverage deep learning's reprogramming property to repurpose well-trained models for a new goal without altering the model parameters. With only data-level manipulation, we adapt models originally designed for able-bodied people to forecast joint motion in amputees. The findings in this study have significant implications for advancing assistive tech and amputee mobility.
