CVApr 14, 2022

Clothes-Changing Person Re-identification with RGB Modality Only

arXiv:2204.06890v1268 citationsh-index: 97Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of identifying individuals across different clothing for security and surveillance applications, with incremental improvements in feature extraction from RGB data.

The paper tackles clothes-changing person re-identification by proposing a Clothes-based Adversarial Loss (CAL) to extract clothes-irrelevant features from RGB images, achieving state-of-the-art performance on benchmarks. It also introduces a new video dataset, CCVID, to explore spatiotemporal modeling for this task.

The key to address clothes-changing person re-identification (re-id) is to extract clothes-irrelevant features, e.g., face, hairstyle, body shape, and gait. Most current works mainly focus on modeling body shape from multi-modality information (e.g., silhouettes and sketches), but do not make full use of the clothes-irrelevant information in the original RGB images. In this paper, we propose a Clothes-based Adversarial Loss (CAL) to mine clothes-irrelevant features from the original RGB images by penalizing the predictive power of re-id model w.r.t. clothes. Extensive experiments demonstrate that using RGB images only, CAL outperforms all state-of-the-art methods on widely-used clothes-changing person re-id benchmarks. Besides, compared with images, videos contain richer appearance and additional temporal information, which can be used to model proper spatiotemporal patterns to assist clothes-changing re-id. Since there is no publicly available clothes-changing video re-id dataset, we contribute a new dataset named CCVID and show that there exists much room for improvement in modeling spatiotemporal information. The code and new dataset are available at: https://github.com/guxinqian/Simple-CCReID.

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