Automated Romberg Test: Leveraging a CNN and Centre of Mass Analysis for Sensory Ataxia Diagnosis

Reilly Haskins,Richard Green
DOI: https://doi.org/10.48550/arXiv.2408.06354
2024-07-25
Abstract:This paper proposes a novel method to diagnose sensory ataxia via an automated Romberg Test - the current de facto medical procedure used to diagnose this condition. It utilizes a convolutional neural network to predict joint locations, used for the calculation of various bio-mechanical markers such as the center of mass of the subject and various joint angles. This information is used in combination with data filtering techniques such as Kalman Filters, and center of mass analysis which helped make accurate inferences about the relative weight distribution in the lateral and anterior-posterior axes, and provide an objective, mathematically based diagnosis of this condition. In order to evaluate the performance of this method, testing was performed using dual weight scales and pre-annotated diagnosis videos taken from medical settings. These two methods both quantified the veritable weight distribution upon the ground surface with a ground truth and provided a real-world estimate of accuracy for the proposed method. A mean absolute error of 0.2912 percent was found for the calculated relative weight distribution difference, and an accuracy of 83.33 percent was achieved on diagnoses.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to provide a more objective, accurate and easy - to - implement method for diagnosing sensory ataxia (SA) by improving the Romberg test (RT). The traditional Romberg test relies on the subjective judgment of doctors, lacks objective standards, and is difficult to perform for patients with limited mobility. In addition, some existing automated diagnosis methods have problems such as expensive equipment, limited applicable environments, or insufficient accuracy. To solve these problems, this paper proposes a new method based on convolutional neural networks (CNN) and centroid analysis, aiming to achieve automated diagnosis of SA using ordinary smartphone cameras. Specifically, this method is implemented through the following steps: 1. **Image pre - processing**: Use techniques such as Gaussian blur to reduce noise and improve the accuracy of joint prediction. 2. **Joint position detection**: Use the BlazePose CNN model to predict the 3D positions of human key points. 3. **Centroid (CoM) calculation**: Calculate the position of the centroid according to the predicted joint positions and the mass distribution of each body part. 4. **Relative weight distribution (RWD) calculation**: - **Lateral Axis**: Calculate the weight distribution of the left and right feet through the horizontal distance between the centroid and the feet. - **Anterior - Posterior Axis**: Calculate the anterior - posterior weight distribution through the vertical and horizontal distances between the ankle joint and the centroid. To verify the effectiveness of this method, the researchers conducted two types of tests: - Use the Dual - Scale Method to obtain ground - truth data and evaluate the accuracy of weight distribution calculation. - Use a pre - labeled clinical video data set to test the diagnostic accuracy of this method in actual scenarios. The final results show that the average absolute error of this method in relative weight distribution is ±0.2912%, and it has reached an accuracy rate of 83.33% in diagnosing sensory ataxia, which is significantly better than existing methods. Through this method, the researchers hope to detect sensory ataxia in the early stage and at the same time improve the accessibility and accuracy of diagnosis.