CVNov 28, 2017

Camera Style Adaptation for Person Re-identification

arXiv:1711.10295v2604 citations
Originality Incremental advance
AI Analysis

This addresses camera style variations in person re-identification, an incremental improvement for cross-camera retrieval tasks.

The paper tackles the problem of camera style variations in person re-identification by introducing CamStyle adaptation, which uses CycleGAN for data augmentation to smooth style disparities, and reports competitive accuracy with state-of-the-art methods.

Being a cross-camera retrieval task, person re-identification suffers from image style variations caused by different cameras. The art implicitly addresses this problem by learning a camera-invariant descriptor subspace. In this paper, we explicitly consider this challenge by introducing camera style (CamStyle) adaptation. CamStyle can serve as a data augmentation approach that smooths the camera style disparities. Specifically, with CycleGAN, labeled training images can be style-transferred to each camera, and, along with the original training samples, form the augmented training set. This method, while increasing data diversity against over-fitting, also incurs a considerable level of noise. In the effort to alleviate the impact of noise, the label smooth regularization (LSR) is adopted. The vanilla version of our method (without LSR) performs reasonably well on few-camera systems in which over-fitting often occurs. With LSR, we demonstrate consistent improvement in all systems regardless of the extent of over-fitting. We also report competitive accuracy compared with the state of the art.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes