CVSep 13, 2018

Sparse Label Smoothing Regularization for Person Re-Identification

arXiv:1809.04976v36 citations
Originality Highly original
AI Analysis

This work addresses the tedious and labor-intensive task of acquiring large-scale labeled datasets for person re-identification, offering a solution to enhance model performance with limited data.

The paper tackles the problem of limited labeled data in person re-identification by proposing a framework that uses intelligent data augmentation and partial label smoothing to generate realistic images and assign non-uniform labels, resulting in significant improvements in re-identification accuracy across four large-scale datasets.

Person re-identification (re-id) is a cross-camera retrieval task which establishes a correspondence between images of a person from multiple cameras. Deep Learning methods have been successfully applied to this problem and have achieved impressive results. However, these methods require a large amount of labeled training data. Currently labeled datasets in person re-id are limited in their scale and manual acquisition of such large-scale datasets from surveillance cameras is a tedious and labor-intensive task. In this paper, we propose a framework that performs intelligent data augmentation and assigns partial smoothing label to generated data. Our approach first exploits the clustering property of existing person re-id datasets to create groups of similar objects that model cross-view variations. Each group is then used to generate realistic images through adversarial training. Our aim is to emphasize feature similarity between generated samples and the original samples. Finally, we assign a non-uniform label distribution to the generated samples and define a regularized loss function for training. The proposed approach tackles two problems (1) how to efficiently use the generated data and (2) how to address the over-smoothness problem found in current regularization methods. Extensive experiments on four larges cale datasets show that our regularization method significantly improves the Re-ID accuracy compared to existing methods.

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