paper-with-me

홈 › Papers

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 learning loss functions such as the triplet loss family. We argue that learning global features with classification loss could achieve the same goal, even with some simple and cost-effective architecture design. In this paper, we first explain why the person re-id framework with standard classification loss usually has inferior performance compared to metric learning. Based on that, we further propose a person re-id framework featured by channel grouping and multi-branch strategy, which divides global features into multiple channel groups and learns the discriminative channel group features by multi-branch classification layers. The extensive experiments show that our framework outperforms prior state-of-the-arts in terms of both accuracy and inference speed.

📄 PDF Abstract BibTeX arXiv:1809.05864

Code (1)

MARMOTatZJU/ZSLPR-TIANCHI pytorch

Tasks

ClassificationGeneral ClassificationMetric LearningPerson 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

Debiased Dual-Invariant Defense for Adversarially Robust Person Re-Identification

2025-11-13 · Yuhang Zhou, Yanxiang Zhao, Zhongyun Hua, Zhipu Liu 외 arxiv

Person re-identification (ReID) is a fundamental task in many real-world applications such as pedestrian trajectory tracking. However, advanced deep learning-based ReID models are highly susceptible to adversarial attack…

Person Re-IdentificationAdversarial DefenseMetric Learning

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 po…

Person Re-IdentificationTriplet

Adversarial Metric Attack and Defense for Person Re-identification

2019-01-30 · Song Bai, Yingwei Li, Yuyin Zhou, Qizhu Li 외

Person re-identification (re-ID) has attracted much attention recently due to its great importance in video surveillance. In general, distance metrics used to identify two person images are expected to be robust under va…

Adversarial AttackBenchmarkingGeneral ClassificationPerson Re-Identification

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