CVApr 16, 2022

Towards a Deeper Understanding of Skeleton-based Gait Recognition

arXiv:2204.07855v1123 citationsh-index: 61
Originality Highly original
AI Analysis

This work addresses gait recognition for biometric identification, offering a model-based method that improves accuracy and robustness in real-world scenarios.

The paper tackles the problem of gait recognition by proposing a Graph Convolutional Network (GCN) approach that uses skeleton data to overcome limitations of silhouette-based methods, achieving a 3x improvement in state-of-the-art performance on the OUMVLP-Pose dataset.

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 extract the gait features. However, silhouette images can lose fine-grained spatial information, suffer from (self) occlusion, and be challenging to obtain in real-world scenarios. Furthermore, these silhouettes also contain other visual clues that are not actual gait features and can be used for identification, but also to fool the system. Model-based methods do not suffer from these problems and are able to represent the temporal motion of body joints, which are actual gait features. The advances in human pose estimation started a new era for model-based gait recognition with skeleton-based gait recognition. In this work, we propose an approach based on Graph Convolutional Networks (GCNs) that combines higher-order inputs, and residual networks to an efficient architecture for gait recognition. Extensive experiments on the two popular gait datasets, CASIA-B and OUMVLP-Pose, show a massive improvement (3x) of the state-of-the-art (SotA) on the largest gait dataset OUMVLP-Pose and strong temporal modeling capabilities. Finally, we visualize our method to understand skeleton-based gait recognition better and to show that we model real gait features.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes