Unsupervised Person Re-identification via Softened Similarity Learning
Yutian Lin, Lingxi Xie, Yu Wu, Chenggang Yan, Qi Tian

TL;DR
This paper introduces a novel unsupervised person re-identification method that replaces clustering with pairwise similarity and softened classification, achieving state-of-the-art results without labeled data.
Contribution
It proposes a clustering-free approach using softened similarity learning, improving robustness and simplicity over previous iterative clustering methods.
Findings
Achieves state-of-the-art performance on unsupervised re-ID datasets.
Removes the need for cluster number estimation, simplifying the process.
Demonstrates robustness to hyper-parameter variations.
Abstract
Person re-identification (re-ID) is an important topic in computer vision. This paper studies the unsupervised setting of re-ID, which does not require any labeled information and thus is freely deployed to new scenarios. There are very few studies under this setting, and one of the best approach till now used iterative clustering and classification, so that unlabeled images are clustered into pseudo classes for a classifier to get trained, and the updated features are used for clustering and so on. This approach suffers two problems, namely, the difficulty of determining the number of clusters, and the hard quantization loss in clustering. In this paper, we follow the iterative training mechanism but discard clustering, since it incurs loss from hard quantization, yet its only product, image-level similarity, can be easily replaced by pairwise computation and a softened classification…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Unsupervised Person Re-Identification via Softened Similarity Learning· youtube
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Image and Video Retrieval Techniques · Human Pose and Action Recognition
