Papers › Semantics-Aligned Representation Learning for Person Re-identification

Semantics-Aligned Representation Learning for Person Re-identification

30 May 2019arXiv:1905.13143archive 2025-07-28

Xin Jin, Cuiling Lan, Wen-Jun Zeng, Guoqiang Wei, Zhibo Chen

Person re-identification (reID) aims to match person images to retrieve the ones with the same identity. This is a challenging task, as the images to be matched are generally semantically misaligned due to the diversity of human poses and capture viewpoints, incompleteness of the visible bodies (due to occlusion), etc. In this paper, we propose a framework that drives the reID network to learn semantics-aligned feature representation through delicate supervision designs. Specifically, we build a Semantics Aligning Network (SAN) which consists of a base network as encoder (SA-Enc) for re-ID, and a decoder (SA-Dec) for reconstructing/regressing the densely semantics aligned full texture image. We jointly train the SAN under the supervisions of person re-identification and aligned texture generation. Moreover, at the decoder, besides the reconstruction loss, we add Triplet ReID constraints over the feature maps as the perceptual losses. The decoder is discarded in the inference and thus our scheme is computationally efficient. Ablation studies demonstrate the effectiveness of our design. We achieve the state-of-the-art performances on the benchmark datasets CUHK03, Market1501, MSMT17, and the partial person reID dataset Partial REID. Code for our proposed method is available at: https://github.com/microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification.

PaperPDFCodeCode 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.13143")

Code

Syntology Ran 2 of 11 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 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.

microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification 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

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

Licence: 0 of the 11 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 microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification. “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 microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · dd1114865f06f0fd · report
read_image microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/dataset_loader.py official repository ran MIT (permissive) · e3cbae59cb5ed741 · report
build_transforms microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/transforms.py official repository unverified MIT (permissive) · fe7e035b56b0c148 · report
eval_cuhk03 microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/eval_metrics.py official repository unverified MIT (permissive) · d100118814161b20 · report
eval_market1501 microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/eval_metrics.py official repository unverified MIT (permissive) · acf991f06281a336 · report
evaluate_py microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/eval_metrics.py official repository unverified MIT (permissive) · 6c4da11cacaff831 · report
image_dataset_kwargs microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/args.py official repository unverified MIT (permissive) · 982f71a5bf0436f5 · report
init_optimizer microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/optimizers.py official repository unverified MIT (permissive) · 8f45a875ca759c55 · report
optimizer_kwargs microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/args.py official repository unverified MIT (permissive) · 22c90ccd7fb0837e · report
resnet50 microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/models/resnet.py official repository unverified MIT (permissive) · f42752ad0e2f6c85 · report
resnet50_fc512 microsoft/Semantics-Aligned-Representation-Learning-for-Person-Re-identification/torchreid/models/resnet.py official repository unverified MIT (permissive) · c48cb0d4e0d8fe1d · report

Tasks

DecoderPerson Re-IdentificationRepresentation LearningTexture Synthesis

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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