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

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

30 Mar 2022CVPR 2022 1arXiv:2203.16533archive 2025-07-28

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

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.16533")

Code

Syntology Ran 5 of 5 code samples harvested from 3 repositories linked to this paper; 0 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 2 samples from 1 repository, 2 ran; found in paper text by Syntology: 1 sample from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dengpanfu/luperson-nl officialmentioned in papermentioned on GitHubpytorch report
DengpanFu/LUPerson mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

5 samples harvested; 5 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · fixture could not drive it
3ran

Licence: 4 of the 5 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

PNL DengpanFu/LUPerson-NL/PNL/libs/pnl_builder.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 824bbbae4296cf5d · report
logits_accuracy DengpanFu/LUPerson-NL/PNL/libs/pnl_builder.py official repository ran · fixture could not drive it no licence file found · pointer only · 776cf8f7d3afedb2 · report
SupConLoss DengpanFu/LUPerson/lup_moco/libs/losses.py community (archive-listed) ran fingerprinted no licence file found · pointer only · e853d56ab2fb4cee · report
logits_accuracy DengpanFu/LUPerson/lup_moco/libs/losses.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · fa79bdd65fc85d81 · report
TripletLoss ifzhang/FairMOT/src/lib/models/losses.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 8f7aac120b9147a0 · report

Tasks

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

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Person Re-Identification CUHK03 Weakly Supervised Pre-training (ResNet50+BDB) MAP 82.3 #8 of 19 Archive leaderboard report
Person Re-Identification CUHK03 Weakly Supervised Pre-training (ResNet50+BDB) Rank-1 84.7 #8 of 19 Archive leaderboard report
Person Re-Identification DukeMTMC-reID Weakly Supervised Pre-training (ResNet50+MGN) Rank-1 92.0 #23 of 94 Archive leaderboard report
Person Re-Identification DukeMTMC-reID Weakly Supervised Pre-training (ResNet50+MGN) mAP 84.3 #23 of 94 Archive leaderboard report
Person Re-Identification MSMT17 Weakly Supervised Pre-training (ResNet50+MGN) Rank-1 86.0 #16 of 43 Archive leaderboard report
Person Re-Identification MSMT17 Weakly Supervised Pre-training (ResNet50+MGN) mAP 68.0 #16 of 43 Archive leaderboard report
Person Re-Identification Market-1501 Weakly Supervised Pre-training (ResNet50+MGN) Rank-1 96.6 #13 of 135 Archive leaderboard report
Person Re-Identification Market-1501 Weakly Supervised Pre-training (ResNet50+MGN) mAP 91.9 #13 of 135 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections