CVMar 21, 2017

Improving Person Re-identification by Attribute and Identity Learning

arXiv:1703.07220v3874 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving person re-identification accuracy and efficiency for surveillance and security applications, but it is incremental as it builds on existing multi-task learning approaches.

The paper tackles person re-identification by integrating attribute recognition to learn more discriminative feature representations, achieving competitive performance on benchmarks and speeding up retrieval by ten times with a minor accuracy drop of 2.92% on Market-1501.

Person re-identification (re-ID) and attribute recognition share a common target at learning pedestrian descriptions. Their difference consists in the granularity. Most existing re-ID methods only take identity labels of pedestrians into consideration. However, we find the attributes, containing detailed local descriptions, are beneficial in allowing the re-ID model to learn more discriminative feature representations. In this paper, based on the complementarity of attribute labels and ID labels, we propose an attribute-person recognition (APR) network, a multi-task network which learns a re-ID embedding and at the same time predicts pedestrian attributes. We manually annotate attribute labels for two large-scale re-ID datasets, and systematically investigate how person re-ID and attribute recognition benefit from each other. In addition, we re-weight the attribute predictions considering the dependencies and correlations among the attributes. The experimental results on two large-scale re-ID benchmarks demonstrate that by learning a more discriminative representation, APR achieves competitive re-ID performance compared with the state-of-the-art methods. We use APR to speed up the retrieval process by ten times with a minor accuracy drop of 2.92% on Market-1501. Besides, we also apply APR on the attribute recognition task and demonstrate improvement over the baselines.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes