paper-with-me

Papers

Large-Scale Pre-training for Person Re-identification with Noisy Labels

2022-03-30 · CVPR 2022 1 · Dengpan Fu, Dongdong Chen, Hao Yang, Jianmin Bao, Lu Yuan, Lei Zhang, Houqiang Li, Fang Wen, Dong Chen

This paper aims to address the problem of pre-training for person re-identification (Re-ID) with noisy labels. To setup the pre-training task, we apply a simple online multi-object tracking system on raw videos of an existing unlabeled Re-ID dataset "LUPerson" nd build the Noisy Labeled variant called "LUPerson-NL". Since theses ID labels automatically derived from tracklets inevitably contain noises, we develop a large-scale Pre-training framework utilizing Noisy Labels (PNL), which consists of three learning modules: supervised Re-ID learning, prototype-based contrastive learning, and label-guided contrastive learning. In principle, joint learning of these three modules not only clusters similar examples to one prototype, but also rectifies noisy labels based on the prototype assignment. We demonstrate that learning directly from raw videos is a promising alternative for pre-training, which utilizes spatial and temporal correlations as weak supervision. This simple pre-training task provides a scalable way to learn SOTA Re-ID representations from scratch on "LUPerson-NL" without bells and whistles. For example, by applying on the same supervised Re-ID method MGN, our pre-trained model improves the mAP over the unsupervised pre-training counterpart by 5.7%, 2.2%, 2.3% on CUHK03, DukeMTMC, and MSMT17 respectively. Under the small-scale or few-shot setting, the performance gain is even more significant, suggesting a better transferability of the learned representation. Code is available at https://github.com/DengpanFu/LUPerson-NL

📄 PDF Abstract BibTeX arXiv:2203.16533

Code (2)

dengpanfu/luperson-nl 공식 구현 pytorch
DengpanFu/LUPerson pytorch

Tasks

Contrastive LearningMulti-Object TrackingObject TrackingOnline Multi-Object TrackingPerson Re-IdentificationUnsupervised Pre-training

Similar Papers 제목 키워드 기반

Large-scale Multi-modal Person Identification in Real Unconstrained Environments

2019-12-17 · Jiajie Ye, Yisheng Guan, Junfa Liu, Xinghong Huang 외

Person identification (P-ID) under real unconstrained noisy environments is a huge challenge. In multiple-feature learning with Deep Convolutional Neural Networks (DCNNs) or Machine Learning method for large-scale person…

Multi-Modal Person IdentificationPerson Identificationvalid

Unsupervised Noisy Tracklet Person Re-identification

2021-01-16 · Minxian Li, Xiatian Zhu, Shaogang Gong

Existing person re-identification (re-id) methods mostly rely on supervised model learning from a large set of person identity labelled training data per domain. This limits their scalability and usability in large scale…

One-Shot LearningPerson Re-Identification

Synthesizing Efficient Data with Diffusion Models for Person Re-Identification Pre-Training

2024-06-10 · Ke Niu, Haiyang Yu, Xuelin Qian, Teng Fu 외

Existing person re-identification (Re-ID) methods principally deploy the ImageNet-1K dataset for model initialization, which inevitably results in sub-optimal situations due to the large domain gap. One of the key challe…

AttributeDiversityPerson Re-Identification

Unsupervised Person Re-Identification with Multi-Label Learning Guided Self-Paced Clustering

2021-03-08 · Qing Li, Xiaojiang Peng, Yu Qiao, Qi Hao

Although unsupervised person re-identification (Re-ID) has drawn increasing research attention recently, it remains challenging to learn discriminative features without annotations across disjoint camera views. In this p…

ClusteringMulti-Label LearningPerson Re-IdentificationPseudo Label+1

Robust Person Re-Identification by Modelling Feature Uncertainty

2019-10-01 · ICCV 2019 10 · Tianyuan Yu, Da Li, Yongxin Yang, Timothy M. Hospedales 외

We aim to learn deep person re-identification (ReID) models that are robust against noisy training data. Two types of noise are prevalent in practice: (1) label noise caused by human annotator errors and (2) data outlier…

Person Re-Identification