2016/11/30 by Zhedong Zheng, Liang Zheng, Yi Yang · 7 citations
Computer Science · #Artificial intelligence #Code (set theory) #Computer science #Convolutional neural network #Discriminative model #Embedding #Face recognition and analysis #Human Pose and Action Recognition #Identification (biology) #Identity (music) #Image (mathematics) #Machine learning #Pattern recognition (psychology) #Similarity (geometry) #Simple (philosophy) #Video Surveillance and Tracking Methods #cs.CV
paper · pdf · doi:10.1145/3159171
arxiv created 2017/02/03 · openalex publication_date 2017/12/13 · arxiv updated 2018/04/04 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/05
In this article, we revisit two popular convolutional neural networks in person re-identification (re-ID): verification and identification models. The two models have their respective advantages and limitations due to different loss functions. Here, we shed light on how to combine the two models to learn more discriminative pedestrian descriptors. Specifically, we propose a Siamese network that simultaneously computes the identification loss and verification loss. Given a pair of training images, the network predicts the identities of the two input images and whether they belong to the same identity. Our network learns a discriminative embedding and a similarity measurement at the same time, thus taking full usage of the re-ID annotations. Our method can be easily applied on different pretrained networks. Albeit simple, the learned embedding improves the state-of-the-art performance on two public person re-ID benchmarks. Further, we show that our architecture can also be applied to image retrieval. The code is available at https://github.com/layumi/2016personre-ID.