Papers › Global Features are All You Need for Image Retrieval and Reranking

Global Features are All You Need for Image Retrieval and Reranking

14 Aug 2023ICCV 2023 1arXiv:2308.06954archive 2025-07-28

Shihao Shao, KaiFeng Chen, Arjun Karpur, Qinghua Cui, Andre Araujo, Bingyi Cao

Image retrieval systems conventionally use a two-stage paradigm, leveraging global features for initial retrieval and local features for reranking. However, the scalability of this method is often limited due to the significant storage and computation cost incurred by local feature matching in the reranking stage. In this paper, we present SuperGlobal, a novel approach that exclusively employs global features for both stages, improving efficiency without sacrificing accuracy. SuperGlobal introduces key enhancements to the retrieval system, specifically focusing on the global feature extraction and reranking processes. For extraction, we identify sub-optimal performance when the widely-used ArcFace loss and Generalized Mean (GeM) pooling methods are combined and propose several new modules to improve GeM pooling. In the reranking stage, we introduce a novel method to update the global features of the query and top-ranked images by only considering feature refinement with a small set of images, thus being very compute and memory efficient. Our experiments demonstrate substantial improvements compared to the state of the art in standard benchmarks. Notably, on the Revisited Oxford+1M Hard dataset, our single-stage results improve by 7.1%, while our two-stage gain reaches 3.7% with a strong 64,865x speedup. Our two-stage system surpasses the current single-stage state-of-the-art by 16.3%, offering a scalable, accurate alternative for high-performing image retrieval systems with minimal time overhead. Code: https://github.com/ShihaoShao-GH/SuperGlobal.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

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

By repository: official repository: 18 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shihaoshao-gh/superglobal officialmentioned in papermentioned on GitHubpytorch report
edwardguil/CVNet 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

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

2ran · our draft was wrong
12ran
4unverified

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 shihaoshao-gh/superglobal. “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.

BasicTransform shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · 5fbea145e2e1ef9a · report
BottleneckTransform shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran MIT (permissive) · bc2d89d946121f78 · report
GeneralizedMeanPooling shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · 9119b8d4c98f5ced · report
GeneralizedMeanPoolingP shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · ae68dadce75b3fe4 · report
GlobalHead shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran MIT (permissive) · 1a832022e62d5c07 · report
ResBlock shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran MIT (permissive) · 8aba530c55c5eb3a · report
ResStage shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · c2d48a0c32a3d652 · report
ResStemIN shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · b7468ec69b24b267 · report
extract_feat_res_pycls shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran · our draft was wrong MIT (permissive) · 03fb3b12debca8c5 · report
gemp shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · af08767ec93f2b28 · report
get_trans_fun shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran · our draft was wrong MIT (permissive) · 00a9dda76ea3fd57 · report
relup shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · 2031bc64eb8b91b6 · report
rgem shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran fingerprinted MIT (permissive) · cd3b5d6af1e69d75 · report
sgem shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository ran MIT (permissive) · 292667a5366078d8 · report
CVLearner shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository unverified MIT (permissive) · 8bd337cafee60b1d · report
CVNet_Rerank shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository unverified MIT (permissive) · 920c4a63177050ae · report
Correlation shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository unverified MIT (permissive) · 6348d625e9ec5a11 · report
ResNet shihaoshao-gh/superglobal/model/CVNet_Rerank_model.py official repository unverified MIT (permissive) · 8561c39b1b352e43 · report

Tasks

AllImage RetrievalRerankingRetrieval

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Retrieval ROxford (Hard) SuperGlobal mAP 80.2 #1 of 23 Archive leaderboard report
Image Retrieval RParis (Hard) SuperGlobal mAP 86.7 #2 of 23 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

ArcFace

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