paper-with-me

홈 › Papers

Triplet-based Deep Similarity Learning for Person Re-Identification

2018-02-09 · Wentong Liao, Michael Ying Yang, Ni Zhan, Bodo Rosenhahn

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.

📄 PDF Abstract BibTeX arXiv:1802.03254

Code (1)

ssahn3087/pedestrian_detection pytorch

Tasks

Person Re-IdentificationTriplet

Similar Papers 제목 키워드 기반

Distribution Context Aware Loss for Person Re-identification

2019-11-17 · Zhigang Chang, Qin Zhou, Mingyang Yu, Shibao Zheng 외

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-IdentificationTriplet

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…

ClusteringPerson Re-IdentificationTriplet

Set Augmented Triplet Loss for Video Person Re-Identification

2020-11-02 · Pengfei Fang, Pan Ji, Lars Petersson, Mehrtash Harandi

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-Identification

Deep Feature Learning with Relative Distance Comparison for Person Re-identification

2015-12-11 · Shengyong Ding, Liang Lin, Guangrun Wang, Hongyang Chao

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-IdentificationTriplet

Unified Batch All Triplet Loss for Visible-Infrared Person Re-identification

2021-03-08 · Wenkang Li, Ke Qi, Wenbin Chen, Yicong Zhou

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