paper-with-me

Papers

Graph Sampling Based Deep Metric Learning for Generalizable Person Re-Identification

2021-04-04 · CVPR 2022 1 · Shengcai Liao, Ling Shao

Recent studies show that, both explicit deep feature matching as well as large-scale and diverse training data can significantly improve the generalization of person re-identification. However, the efficiency of learning deep matchers on large-scale data has not yet been adequately studied. Though learning with classification parameters or class memory is a popular way, it incurs large memory and computational costs. In contrast, pairwise deep metric learning within mini batches would be a better choice. However, the most popular random sampling method, the well-known PK sampler, is not informative and efficient for deep metric learning. Though online hard example mining has improved the learning efficiency to some extent, the mining in mini batches after random sampling is still limited. This inspires us to explore the use of hard example mining earlier, in the data sampling stage. To do so, in this paper, we propose an efficient mini-batch sampling method, called graph sampling (GS), for large-scale deep metric learning. The basic idea is to build a nearest neighbor relationship graph for all classes at the beginning of each epoch. Then, each mini batch is composed of a randomly selected class and its nearest neighboring classes so as to provide informative and challenging examples for learning. Together with an adapted competitive baseline, we improve the state of the art in generalizable person re-identification significantly, by 25.1% in Rank-1 on MSMT17 when trained on RandPerson. Besides, the proposed method also outperforms the competitive baseline, by 6.8% in Rank-1 on CUHK03-NP when trained on MSMT17. Meanwhile, the training time is significantly reduced, from 25.4 hours to 2 hours when trained on RandPerson with 8,000 identities. Code is available at https://github.com/ShengcaiLiao/QAConv.

📄 PDF Abstract BibTeX arXiv:2104.01546

Code (1)

shengcailiao/QAConv 공식 구현 pytorch

Tasks

Generalizable Person Re-identificationGraph SamplingMetric LearningPerson Re-IdentificationRepresentation LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

DynaMix: Generalizable Person Re-identification via Dynamic Relabeling and Mixed Data Sampling

2025-11-24 · Timur Mamedov, Anton Konushin, Vadim Konushin arxiv

Generalizable person re-identification (Re-ID) aims to recognize individuals across unseen cameras and environments. While existing methods rely heavily on limited labeled multi-camera data, we propose DynaMix, a novel m…

Generalizable Person Re-identification

Cloning Outfits from Real-World Images to 3D Characters for Generalizable Person Re-Identification

2022-04-06 · CVPR 2022 1 · Yanan Wang, Xuezhi Liang, Shengcai Liao

Recently, large-scale synthetic datasets are shown to be very useful for generalizable person re-identification. However, synthesized persons in existing datasets are mostly cartoon-like and in random dress collocation, …

Generalizable Person Re-identificationPerson Re-IdentificationUnsupervised Domain AdaptationUnsupervised Person Re-Identification

CLIP-DFGS: A Hard Sample Mining Method for CLIP in Generalizable Person Re-Identification

2024-10-15 · Huazhong Zhao, Lei Qi, Xin Geng

Recent advancements in pre-trained vision-language models like CLIP have shown promise in person re-identification (ReID) applications. However, their performance in generalizable person re-identification tasks remains s…

Generalizable Person Re-identificationPerson Re-Identification

WhoFi: Deep Person Re-Identification via Wi-Fi Channel Signal Encoding

2025-07-17 · Danilo Avola, Daniele Pannone, Dario Montagnini, Emad Emam

Person Re-Identification is a key and challenging task in video surveillance. While traditional methods rely on visual data, issues like poor lighting, occlusion, and suboptimal angles often hinder performance. To addres…

Person Re-Identification

Learning Domain Invariant Representations for Generalizable Person Re-Identification

2021-03-29 · Yi-Fan Zhang, Zhang Zhang, Da Li, Zhen Jia 외

Generalizable person Re-Identification (ReID) has attracted growing attention in recent computer vision community. In this work, we construct a structural causal model among identity labels, identity-specific factors (cl…

Data AugmentationDomain GeneralizationGeneralizable Person Re-identificationPerson Re-Identification+1