Papers › Ranked List Loss for Deep Metric Learning

Ranked List Loss for Deep Metric Learning

8 Mar 2019CVPR 2019 6arXiv:1903.03238archive 2025-07-28

Xinshao Wang, Yang Hua, Elyor Kodirov, Neil M. Robertson

The objective of deep metric learning (DML) is to learn embeddings that can capture semantic similarity and dissimilarity information among data points. Existing pairwise or tripletwise loss functions used in DML are known to suffer from slow convergence due to a large proportion of trivial pairs or triplets as the model improves. To improve this, ranking-motivated structured losses are proposed recently to incorporate multiple examples and exploit the structured information among them. They converge faster and achieve state-of-the-art performance. In this work, we unveil two limitations of existing ranking-motivated structured losses and propose a novel ranked list loss to solve both of them. First, given a query, only a fraction of data points is incorporated to build the similarity structure. Consequently, some useful examples are ignored and the structure is less informative. To address this, we propose to build a set-based similarity structure by exploiting all instances in the gallery. The learning setting can be interpreted as few-shot retrieval: given a mini-batch, every example is iteratively used as a query, and the rest ones compose the gallery to search, i.e., the support set in few-shot setting. The rest examples are split into a positive set and a negative set. For every mini-batch, the learning objective of ranked list loss is to make the query closer to the positive set than to the negative set by a margin. Second, previous methods aim to pull positive pairs as close as possible in the embedding space. As a result, the intraclass data distribution tends to be extremely compressed. In contrast, we propose to learn a hypersphere for each class in order to preserve useful similarity structure inside it, which functions as regularisation. Extensive experiments demonstrate the superiority of our proposal by comparing with the state-of-the-art methods.

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

Code

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

By repository: community (archive-listed): 12 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.

XinshaoAmosWang/Ranked-List-Loss-for-DML officialmentioned in papermentioned on GitHubBSD-3-Clause report
Qidian213/Ranked_Person_ReID mentioned 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

12 samples harvested; 2 ran; 0 honoured the contract we drafted; 10 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 · our draft was wrong
10unverified

Licence: 0 of the 12 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 Qidian213/Ranked_Person_ReID. “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 Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_a.py community (archive-listed) ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
conv3x3 Qidian213/Ranked_Person_ReID/modeling/backbones/resnet.py community (archive-listed) ran · our draft was wrong MIT (permissive) · dd1114865f06f0fd · report
euclidean_dist_rank Qidian213/Ranked_Person_ReID/layers/reanked_clu_loss.py community (archive-listed) unverified MIT (permissive) · 82b1a2e5ff78341d · report
necrank_loss Qidian213/Ranked_Person_ReID/layers/reanked_clu_loss.py community (archive-listed) unverified MIT (permissive) · b68e8972a6c19ecf · report
normalize_rank Qidian213/Ranked_Person_ReID/layers/reanked_clu_loss.py community (archive-listed) unverified MIT (permissive) · 1a26ab081550abcd · report
rank_loss Qidian213/Ranked_Person_ReID/layers/reanked_loss.py community (archive-listed) unverified MIT (permissive) · 8ec87e18f2d04e40 · report
resnet101_ibn_a Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_a.py community (archive-listed) unverified MIT (permissive) · bfe3a99f29b46621 · report
resnet101_ibn_a_old Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_a_old.py community (archive-listed) unverified MIT (permissive) · c7fc850e79b64621 · report
resnet101_ibn_b Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_b.py community (archive-listed) unverified MIT (permissive) · e5e13f5830c0dbac · report
resnet50_ibn_a Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_a.py community (archive-listed) unverified MIT (permissive) · d2eb6158f5dbb02b · report
resnet50_ibn_a_old Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_a_old.py community (archive-listed) unverified MIT (permissive) · 63d91c88c6d72b37 · report
resnet50_ibn_b Qidian213/Ranked_Person_ReID/modeling/backbones/resnet_ibn_b.py community (archive-listed) unverified MIT (permissive) · 5d9b23d7f641d50c · report

Tasks

Image RetrievalMetric LearningRetrievalSemantic SimilaritySemantic Textual Similarity

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