Unsupervised Person Re-Identification via Softened Similarity Learning
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 task. With these improvements, our approach becomes more elegant and is more robust to hyper-parameter changes. Experiments on two image-based and video-based datasets demonstrate state-of-the-art performance under the unsupervised re-ID setting.
Cite
Text
Lin et al. "Unsupervised Person Re-Identification via Softened Similarity Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020. doi:10.1109/CVPR42600.2020.00345Markdown
[Lin et al. "Unsupervised Person Re-Identification via Softened Similarity Learning." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020.](https://mlanthology.org/cvpr/2020/lin2020cvpr-unsupervised/) doi:10.1109/CVPR42600.2020.00345BibTeX
@inproceedings{lin2020cvpr-unsupervised,
title = {{Unsupervised Person Re-Identification via Softened Similarity Learning}},
author = {Lin, Yutian and Xie, Lingxi and Wu, Yu and Yan, Chenggang and Tian, Qi},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2020},
doi = {10.1109/CVPR42600.2020.00345},
url = {https://mlanthology.org/cvpr/2020/lin2020cvpr-unsupervised/}
}