paper-with-me

홈 › Papers

AtGCN: A Graph Convolutional Network For Ataxic Gait Detection

2024-10-30 · Karan Bania, Tanmay Verlekar

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 augmentation strategy that segments a video sequence into multiple gait cycles. The proposed AtGCN model then operates on a graph of body part locations belonging to a single gait cycle. The evaluation results support the strength of the proposed AtGCN model, as it outperforms the state-of-the-art in detection and severity prediction with an accuracy of 93.46% and a MAE of 0.4169, respectively.

📄 PDF Abstract BibTeX arXiv:2410.22862

Code (0)

등록된 구현이 없습니다.

Tasks

Action Recognitionseverity prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
MAE 설명 없음

Similar Papers 제목 키워드 기반

CatGCN: Graph Convolutional Networks with Categorical Node Features

2020-09-11 · Weijian Chen, Fuli Feng, Qifan Wang, Xiangnan He 외

Recent studies on Graph Convolutional Networks (GCNs) reveal that the initial node representations (i.e., the node representations before the first-time graph convolution) largely affect the final model performance. Howe…

Graph LearningNode ClassificationRecommendation Systems

Flattened Graph Convolutional Networks For Recommendation

2022-09-25 · Yue Xu, Hao Chen, Zengde Deng, Yuanchen Bei 외

Graph Convolutional Networks (GCNs) and their variants have achieved significant performances on various recommendation tasks. However, many existing GCN models tend to perform recursive aggregations among all related no…

GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition

2021-01-27 · Torben Teepe, Ali Khan, Johannes Gilg, Fabian Herzog 외

Gait recognition is a promising video-based biometric for identifying individual walking patterns from a long distance. At present, most gait recognition methods use silhouette images to represent a person in each frame.…

Gait RecognitionMultiview Gait RecognitionPose Estimation

STEP: Spatial Temporal Graph Convolutional Networks for Emotion Perception from Gaits

2019-10-28 · Uttaran Bhattacharya, Trisha Mittal, Rohan Chandra, Tanmay Randhavane 외

We present a novel classifier network called STEP, to classify perceived human emotion from gaits, based on a Spatial Temporal Graph Convolutional Network (ST-GCN) architecture. Given an RGB video of an individual walkin…

General Classification

Spatial Transformer Network on Skeleton-based Gait Recognition

2022-04-08 · Cun Zhang, Xing-Peng Chen, Guo-Qiang Han, Xiang-Jie Liu

Skeleton-based gait recognition models usually suffer from the robustness problem, as the Rank-1 accuracy varies from 90\% in normal walking cases to 70\% in walking with coats cases. In this work, we propose a state-of-…

Gait Recognition