Triplet-based Deep Similarity Learning for Person Re-Identification
In recent years, person re-identification (re-id) catches great attention in both computer vision community and industry. In this paper, we propose a new framework for person re-identification with a triplet-based deep similarity learning using convolutional neural networks (CNNs). The network is trained with triplet input: two of them have the same class labels and the other one is different. It aims to learn the deep feature representation, with which the distance within the same class is decreased, while the distance between the different classes is increased as much as possible. Moreover, we trained the model jointly on six different datasets, which differs from common practice - one model is just trained on one dataset and tested also on the same one. However, the enormous number of possible triplet data among the large number of training samples makes the training impossible. To address this challenge, a double-sampling scheme is proposed to generate triplets of images as effective as possible. The proposed framework is evaluated on several benchmark datasets. The experimental results show that, our method is effective for the task of person re-identification and it is comparable or even outperforms the state-of-the-art methods.
Code (1)
Tasks
Person Re-IdentificationTripletSimilar Papers 제목 키워드 기반
Distribution Context Aware Loss for Person Re-identification
To learn the optimal similarity function between probe and gallery images in Person re-identification, effective deep metric learning methods have been extensively explored to obtain discriminative feature embedding. How…
ClusteringMetric LearningPerson Re-IdentificationTripletCluster Loss for Person Re-Identification
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…
ClusteringPerson Re-IdentificationTripletSet Augmented Triplet Loss for Video Person Re-Identification
Modern video person re-identification (re-ID) machines are often trained using a metric learning approach, supervised by a triplet loss. The triplet loss used in video re-ID is usually based on so-called clip features, e…
Metric LearningPerson Re-IdentificationTripletVideo-Based Person Re-IdentificationDeep Feature Learning with Relative Distance Comparison for Person Re-identification
Identifying the same individual across different scenes is an important yet difficult task in intelligent video surveillance. Its main difficulty lies in how to preserve similarity of the same person against large appear…
Person Re-IdentificationTripletUnified Batch All Triplet Loss for Visible-Infrared Person Re-identification
Visible-Infrared cross-modality person re-identification (VI-ReID), whose aim is to match person images between visible and infrared modality, is a challenging cross-modality image retrieval task. Batch Hard Triplet loss…
AllCross-Modality Person Re-identificationImage RetrievalPerson Re-Identification+2