CVJul 27, 2020

Identity-Guided Human Semantic Parsing for Person Re-Identification

arXiv:2007.13467v1381 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of accurately identifying individuals in surveillance and security applications by improving alignment and including personal belongings, though it is an incremental advancement over existing methods.

The paper tackles the problem of person re-identification by proposing an identity-guided human semantic parsing approach (ISP) that locates human body parts and personal belongings at pixel-level without relying on pretrained parsing models, achieving state-of-the-art results on three datasets.

Existing alignment-based methods have to employ the pretrained human parsing models to achieve the pixel-level alignment, and cannot identify the personal belongings (e.g., backpacks and reticule) which are crucial to person re-ID. In this paper, we propose the identity-guided human semantic parsing approach (ISP) to locate both the human body parts and personal belongings at pixel-level for aligned person re-ID only with person identity labels. We design the cascaded clustering on feature maps to generate the pseudo-labels of human parts. Specifically, for the pixels of all images of a person, we first group them to foreground or background and then group the foreground pixels to human parts. The cluster assignments are subsequently used as pseudo-labels of human parts to supervise the part estimation and ISP iteratively learns the feature maps and groups them. Finally, local features of both human body parts and personal belongings are obtained according to the selflearned part estimation, and only features of visible parts are utilized for the retrieval. Extensive experiments on three widely used datasets validate the superiority of ISP over lots of state-of-the-art methods. Our code is available at https://github.com/CASIA-IVA-Lab/ISP-reID.

Code Implementations1 repo
Foundations

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

Your Notes