paper-with-me

홈 › Papers

3D Local Convolutional Neural Networks for Gait Recognition

2021-01-01 · ICCV 2021 10 · Zhen Huang, Dixiu Xue, Xu Shen, Xinmei Tian, Houqiang Li, Jianqiang Huang, Xian-Sheng Hua

The goal of gait recognition is to learn the unique spatio-temporal pattern about the human body shape from its temporal changing characteristics. As different body parts behave differently during walking, it is intuitive to model the spatio-temporal patterns of each part separately. However, existing part-based methods equally divide the feature maps of each frame into fixed horizontal stripes to get local parts. It is obvious that these stripe partition-based methods cannot accurately locate the body parts. First, different body parts can appear at the same stripe (e.g., arms and the torso), and one part can appear at different stripes in different frames (e.g., hands). Second, different body parts possess different scales, and even the same part in different frames can appear at different locations and scales. Third, different parts also exhibit distinct movement patterns (e.g., at which frame the movement starts, the position change frequency, how long it lasts). To overcome these issues, we propose novel 3D local operations as a generic family of building blocks for 3D gait recognition backbones. The proposed 3D local operations support the extraction of local 3D volumes of body parts in a sequence with adaptive spatial and temporal scales, locations and lengths. In this way, the spatio-temporal patterns of the body parts are well learned from the 3D local neighborhood in part-specific scales, locations, frequencies and lengths. Experiments demonstrate that our 3D local convolutional neural networks achieve state-of-the-art performance on popular gait datasets. Code is available at: https://github.com/yellowtownhz/3DLocalCNN.

📄 PDF Abstract BibTeX

Code (1)

yellowtownhz/3dlocalcnn 공식 구현

Tasks

Gait Recognition

Similar Papers 제목 키워드 기반

Gait Recognition via Effective Global-Local Feature Representation and Local Temporal Aggregation

2020-11-03 · ICCV 2021 10 · Beibei Lin, Shunli Zhang, Xin Yu

Gait recognition is one of the most important biometric technologies and has been applied in many fields. Recent gait recognition frameworks represent each gait frame by descriptors extracted from either global appearanc…

Gait Recognition

GaitGL: Learning Discriminative Global-Local Feature Representations for Gait Recognition

2022-08-02 · Beibei Lin, Shunli Zhang, Ming Wang, Lincheng Li 외

Existing gait recognition methods either directly establish Global Feature Representation (GFR) from original gait sequences or generate Local Feature Representation (LFR) from several local parts. However, GFR tends to …

Gait Recognition

Dynamic Aggregated Network for Gait Recognition

2023-01-01 · CVPR 2023 1 · Kang Ma, Ying Fu, Dezhi Zheng, Chunshui Cao 외

Gait recognition is beneficial for a variety of applications, including video surveillance, crime scene investigation, and social security, to mention a few. However, gait recognition often suffers from multiple exte…

Gait Recognition

GPGait: Generalized Pose-based Gait Recognition

2023-03-09 · ICCV 2023 1 · Yang Fu, Shibei Meng, Saihui Hou, Xuecai Hu 외

Recent works on pose-based gait recognition have demonstrated the potential of using such simple information to achieve results comparable to silhouette-based methods. However, the generalization ability of pose-based me…

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