paper-with-me

Papers

Unsupervised Person Re-identification via Softened Similarity Learning

2020-04-07 · CVPR 2020 6 · Yutian Lin, Lingxi Xie, Yu Wu, Chenggang Yan, Qi Tian

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.

📄 PDF Abstract BibTeX arXiv:2004.03547

Code (1)

wxb589/softened-similarity-learning pytorch

Tasks

ClusteringGeneral ClassificationPerson Re-IdentificationQuantizationUnsupervised Person Re-Identification

Similar Papers 제목 키워드 기반

Pseudo-Pair based Self-Similarity Learning for Unsupervised Person Re-identification

2022-07-09 · Lin Wu, Deyin Liu, Wenying Zhang, Dapeng Chen 외

Person re-identification (re-ID) is of great importance to video surveillance systems by estimating the similarity between a pair of cross-camera person shorts. Current methods for estimating such similarity require a la…

Person Re-IdentificationUnsupervised Person Re-Identification

Unsupervised Person Re-identification via Multi-Label Prediction and Classification based on Graph-Structural Insight

2021-06-16 · Jongmin Yu, Hyeontaek Oh

This paper addresses unsupervised person re-identification (Re-ID) using multi-label prediction and classification based on graph-structural insight. Our method extracts features from person images and produces a graph t…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONPerson Re-Identification+1

ICE: Inter-instance Contrastive Encoding for Unsupervised Person Re-identification

2021-03-30 · ICCV 2021 10 · Hao Chen, Benoit Lagadec, Francois Bremond

Unsupervised person re-identification (ReID) aims at learning discriminative identity features without annotations. Recently, self-supervised contrastive learning has gained increasing attention for its effectiveness in …

Contrastive LearningPerson Re-IdentificationRepresentation LearningUnsupervised Person Re-Identification

Deep Credible Metric Learning for Unsupervised Domain Adaptation Person Re-identification

2020-08-01 · ECCV 2020 8 · Guangyi Chen, Yuhao Lu, Jiwen Lu, Jie Zhou

The trained person re-identification systems fundamentally need to be deployed on different target environments. Learning the cross-domain model has great potential for the scalability of real-world applications. In this…

Domain AdaptationMetric LearningPerson Re-IdentificationPseudo Label+1

Image-Image Domain Adaptation with Preserved Self-Similarity and Domain-Dissimilarity for Person Re-identification

2017-11-19 · CVPR 2018 6 · Weijian Deng, Liang Zheng, Qixiang Ye, Guoliang Kang 외

Person re-identification (re-ID) models trained on one domain often fail to generalize well to another. In our attempt, we present a "learning via translation" framework. In the baseline, we translate the labeled images …

Domain AdaptationGenerative Adversarial NetworkPerson Re-IdentificationTranslation+1