Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro
The main contribution of this paper is a simple semi-supervised pipeline that only uses the original training set without collecting extra data. It is challenging in 1) how to obtain more training data only from the training set and 2) how to use the newly generated data. In this work, the generative adversarial network (GAN) is used to generate unlabeled samples. We propose the label smoothing regularization for outliers (LSRO). This method assigns a uniform label distribution to the unlabeled images, which regularizes the supervised model and improves the baseline. We verify the proposed method on a practical problem: person re-identification (re-ID). This task aims to retrieve a query person from other cameras. We adopt the deep convolutional generative adversarial network (DCGAN) for sample generation, and a baseline convolutional neural network (CNN) for representation learning. Experiments show that adding the GAN-generated data effectively improves the discriminative ability of learned CNN embeddings. On three large-scale datasets, Market-1501, CUHK03 and DukeMTMC-reID, we obtain +4.37%, +1.6% and +2.46% improvement in rank-1 precision over the baseline CNN, respectively. We additionally apply the proposed method to fine-grained bird recognition and achieve a +0.6% improvement over a strong baseline. The code is available at https://github.com/layumi/Person-reID_GAN.
Code (8)
Tasks
Fine-Grained Image ClassificationGenerative Adversarial NetworkPerson Re-IdentificationRepresentation LearningSimilar Papers 제목 키워드 기반
Feature Affinity based Pseudo Labeling for Semi-supervised Person Re-identification
Person re-identification aims to match a person's identity across multiple camera streams. Deep neural networks have been successfully applied to the challenging person re-identification task. One remarkable bottleneck i…
Data AugmentationPerson Re-IdentificationRepresentation LearningSemi-Supervised Person Re-IdentificationProgressive Sample Mining and Representation Learning for One-Shot Person Re-identification with Adversarial Samples
In this paper, we aim to tackle the one-shot person re-identification problem where only one image is labelled for each person, while other images are unlabelled. This task is challenging due to the lack of sufficient la…
Person Re-IdentificationPseudo LabelRepresentation LearningTripletEnhancing Person Re-identification in a Self-trained Subspace
Despite the promising progress made in recent years, person re-identification (re-ID) remains a challenging task due to the complex variations in human appearances from different camera views. For this challenging proble…
Person Re-IdentificationPseudo-positive regularization for deep person re-identification
An intrinsic challenge of person re-identification (re-ID) is the annotation difficulty. This typically means 1) few training samples per identity, and 2) thus the lack of diversity among the training samples. Consequent…
Data AugmentationDiversityPerson Re-IdentificationLearning adaptively from the unknown for few-example video person re-ID
This paper mainly studies one-example and few-example video person re-identification. A multi-branch network PAM that jointly learns local and global features is proposed. PAM has high accuracy, few parameters and conver…
Person Re-IdentificationVideo-Based Person Re-Identification