# CANU-ReID: A Conditional Adversarial Network for Unsupervised person   Re-IDentification

**Authors:** Guillaume Delorme, Yihong Xu, Stephane Lathuili\`ere, Radu Horaud,, Xavier Alameda-Pineda

arXiv: 1904.01308 · 2020-04-29

## TL;DR

This paper introduces CANU-ReID, a novel unsupervised person re-identification framework that combines clustering, fine-tuning, and a conditional adversarial network to learn domain-independent features across camera viewpoints.

## Contribution

First to apply conditional adversarial networks in unsupervised person re-ID, improving domain adaptation by mitigating negative transfer and enhancing feature generalization.

## Key findings

- Achieved state-of-the-art results on multiple datasets.
- Outperformed existing clustering-based unsupervised re-ID methods.
- Demonstrated effectiveness of conditional adversarial learning in domain adaptation.

## Abstract

Unsupervised person re-ID is the task of identifying people on a target data set for which the ID labels are unavailable during training. In this paper, we propose to unify two trends in unsupervised person re-ID: clustering & fine-tuning and adversarial learning. On one side, clustering groups training images into pseudo-ID labels, and uses them to fine-tune the feature extractor. On the other side, adversarial learning is used, inspired by domain adaptation, to match distributions from different domains. Since target data is distributed across different camera viewpoints, we propose to model each camera as an independent domain, and aim to learn domain-independent features. Straightforward adversarial learning yields negative transfer, we thus introduce a conditioning vector to mitigate this undesirable effect. In our framework, the centroid of the cluster to which the visual sample belongs is used as conditioning vector of our conditional adversarial network, where the vector is permutation invariant (clusters ordering does not matter) and its size is independent of the number of clusters. To our knowledge, we are the first to propose the use of conditional adversarial networks for unsupervised person re-ID. We evaluate the proposed architecture on top of two state-of-the-art clustering-based unsupervised person re-identification (re-ID) methods on four different experimental settings with three different data sets and set the new state-of-the-art performance on all four of them. Our code and model will be made publicly available at https://team.inria.fr/perception/canu-reid/.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01308/full.md

## Figures

26 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01308/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1904.01308/full.md

---
Source: https://tomesphere.com/paper/1904.01308