paper-with-me

홈 › Papers

Triplet Online Instance Matching Loss for Person Re-identification

2020-02-24 · Ye Li, Guangqiang Yin, Chunhui Liu, Xiaoyu Yang, Zhiguo Wang

Mining the shared features of same identity in different scene, and the unique features of different identity in same scene, are most significant challenges in the field of person re-identification (ReID). Online Instance Matching (OIM) loss function and Triplet loss function are main methods for person ReID. Unfortunately, both of them have drawbacks. OIM loss treats all samples equally and puts no emphasis on hard samples. Triplet loss processes batch construction in a complicated and fussy way and converges slowly. For these problems, we propose a Triplet Online Instance Matching (TOIM) loss function, which lays emphasis on the hard samples and improves the accuracy of person ReID effectively. It combines the advantages of OIM loss and Triplet loss and simplifies the process of batch construction, which leads to a more rapid convergence. It can be trained on-line when handle the joint detection and identification task. To validate our loss function, we collect and annotate a large-scale benchmark dataset (UESTC-PR) based on images taken from surveillance cameras, which contains 499 identities and 60,437 images. We evaluated our proposed loss function on Duke, Marker-1501 and UESTC-PR using ResNet-50, and the result shows that our proposed loss function outperforms the baseline methods by a maximum of 21.7%, including Softmax loss, OIM loss and Triplet loss.

📄 PDF Abstract BibTeX arXiv:2002.10560

Code (0)

등록된 구현이 없습니다.

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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Beyond Triplet Loss: Meta Prototypical N-tuple Loss for Person Re-identification

2020-06-08 · Zhizheng Zhang, Cuiling Lan, Wen-Jun Zeng, Zhibo Chen 외

Person Re-identification (ReID) aims at matching a person of interest across images. In convolutional neural network (CNN) based approaches, loss design plays a vital role in pulling closer features of the same identity …

ClassificationGeneral ClassificationMetric LearningMulti-class Classification+2

Person Re-Identification by Multi-Channel Parts-Based CNN With Improved Triplet Loss Function

2016-06-01 · CVPR 2016 6 · De Cheng, Yihong Gong, Sanping Zhou, Jinjun Wang 외

Person re-identification across cameras remains a very challenging problem, especially when there are no overlapping fields of view between cameras. In this paper, we present a novel multi-channel parts-based convolution…

Person Re-IdentificationRobust Face RecognitionTriplet

Beyond triplet loss: a deep quadruplet network for person re-identification

2017-04-06 · CVPR 2017 7 · Weihua Chen, Xiaotang Chen, Jian-Guo Zhang, Kaiqi Huang

Person re-identification (ReID) is an important task in wide area video surveillance which focuses on identifying people across different cameras. Recently, deep learning networks with a triplet loss become a common fram…

Person Re-IdentificationTriplet

Relation Preserving Triplet Mining for Stabilising the Triplet Loss in Re-identification Systems

2021-10-15 · Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision 2023 1 · Adhiraj Ghosh, Kuruparan Shanmugalingam, Wen-Yan Lin

Object appearances change dramatically with pose variations. This creates a challenge for embedding schemes that seek to map instances with the same object ID to locations that are as close as possible. This issue become…

ObjectPerson Re-IdentificationRelationTriplet+1

Homocentric Hypersphere Feature Embedding for Person Re-identification

2018-04-24 · Wangmeng Xiang, Jianqiang Huang, Xianbiao Qi, Xian-Sheng Hua 외

Person re-identification (Person ReID) is a challenging task due to the large variations in camera viewpoint, lighting, resolution, and human pose. Recently, with the advancement of deep learning technologies, the perfor…

Person Re-IdentificationTriplet