CVJul 15, 2020

RGB-IR Cross-modality Person ReID based on Teacher-Student GAN Model

arXiv:2007.07452v162 citations
Originality Incremental advance
AI Analysis

This addresses the problem of identifying people in low-light conditions for surveillance applications, representing an incremental improvement over existing methods.

The paper tackles the cross-modality gap in RGB-infrared person re-identification by proposing a Teacher-Student GAN model, achieving state-of-the-art performance with 49.8% Rank-1 and 47.4% mAP on the SYSU-MM01 benchmark.

RGB-Infrared (RGB-IR) person re-identification (ReID) is a technology where the system can automatically identify the same person appearing at different parts of a video when light is unavailable. The critical challenge of this task is the cross-modality gap of features under different modalities. To solve this challenge, we proposed a Teacher-Student GAN model (TS-GAN) to adopt different domains and guide the ReID backbone to learn better ReID information. (1) In order to get corresponding RGB-IR image pairs, the RGB-IR Generative Adversarial Network (GAN) was used to generate IR images. (2) To kick-start the training of identities, a ReID Teacher module was trained under IR modality person images, which is then used to guide its Student counterpart in training. (3) Likewise, to better adapt different domain features and enhance model ReID performance, three Teacher-Student loss functions were used. Unlike other GAN based models, the proposed model only needs the backbone module at the test stage, making it more efficient and resource-saving. To showcase our model's capability, we did extensive experiments on the newly-released SYSU-MM01 RGB-IR Re-ID benchmark and achieved superior performance to the state-of-the-art with 49.8% Rank-1 and 47.4% mAP.

Foundations

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

Your Notes