AtGCN: A Graph Convolutional Network For Ataxic Gait Detection
Karan Bania, Tanmay Verlekar

TL;DR
This paper introduces AtGCN, a specialized graph convolutional network designed for detecting ataxic gait and assessing its severity from 2D videos, overcoming challenges of subtle gait deviations and small datasets.
Contribution
The paper proposes a novel spatiotemporal graph convolution approach and a video segmentation augmentation strategy, improving ataxic gait detection and severity prediction accuracy.
Findings
Achieved 93.46% detection accuracy
Reduced model size by 5.5 times compared to state-of-the-art
Outperformed existing methods in severity prediction with MAE of 0.4169
Abstract
Video-based gait analysis can be defined as the task of diagnosing pathologies, such as ataxia, using videos of patients walking in front of a camera. This paper presents a graph convolution network called AtGCN for detecting ataxic gait and identifying its severity using 2D videos. The problem is especially challenging as the deviation of an ataxic gait from a healthy gait is very subtle. The datasets for ataxic gait detection are also quite small, with the largest dataset having only 149 videos. The paper addresses the first problem using special spatiotemporal graph convolution that successfully captures important gait-related features. To handle the small dataset size, a deep spatiotemporal graph convolution network pre-trained on an action recognition dataset is systematically truncated and then fine-tuned on the ataxia dataset to obtain the AtGCN model. The paper also presents an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGait Recognition and Analysis · Hand Gesture Recognition Systems · Anomaly Detection Techniques and Applications
MethodsConvolution · Masked autoencoder
