Papers › Omni-Scale Feature Learning for Person Re-Identification

Omni-Scale Feature Learning for Person Re-Identification

2 May 2019ICCV 2019 10arXiv:1905.00953archive 2025-07-28

Kaiyang Zhou, Yongxin Yang, Andrea Cavallaro, Tao Xiang

As an instance-level recognition problem, person re-identification (ReID) relies on discriminative features, which not only capture different spatial scales but also encapsulate an arbitrary combination of multiple scales. We call features of both homogeneous and heterogeneous scales omni-scale features. In this paper, a novel deep ReID CNN is designed, termed Omni-Scale Network (OSNet), for omni-scale feature learning. This is achieved by designing a residual block composed of multiple convolutional streams, each detecting features at a certain scale. Importantly, a novel unified aggregation gate is introduced to dynamically fuse multi-scale features with input-dependent channel-wise weights. To efficiently learn spatial-channel correlations and avoid overfitting, the building block uses pointwise and depthwise convolutions. By stacking such block layer-by-layer, our OSNet is extremely lightweight and can be trained from scratch on existing ReID benchmarks. Despite its small model size, OSNet achieves state-of-the-art performance on six person ReID datasets, outperforming most large-sized models, often by a clear margin. Code and models are available at: \url{https://github.com/KaiyangZhou/deep-person-reid}.

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

Code

Syntology Ran 2 of 26 code samples harvested from 4 repositories linked to this paper; 24 have no recorded run. Of those that ran: 2 ran · fixture could not drive it.

By repository: community (archive-listed): 26 samples from 4 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

17 repositories listed; official and paper-mentioned ones first.

KaiyangZhou/deep-person-reid officialmentioned in papermentioned on GitHubpytorchMIT report
InnovArul/vidreid_cosegmentation mentioned on GitHubpytorchApache-2.0 report
LeDuySon/torchreid_uet_lab mentioned on GitHubpytorchMIT report
MatthewAbugeja/osnet mentioned on GitHubpytorch report
RodMech/OSNet-IBN1-Lite mentioned on GitHubpytorch report
Yanghojun/Custom_yolov5_pytorch mentioned on GitHubpytorchGPL-3.0 report
donnjonn/Masterproef mentioned on GitHubpytorchMIT report
hukefei/deep-person-reid-master mentioned on GitHubpytorchMIT report
jacobtyo/mudd mentioned on GitHubpytorch report
mikel-brostrom/boxmot mentioned on GitHubpytorchAGPL-3.0 report
mikel-brostrom/yolov7_strongsort_osnet mentioned on GitHubpytorchGPL-3.0 report
openvinotoolkit/deep-object-reid mentioned on GitHubpytorchNOASSERTION report
tomektarabasz/deep_person_reid 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

26 samples harvested; 2 ran; 0 honoured the contract we drafted; 24 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
24unverified

Licence: 3 of the 26 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 4 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.

osnet_x1_0 MatthewAbugeja/osnet/torchreid/models/osnet.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 326803f4dfec5af1 · report
osnet_x1_0 tomektarabasz/deep_person_reid/torchreid/models/osnet.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · fdccc5451defed44 · report
densenet121 donnjonn/Masterproef/torchreid/models/densenet.py community (archive-listed) unverified MIT (permissive) · 6473856732e614c2 · report
densenet169 donnjonn/Masterproef/torchreid/models/densenet.py community (archive-listed) unverified MIT (permissive) · e271cdd444e9c43d · report
densenet201 donnjonn/Masterproef/torchreid/models/densenet.py community (archive-listed) unverified MIT (permissive) · 14ea88b72b8a45f3 · report
evaluate InnovArul/vidreid_cosegmentation/src/eval_metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 2267200bffdf674d · report
get_ResNet InnovArul/vidreid_cosegmentation/src/models/ResNet.py community (archive-listed) unverified Apache-2.0 (permissive) · a3648945de135b45 · report
get_gaussian_kernel InnovArul/vidreid_cosegmentation/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 5691966090d9a9f2 · report
imagedata_kwargs donnjonn/Masterproef/deprecated/default_parser.py community (archive-listed) unverified MIT (permissive) · 743ef3f8a8442fdc · report
inceptionresnetv2 donnjonn/Masterproef/torchreid/models/inceptionresnetv2.py community (archive-listed) unverified MIT (permissive) · 968ff7bf292adbec · report
inceptionresnetv2 donnjonn/Masterproef/torchreid/models/inceptionresnetv2.py community (archive-listed) unverified MIT (permissive) · 0c2afba5ccb6bcc2 · report
inceptionv4 donnjonn/Masterproef/torchreid/models/inceptionv4.py community (archive-listed) unverified MIT (permissive) · 2bcd3828691ac1d1 · report
init_pretrained_weights MatthewAbugeja/osnet/torchreid/models/osnet.py community (archive-listed) unverified no licence file found · pointer only · bd41824b39412f93 · report
load_pretrained_model InnovArul/vidreid_cosegmentation/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b2e664243298ae49 · report
mlfn donnjonn/Masterproef/torchreid/models/mlfn.py community (archive-listed) unverified MIT (permissive) · b52023dd659c7a90 · report
mobilenetv2_x1_0 donnjonn/Masterproef/torchreid/models/mobilenetv2.py community (archive-listed) unverified MIT (permissive) · 85b4bac4b8d2c9e4 · report
mobilenetv2_x1_4 donnjonn/Masterproef/torchreid/models/mobilenetv2.py community (archive-listed) unverified MIT (permissive) · 92bf5ac4db6e8f28 · report
nasnetamobile donnjonn/Masterproef/torchreid/models/nasnet.py community (archive-listed) unverified MIT (permissive) · 9635afee4069aa90 · report
optimizer_kwargs donnjonn/Masterproef/deprecated/default_parser.py community (archive-listed) unverified MIT (permissive) · cd21e7c823505eec · report
osnet_x0_75 MatthewAbugeja/osnet/torchreid/models/osnet.py community (archive-listed) unverified no licence file found · pointer only · 33a8877d1eb68984 · report
osnet_x0_75 tomektarabasz/deep_person_reid/torchreid/models/osnet.py community (archive-listed) unverified MIT (permissive) · 16bd38cf739b99e5 · report
read_Duke_attributes InnovArul/vidreid_cosegmentation/src/project_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 7b9d4d5659f1503e · report
read_image InnovArul/vidreid_cosegmentation/src/video_loader.py community (archive-listed) unverified Apache-2.0 (permissive) · 80bda819706e052f · report
set_stride InnovArul/vidreid_cosegmentation/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · ace193c5fdd754c7 · report
shortlist_Duke_on_attribute InnovArul/vidreid_cosegmentation/src/project_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 3c98b3b1ea1f4111 · report
videodata_kwargs donnjonn/Masterproef/deprecated/default_parser.py community (archive-listed) unverified MIT (permissive) · 3ab53e45735427cd · report

Tasks

Person Re-Identification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Person Re-Identification CUHK03 OSNet MAP 67.8 #11 of 19 Archive leaderboard report
Person Re-Identification CUHK03 detected OSNet (ICCV'19) MAP 67.8 #10 of 19 Archive leaderboard report
Person Re-Identification CUHK03 detected OSNet (ICCV'19) Rank-1 72.3 #10 of 19 Archive leaderboard report
Person Re-Identification DukeMTMC-reID OSNet (ICCV'19) Rank-1 88.6 #61 of 94 Archive leaderboard report
Person Re-Identification DukeMTMC-reID OSNet (ICCV'19) mAP 73.5 #61 of 94 Archive leaderboard report
Person Re-Identification MSMT17 OSNet Rank-1 78.7 #33 of 43 Archive leaderboard report
Person Re-Identification MSMT17 OSNet mAP 52.9 #33 of 43 Archive leaderboard report
Person Re-Identification MSMT17-C OS-Net Rank-1 28.51 #2 of 5 Archive leaderboard report
Person Re-Identification MSMT17-C OS-Net mAP 7.86 #2 of 5 Archive leaderboard report
Person Re-Identification MSMT17-C OS-Net mINP 0.08 #2 of 5 Archive leaderboard report
Person Re-Identification Market-1501 OSNet Rank-1 94.8 #74 of 135 Archive leaderboard report
Person Re-Identification Market-1501 OSNet mAP 84.9 #74 of 135 Archive leaderboard report
Person Re-Identification Market-1501-C OS-Net Rank-1 30.94 #14 of 22 Archive leaderboard report
Person Re-Identification Market-1501-C OS-Net mAP 10.37 #14 of 22 Archive leaderboard report
Person Re-Identification Market-1501-C OS-Net mINP 0.23 #14 of 22 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.

Methods

Batch NormalizationConvolutionReLUResidual BlockResidual Connection

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