SOTAVerified

FD-GAN: Pose-guided Feature Distilling GAN for Robust Person Re-identification

2018-10-06NeurIPS 2018Code Available2· sign in to hype

Yixiao Ge, Zhuowan Li, Haiyu Zhao, Guojun Yin, Shuai Yi, Xiaogang Wang, Hongsheng Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Person re-identification (reID) is an important task that requires to retrieve a person's images from an image dataset, given one image of the person of interest. For learning robust person features, the pose variation of person images is one of the key challenges. Existing works targeting the problem either perform human alignment, or learn human-region-based representations. Extra pose information and computational cost is generally required for inference. To solve this issue, a Feature Distilling Generative Adversarial Network (FD-GAN) is proposed for learning identity-related and pose-unrelated representations. It is a novel framework based on a Siamese structure with multiple novel discriminators on human poses and identities. In addition to the discriminators, a novel same-pose loss is also integrated, which requires appearance of a same person's generated images to be similar. After learning pose-unrelated person features with pose guidance, no auxiliary pose information and additional computational cost is required during testing. Our proposed FD-GAN achieves state-of-the-art performance on three person reID datasets, which demonstrates that the effectiveness and robust feature distilling capability of the proposed FD-GAN.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUHK03FD-GANMAP91.3Unverified
DukeMTMC-reIDFD-GANmAP64.5Unverified
Market-1501FD-GANRank-190.5Unverified

Reproductions