CVSep 26, 2018

Random Occlusion-recovery for Person Re-identification

arXiv:1809.09970v311 citations
Originality Incremental advance
AI Analysis

This addresses the need for reducing manual labeling effort in surveillance systems, but it is incremental as it builds on existing GAN-based data augmentation methods.

The paper tackles the problem of limited labeled data in person re-identification by automatically synthesizing labeled images using random occlusion and a GAN to generate de-occluded images, which improves performance on datasets like CUHK03, Market-1501, and DukeMTMC-reID.

As a basic task of multi-camera surveillance system, person re-identification aims to re-identify a query pedestrian observed from non-overlapping multiple cameras or across different time with a single camera. Recently, deep learning-based person re-identification models have achieved great success in many benchmarks. However, these supervised models require a large amount of labeled image data, and the process of manual labeling spends much manpower and time. In this study, we introduce a method to automatically synthesize labeled person images and adopt them to increase the sample number per identity for person re-identification datasets. To be specific, we use block rectangles to randomly occlude pedestrian images. Then, a generative adversarial network (GAN) model is proposed to use paired occluded and original images to synthesize the de-occluded images that similar but not identical to the original image. Afterwards, we annotate the de-occluded images with the same labels of their corresponding raw images and use them to augment the number of samples per identity. Finally, we use the augmented datasets to train baseline model. The experiment results on CUHK03, Market-1501 and DukeMTMC-reID datasets show that the effectiveness of the proposed method.

Foundations

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

Your Notes