paper-with-me

홈 › Papers

Cluster Loss for Person Re-Identification

2018-12-21 · Doney Alex, Zishan Sami, Sumandeep Banerjee, Subrat Panda

Person re-identification (ReID) is an important problem in computer vision, especially for video surveillance applications. The problem focuses on identifying people across different cameras or across different frames of the same camera. The main challenge lies in identifying the similarity of the same person against large appearance and structure variations, while differentiating between individuals. Recently, deep learning networks with triplet loss have become a common framework for person ReID. However, triplet loss focuses on obtaining correct orders on the training set. We demonstrate that it performs inferior in a clustering task. In this paper, we design a cluster loss, which can lead to the model output with a larger inter-class variation and a smaller intra-class variation compared to the triplet loss. As a result, our model has a better generalization ability and can achieve higher accuracy on the test set especially for a clustering task. We also introduce a batch hard training mechanism for improving the results and faster convergence of training.

📄 PDF Abstract BibTeX arXiv:1812.10325

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringPerson Re-IdentificationTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Hard-sample Guided Hybrid Contrast Learning for Unsupervised Person Re-Identification

2021-09-25 · Zheng Hu, Chuang Zhu, Gang He

Unsupervised person re-identification (Re-ID) is a promising and very challenging research problem in computer vision. Learning robust and discriminative features with unlabeled data is of central importance to Re-ID. Re…

Contrastive LearningPerson Re-IdentificationPseudo LabelUnsupervised Person Re-Identification

Hybrid Contrastive Learning with Cluster Ensemble for Unsupervised Person Re-identification

2022-01-28 · He Sun, Mingkun Li, Chun-Guang Li

Unsupervised person re-identification (ReID) aims to match a query image of a pedestrian to the images in gallery set without supervision labels. The most popular approaches to tackle unsupervised person ReID are usually…

ClusteringClustering EnsembleContrastive LearningPerson Re-Identification+1

Cluster-guided Asymmetric Contrastive Learning for Unsupervised Person Re-Identification

2021-06-15 · Mingkun Li, Chun-Guang Li, Jun Guo

Unsupervised person re-identification (Re-ID) aims to match pedestrian images from different camera views in unsupervised setting. Existing methods for unsupervised person Re-ID are usually built upon the pseudo labels f…

ClusteringContrastive LearningData AugmentationPerson Re-Identification+1

Unsupervised Person Re-identification via Softened Similarity Learning

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

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…

ClusteringGeneral ClassificationPerson Re-IdentificationQuantization+1

DomainMix: Learning Generalizable Person Re-Identification Without Human Annotations

2020-11-24 · Wenhao Wang, Shengcai Liao, Fang Zhao, Cuicui Kang 외

Existing person re-identification models often have low generalizability, which is mostly due to limited availability of large-scale labeled data in training. However, labeling large-scale training data is very expensive…

Domain AdaptationGeneralizable Person Re-identificationPerson Re-IdentificationUnsupervised Domain Adaptation