paper-with-me

Papers

GaitGraph: Graph Convolutional Network for Skeleton-Based Gait Recognition

2021-01-27 · Torben Teepe, Ali Khan, Johannes Gilg, Fabian Herzog, Stefan Hörmann, Gerhard Rigoll

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. However, silhouette images can lose fine-grained spatial information, and most papers do not regard how to obtain these silhouettes in complex scenes. Furthermore, silhouette images contain not only gait features but also other visual clues that can be recognized. Hence these approaches can not be considered as strict gait recognition. We leverage recent advances in human pose estimation to estimate robust skeleton poses directly from RGB images to bring back model-based gait recognition with a cleaner representation of gait. Thus, we propose GaitGraph that combines skeleton poses with Graph Convolutional Network (GCN) to obtain a modern model-based approach for gait recognition. The main advantages are a cleaner, more elegant extraction of the gait features and the ability to incorporate powerful spatio-temporal modeling using GCN. Experiments on the popular CASIA-B gait dataset show that our method archives state-of-the-art performance in model-based gait recognition. The code and models are publicly available.

📄 PDF Abstract BibTeX arXiv:2101.11228

Code (2)

tteepe/GaitGraph 공식 구현 pytorch
tteepe/gaitgraph2 pytorch

Tasks

Gait RecognitionMultiview Gait RecognitionPose Estimation

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Explicit Time-Frequency Dynamics for Skeleton-Based Gait Recognition

2026-04-03 · Seoyeon Ko, Yeojin Song, Egene Chung, Luca Quagliato 외 arxiv

Skeleton-based gait recognizers excel at modeling spatial configurations but often underuse explicit motion dynamics that are crucial under appearance changes. We introduce a plug-and-play Wavelet Feature Stream that aug…

Gait Recognition

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

Database-Agnostic Gait Enrollment using SetTransformers

2025-05-05 · Nicoleta Basoc, Adrian Cosma, Andy Cǎtrunǎ, Emilian Rǎdoi

Gait recognition has emerged as a powerful tool for unobtrusive and long-range identity analysis, with growing relevance in surveillance and monitoring applications. Although recent advances in deep learning and large-sc…

Gait Recognition

ExoGait-MS: Learning Periodic Dynamics with Multi-Scale Graph Network for Exoskeleton Gait Recognition

2025-05-23 · Lijiang Liu, Junyu Shi, Yong Sun, Zhiyuan Zhang 외

Current exoskeleton control methods often face challenges in delivering personalized treatment. Standardized walking gaits can lead to patient discomfort or even injury. Therefore, personalized gait is essential for the …

Gait Recognition

Towards a Deeper Understanding of Skeleton-based Gait Recognition

2022-04-16 · Torben Teepe, Johannes Gilg, Fabian Herzog, Stefan Hörmann 외

Gait recognition is a promising biometric with unique properties for identifying individuals from a long distance by their walking patterns. In recent years, most gait recognition methods used the person's silhouette to …

Gait RecognitionPose Estimation