paper-with-me

홈 › Papers

In Defense of the Triplet Loss Again: Learning Robust Person Re-Identification with Fast Approximated Triplet Loss and Label Distillation

2019-12-17 · Ye Yuan, Wuyang Chen, Yang Yang, Zhangyang Wang

The comparative losses (typically, triplet loss) are appealing choices for learning person re-identification (ReID) features. However, the triplet loss is computationally much more expensive than the (practically more popular) classification loss, limiting their wider usage in massive datasets. Moreover, the abundance of label noise and outliers in ReID datasets may also put the margin-based loss in jeopardy. This work addresses the above two shortcomings of triplet loss, extending its effectiveness to large-scale ReID datasets with potentially noisy labels. We propose a fast-approximated triplet (FAT) loss, which provably converts the point-wise triplet loss into its upper bound form, consisting of a point-to-set loss term plus cluster compactness regularization. It preserves the effectiveness of triplet loss, while leading to linear complexity to the training set size. A label distillation strategy is further designed to learn refined soft-labels in place of the potentially noisy labels, from only an identified subset of confident examples, through teacher-student networks. We conduct extensive experiments on three most popular ReID benchmarks (Market-1501, DukeMTMC-reID, and MSMT17), and demonstrate that FAT loss with distilled labels lead to ReID features with remarkable accuracy, efficiency, robustness, and direct transferability to unseen datasets.

📄 PDF Abstract BibTeX arXiv:1912.07863

Code (1)

TAMU-VITA/FAT 공식 구현 pytorch

Tasks

Person 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 제목 키워드 기반

In Defense of the Triplet Loss for Person Re-Identification

2017-03-22 · Alexander Hermans, Lucas Beyer, Bastian Leibe

In the past few years, the field of computer vision has gone through a revolution fueled mainly by the advent of large datasets and the adoption of deep convolutional neural networks for end-to-end learning. The person r…

General ClassificationMetric 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

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

Person Re-identification with Adversarial Triplet Embedding

2020-12-28 · Xinglu Wang

Person re-identification is an important task and has widespread applications in video surveillance for public security. In the past few years, deep learning network with triplet loss has become popular for this problem.…

Metric LearningPerson Re-IdentificationTriplet

In Defense of the Classification Loss for Person Re-Identification

2018-09-16 · Yao Zhai, Xun Guo, Yan Lu, Houqiang Li

The recent research for person re-identification has been focused on two trends. One is learning the part-based local features to form more informative feature descriptors. The other is designing effective metric learnin…

ClassificationGeneral ClassificationMetric LearningPerson Re-Identification+1