paper-with-me

Papers

Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro

2017-01-26 · ICCV 2017 10 · Zhedong Zheng, Liang Zheng, Yi Yang

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.

📄 PDF Abstract BibTeX arXiv:1701.07717

Code (8)

layumi/Person-reID_GAN 공식 구현 tf
AI-NERC-NUPT/DDB pytorch
AI-NERC-NUPT/PFH-OSNet pytorch
AI-NERC-NUPT/PLR-OSNet pytorch
freeSubmission/SDB pytorch
hbchen121/dgreid pytorch
lyy973/OSFA pytorch
whj363636/Adversarial-attack-on-Person-ReID-With-Deep-Mis-Ranking pytorch

Tasks

Fine-Grained Image ClassificationGenerative Adversarial NetworkPerson Re-IdentificationRepresentation Learning

Similar Papers 제목 키워드 기반

Feature Affinity based Pseudo Labeling for Semi-supervised Person Re-identification

2018-05-16 · Guodong Ding, Shanshan Zhang, Salman Khan, Zhenmin Tang 외

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-Identification

Progressive Sample Mining and Representation Learning for One-Shot Person Re-identification with Adversarial Samples

2019-11-02 · Hui Li, Jimin Xiao, Ming-Jie Sun, Eng Gee Lim 외

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 LearningTriplet

Enhancing Person Re-identification in a Self-trained Subspace

2017-04-20 · Xun Yang, Meng Wang, Richang Hong, Qi Tian 외

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-Identification

Pseudo-positive regularization for deep person re-identification

2017-11-17 · Fuqing Zhu, Xiangwei Kong, Haiyan Fu, Qi Tian

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-Identification

Learning adaptively from the unknown for few-example video person re-ID

2019-08-25 · Jian Han

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