CVOct 6, 2018

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

arXiv:1810.02936v2359 citations
AI Analysis

This addresses the problem of robust person retrieval for surveillance and security applications, offering a novel method that reduces computational cost compared to existing approaches.

The paper tackles the challenge of pose variation in person re-identification by proposing FD-GAN, a framework that learns identity-related and pose-unrelated representations without requiring extra pose information during testing, achieving state-of-the-art performance on three datasets.

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.

Code Implementations2 repos
Foundations

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

Your Notes