Papers › Resource Aware Person Re-identification across Multiple Resolutions

Resource Aware Person Re-identification across Multiple Resolutions

22 May 2018CVPR 2018 6arXiv:1805.08805archive 2025-07-28

Yan Wang, Lequn Wang, Yurong You, Xu Zou, Vincent Chen, Serena Li, Gao Huang, Bharath Hariharan, Kilian Q. Weinberger

Not all people are equally easy to identify: color statistics might be enough for some cases while others might require careful reasoning about high- and low-level details. However, prevailing person re-identification(re-ID) methods use one-size-fits-all high-level embeddings from deep convolutional networks for all cases. This might limit their accuracy on difficult examples or makes them needlessly expensive for the easy ones. To remedy this, we present a new person re-ID model that combines effective embeddings built on multiple convolutional network layers, trained with deep-supervision. On traditional re-ID benchmarks, our method improves substantially over the previous state-of-the-art results on all five datasets that we evaluate on. We then propose two new formulations of the person re-ID problem under resource-constraints, and show how our model can be used to effectively trade off accuracy and computation in the presence of resource constraints. Code and pre-trained models are available at https://github.com/mileyan/DARENet.

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="1805.08805")

Code

Syntology Ran 1 of 18 code samples harvested from 1 repository linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 18 samples 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.

mileyan/DARENet officialmentioned in papermentioned on GitHubpytorchMIT 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

18 samples harvested; 1 ran; 0 honoured the contract we drafted; 17 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.

1ran · our draft was wrong
17unverified

Licence: 0 of the 18 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 mileyan/DARENet. “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.

conv3x3 mileyan/DARENet/models/dare_resnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
densenet121 mileyan/DARENet/models/dare_densenet.py official repository unverified MIT (permissive) · 35bdfd5997f6c523 · report
densenet169 mileyan/DARENet/models/dare_densenet.py official repository unverified MIT (permissive) · ae81e330ec043182 · report
densenet201 mileyan/DARENet/models/dare_densenet.py official repository unverified MIT (permissive) · 61384669f2b43c43 · report
extract_features mileyan/DARENet/extract_features.py official repository unverified MIT (permissive) · 16155fa3d8322d03 · report
extract_stage_features mileyan/DARENet/extract_features.py official repository unverified MIT (permissive) · a12e091fb5bfef4c · report
get_ap mileyan/DARENet/budgeted_stream/evaluation.py official repository unverified MIT (permissive) · 7c4666b2965159ab · report
get_colored_logger mileyan/DARENet/budgeted_stream/utils/logging.py official repository unverified MIT (permissive) · 429d70205b36fb8a · report
get_eu_distance mileyan/DARENet/budgeted_stream/val_confidence.py official repository unverified MIT (permissive) · 3ce3681b72801abd · report
get_good_junk mileyan/DARENet/budgeted_stream/evaluation.py official repository unverified MIT (permissive) · 15fa79e1dedaf72a · report
get_junk mileyan/DARENet/budgeted_stream/val_confidence.py official repository unverified MIT (permissive) · a940899edc2dbb89 · report
get_rank mileyan/DARENet/budgeted_stream/evaluation.py official repository unverified MIT (permissive) · 63bb25a8b3b786aa · report
get_threshold_offline mileyan/DARENet/budgeted_stream/val_confidence.py official repository unverified MIT (permissive) · 85ae6e83db0bcb4d · report
margin_function mileyan/DARENet/budgeted_stream/confidence_functions.py official repository unverified MIT (permissive) · 8da6ad71a45bdcf9 · report
max_neg_dist_function mileyan/DARENet/budgeted_stream/confidence_functions.py official repository unverified MIT (permissive) · c138ccbe5aecbaef · report
resnet50 mileyan/DARENet/models/dare_resnet.py official repository unverified MIT (permissive) · 00c53f6c9be7b589 · report
set_colored_logger mileyan/DARENet/budgeted_stream/utils/logging.py official repository unverified MIT (permissive) · 089c8f239f104571 · report
setup_logger mileyan/DARENet/my_logger.py official repository unverified MIT (permissive) · aeb4136902fecf2a · report

Tasks

AllPerson Re-Identification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Person Re-Identification CUHK03 detected DaRe+RE (CVPR'18) MAP 59.0 #12 of 19 Archive leaderboard report
Person Re-Identification CUHK03 detected DaRe+RE (CVPR'18) Rank-1 63.3 #12 of 19 Archive leaderboard report
Person Re-Identification CUHK03 labeled DaRe+RE (CVPR'18) MAP 61.6 #14 of 21 Archive leaderboard report
Person Re-Identification CUHK03 labeled DaRe+RE (CVPR'18) Rank-1 66.1 #14 of 21 Archive leaderboard report
Person Re-Identification DukeMTMC-reID DaRe(De)+RE+RR [wang2018resource] Rank-1 84.4 #44 of 94 Archive leaderboard report
Person Re-Identification DukeMTMC-reID DaRe(De)+RE+RR [wang2018resource] mAP 80.0 #44 of 94 Archive leaderboard report
Person Re-Identification Market-1501 DaRe(De)+RE+RR [wang2018resource] Rank-1 90.9 #91 of 135 Archive leaderboard report
Person Re-Identification Market-1501 DaRe(De)+RE+RR [wang2018resource] mAP 86.7 #91 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