paper-with-me

홈 › Papers

Mesh-Gait: A Unified Framework for Gait Recognition Through Multi-Modal Representation Learning from 2D Silhouettes

2025-10-12 · Zhao-Yang Wang, Jieneng Chen, Jiang Liu, Yuxiang Guo, Rama Chellappa arxiv

Gait recognition, a fundamental biometric technology, leverages unique walking patterns for individual identification, typically using 2D representations such as silhouettes or skeletons. However, these methods often struggle with viewpoint variations, occlusions, and noise. Multi-modal approaches that incorporate 3D body shape information offer improved robustness but are computationally expensive, limiting their feasibility for real-time applications. To address these challenges, we introduce Mesh-Gait, a novel end-to-end multi-modal gait recognition framework that directly reconstructs 3D representations from 2D silhouettes, effectively combining the strengths of both modalities. Compared to existing methods, directly learning 3D features from 3D joints or meshes is complex and difficult to fuse with silhouette-based gait features. To overcome this, Mesh-Gait reconstructs 3D heatmaps as an intermediate representation, enabling the model to effectively capture 3D geometric information while maintaining simplicity and computational efficiency. During training, the intermediate 3D heatmaps are gradually reconstructed and become increasingly accurate under supervised learning, where the loss is calculated between the reconstructed 3D joints, virtual markers, and 3D meshes and their corresponding ground truth, ensuring precise spatial alignment and consistent 3D structure. Mesh-Gait extracts discriminative features from both silhouettes and reconstructed 3D heatmaps in a computationally efficient manner. This design enables the model to capture spatial and structural gait characteristics while avoiding the heavy overhead of direct 3D reconstruction from RGB videos, allowing the network to focus on motion dynamics rather than irrelevant visual details. Extensive experiments demonstrate that Mesh-Gait achieves state-of-the-art accuracy. The code will be released upon acceptance of the paper.

📄 PDF Abstract BibTeX arXiv:2510.10406

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyRepresentation Learning3D ReconstructionGait Recognition

Similar Papers 제목 키워드 기반

Combo-Gait: Unified Transformer Framework for Multi-Modal Gait Recognition and Attribute Analysis

2025-10-12 · Zhao-Yang Wang, Zhimin Shao, Anirudh Nanduri, Basudha Pal 외 arxiv

Gait recognition is an important biometric for human identification at a distance, particularly under low-resolution or unconstrained environments. Current works typically focus on either 2D representations (e.g., silhou…

Gait Recognition

HybridGait: A Benchmark for Spatial-Temporal Cloth-Changing Gait Recognition with Hybrid Explorations

2023-12-30 · Yilan Dong, Chunlin Yu, Ruiyang Ha, Ye Shi 외

Existing gait recognition benchmarks mostly include minor clothing variations in the laboratory environments, but lack persistent changes in appearance over time and space. In this paper, we propose the first in-the-wild…

Gait Recognition

FastPoseGait: A Toolbox and Benchmark for Efficient Pose-based Gait Recognition

2023-09-02 · Shibei Meng, Yang Fu, Saihui Hou, Chunshui Cao 외

We present FastPoseGait, an open-source toolbox for pose-based gait recognition based on PyTorch. Our toolbox supports a set of cutting-edge pose-based gait recognition algorithms and a variety of related benchmarks. Unl…

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

Exploring Deep Models for Practical Gait Recognition

2023-03-06 · Chao Fan, Saihui Hou, Yongzhen Huang, Shiqi Yu

Gait recognition is a rapidly advancing vision technique for person identification from a distance. Prior studies predominantly employed relatively shallow networks to extract subtle gait features, achieving impressive s…

Gait RecognitionPerson IdentificationRepresentation Learning