QAGait: Revisit Gait Recognition from a Quality Perspective
Zengbin Wang, Saihui Hou, Man Zhang, Xu Liu, Chunshui Cao, Yongzhen Huang, Peipei Li, Shibiao Xu
TL;DR
QAGait tackles the challenge of gait recognition in unconstrained environments by introducing a quality-centric pipeline that pre-filters silhouettes with Maximal Connect Area and Template Match, handles nonstandard postures with lean-aware Alignment, and optimizes features using quality-aware losses QACE and QATriplet. The approach yields substantial improvements on outdoor datasets (notably up to 7.3% Rank-1 gains on Gait3D) while remaining compatible with existing backbones and datasets through cost-effective preprocessing. Key contributions include a unified silhouette quality assessment, lean-aware augmentation/alignment, and adaptive margins driven by a Partial Feature Norm quality indicator. The practical impact lies in more robust gait recognition for real-world surveillance and identification tasks, with minimal computational overhead and easy integration into current pipelines.
Abstract
Gait recognition is a promising biometric method that aims to identify pedestrians from their unique walking patterns. Silhouette modality, renowned for its easy acquisition, simple structure, sparse representation, and convenient modeling, has been widely employed in controlled in-the-lab research. However, as gait recognition rapidly advances from in-the-lab to in-the-wild scenarios, various conditions raise significant challenges for silhouette modality, including 1) unidentifiable low-quality silhouettes (abnormal segmentation, severe occlusion, or even non-human shape), and 2) identifiable but challenging silhouettes (background noise, non-standard posture, slight occlusion). To address these challenges, we revisit gait recognition pipeline and approach gait recognition from a quality perspective, namely QAGait. Specifically, we propose a series of cost-effective quality assessment strategies, including Maxmial Connect Area and Template Match to eliminate background noises and unidentifiable silhouettes, Alignment strategy to handle non-standard postures. We also propose two quality-aware loss functions to integrate silhouette quality into optimization within the embedding space. Extensive experiments demonstrate our QAGait can guarantee both gait reliability and performance enhancement. Furthermore, our quality assessment strategies can seamlessly integrate with existing gait datasets, showcasing our superiority. Code is available at https://github.com/wzb-bupt/QAGait.
