Learning Joint Gait Representation via Quintuplet Loss Minimization

Abstract

Gait recognition is an important biometric method popularly used in video surveillance, where the task is to identify people at a distance by their walking patterns from video sequences. Most of the current successful approaches for gait recognition either use a pair of gait images to form a cross-gait representation or rely on a single gait image for unique-gait representation. These two types of representations emperically complement one another. In this paper, we propose a new Joint Unique-gait and Cross-gait Network (JUCNet), to combine the advantages of unique-gait representation with that of cross-gait representation, leading to an significantly improved performance. Another key contribution of this paper is a novel quintuplet loss function, which simultaneously increases the inter-class differences by pushing representations extracted from different subjects apart and decreases the intra-class variations by pulling representations extracted from the same subject together. Experiments show that our method achieves the state-of-the-art performance tested on standard benchmark datasets, demonstrating its superiority over existing methods.

Cite

Text

Zhang et al. "Learning Joint Gait Representation via Quintuplet Loss Minimization." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00483

Markdown

[Zhang et al. "Learning Joint Gait Representation via Quintuplet Loss Minimization." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/zhang2019cvpr-learning/) doi:10.1109/CVPR.2019.00483

BibTeX

@inproceedings{zhang2019cvpr-learning,
  title     = {{Learning Joint Gait Representation via Quintuplet Loss Minimization}},
  author    = {Zhang, Kaihao and Luo, Wenhan and Ma, Lin and Liu, Wei and Li, Hongdong},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.00483},
  url       = {https://mlanthology.org/cvpr/2019/zhang2019cvpr-learning/}
}