Skip to main content
QUICK REVIEW

[论文解读] Identity-Guided Human Semantic Parsing for Person Re-Identification

Kuan Zhu, Haiyun Guo|arXiv (Cornell University)|Jul 27, 2020
Video Surveillance and Tracking Methods参考文献 33被引用 36
一句话总结

ISP 使用身份引导的级联聚类来学习包括个人物品在内的像素级部件,从而实现对遮挡鲁棒、无对齐的再识别,无需额外语义监督。

ABSTRACT

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.

研究动机与目标

  • Motivate and address misalignment in person re-ID without relying on pre-trained parsing models.
  • Introduce a weakly-supervised, identity-guided method to learn pixel-level body parts and personal belongings.
  • Enable occlusion-robust alignment by identifying visible parts and excluding occluded regions during matching.
  • Demonstrate state-of-the-art performance on multiple holistic and occluded re-ID benchmarks.

提出的方法

  • Develop cascaded clustering on backbone feature maps to generate pseudo-labels for human parts including belongings.
  • Compute pixel-wise activations from global feature maps to separate foreground/background and cluster foreground pixels across all images of the same identity.
  • Iteratively refine part representations via pseudo-labels and part-aware pooling to obtain localized features for body parts and belongings.
  • Construct part-level matching using only shared-visible parts in probe-gallery pairs, augmented with global and foreground features.
  • Train with a combination of triplet loss and cross-entropy with label smoothing for part, foreground, and global representations, plus a weakly-supervised parsing loss.

实验结果

研究问题

  • RQ1Can identity-guided, pixel-level part parsing locate both body parts and personal belongings without extra semantic supervision?
  • RQ2Does occlusion-aware, part-level matching improve re-ID performance compared with region- or attention-based methods?
  • RQ3How does the number of clustering centers (K) affect re-ID performance and parsing quality?
  • RQ4Is the learned semantic parsing robust to occlusion and misalignment across datasets?

主要发现

  • ISP achieves state-of-the-art results on DukeMTMC-reID with Rank-1 89.6, Rank-5 95.5, and mAP 80.0.
  • On Market-1501, ISP attains Rank-1 95.3, Rank-5 98.6, and mAP 88.6.
  • On CUHK03-NP, ISP achieves Rank-1 76.5 and mAP 74.1.
  • In Occluded-DukeMTMC, ISP reaches Rank-1 62.8, Rank-5 78.1, Rank-10 82.9, and mAP 52.3, setting a new state-of-the-art.
  • Ablation shows robustness to K in {4,5,6,7,8} with peak performance around K=7, and learned semantic parsing outperforms extra semantic approximations across datasets.
  • ISP demonstrates explicit identification of visible parts and excludes occluded regions during matching, yielding meaningful improvements over baseline and several prior methods.

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。