Papers › DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features

DOLG: Single-Stage Image Retrieval with Deep Orthogonal Fusion of Local and Global Features

6 Aug 2021ICCV 2021 10arXiv:2108.02927archive 2025-07-28

Min Yang, Dongliang He, Miao Fan, Baorong Shi, Xuetong Xue, Fu Li, Errui Ding, Jizhou Huang

Image Retrieval is a fundamental task of obtaining images similar to the query one from a database. A common image retrieval practice is to firstly retrieve candidate images via similarity search using global image features and then re-rank the candidates by leveraging their local features. Previous learning-based studies mainly focus on either global or local image representation learning to tackle the retrieval task. In this paper, we abandon the two-stage paradigm and seek to design an effective single-stage solution by integrating local and global information inside images into compact image representations. Specifically, we propose a Deep Orthogonal Local and Global (DOLG) information fusion framework for end-to-end image retrieval. It attentively extracts representative local information with multi-atrous convolutions and self-attention at first. Components orthogonal to the global image representation are then extracted from the local information. At last, the orthogonal components are concatenated with the global representation as a complementary, and then aggregation is performed to generate the final representation. The whole framework is end-to-end differentiable and can be trained with image-level labels. Extensive experimental results validate the effectiveness of our solution and show that our model achieves state-of-the-art image retrieval performances on Revisited Oxford and Paris datasets.

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

Code

Syntology Ran 10 of 23 code samples harvested from 3 repositories linked to this paper; 13 have no recorded run. Of those that ran: 10 ran with no contract checked.

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

feymanpriv/DOLG officialpytorchMIT report
feymanpriv/DOLG-paddle mentioned in paperpaddle report
Shiro-LK/python-DOLG mentioned on GitHubpytorchMIT report
dongkyuk/DOLG-pytorch mentioned on GitHubpytorchMIT report
innat/DOLG-TensorFlow mentioned on GitHubtf 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

23 samples harvested; 10 ran; 0 honoured the contract we drafted; 13 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.

10ran
13unverified

Licence: 0 of the 23 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 3 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.

cache_url feymanpriv/DOLG/core/io.py official repository ran fingerprinted MIT (permissive) · f623b3e3625d4e42 · report
complexity_batchnorm2d feymanpriv/DOLG/core/net.py official repository ran MIT (permissive) · 4136b6e9df422178 · report
complexity_conv2d feymanpriv/DOLG/core/net.py official repository ran MIT (permissive) · b299737079f619a1 · report
complexity_maxpool2d feymanpriv/DOLG/core/net.py official repository ran MIT (permissive) · ee4b7c6aef3ebb1f · report
get_logger feymanpriv/DOLG/core/logging.py official repository ran MIT (permissive) · 8e4e129cb77e7f8b · report
time_string feymanpriv/DOLG/core/meters.py official repository ran fingerprinted MIT (permissive) · 803bcd86e3301891 · report
download_url feymanpriv/DOLG/core/io.py official repository unverified MIT (permissive) · e10bd0e3f25f2b57 · report
dump_log_data feymanpriv/DOLG/core/logging.py official repository unverified MIT (permissive) · 7defe868d1a6d115 · report
float_to_decimal feymanpriv/DOLG/core/logging.py official repository unverified MIT (permissive) · 99b17e191b358f21 · report
topk_errors feymanpriv/DOLG/core/meters.py official repository unverified MIT (permissive) · 9fd6e917d49f48e4 · report
DOLGLocalBranch innat/DOLG-TensorFlow/models/DOLG.py community (archive-listed) ran MIT (permissive) · 0e1735ffbfaaabee · report
GeneralizedMeanPooling2D innat/DOLG-TensorFlow/models/DOLG.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · eb1f7279fa17703b · report
MultiAtrous innat/DOLG-TensorFlow/models/DOLG.py community (archive-listed) ran fingerprinted MIT (permissive) · 6b3acd9aecd4def9 · report
OrthogonalFusion innat/DOLG-TensorFlow/models/DOLG.py community (archive-listed) ran MIT (permissive) · 399f81dfa6feffde · report
DOLGNet innat/DOLG-TensorFlow/models/DOLG.py community (archive-listed) unverified MIT (permissive) · 73d7a43c9d2acecd · report
adaptative_avg_pool2d Shiro-LK/python-DOLG/dolg/resnet_tf2.py community (archive-listed) unverified MIT (permissive) · 0ebf59946affa912 · report
assign_globalmodel Shiro-LK/python-DOLG/dolg/utils/convert_pt_to_tf2.py community (archive-listed) unverified MIT (permissive) · 7b02caef473b8b28 · report
assign_localmodel Shiro-LK/python-DOLG/dolg/utils/convert_pt_to_tf2.py community (archive-listed) unverified MIT (permissive) · 0ca3d5ab1b980b50 · report
extract_embedding_pt Shiro-LK/python-DOLG/dolg/utils/extraction.py community (archive-listed) unverified MIT (permissive) · b428876a811ea78e · report
extract_embedding_tf Shiro-LK/python-DOLG/dolg/utils/extraction.py community (archive-listed) unverified MIT (permissive) · 447c96f744ac2f44 · report
get_trans_fun Shiro-LK/python-DOLG/dolg/resnet_pt.py community (archive-listed) unverified MIT (permissive) · 2c4de05e1dd24c3b · report
get_trans_fun Shiro-LK/python-DOLG/dolg/resnet_tf2.py community (archive-listed) unverified MIT (permissive) · 9796c11dad3f8cd9 · report
process_data Shiro-LK/python-DOLG/dolg/utils/extraction.py community (archive-listed) unverified MIT (permissive) · e2bad3f7809fe40b · report

Tasks

Image RetrievalRepresentation LearningRetrieval

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Introduced by this paper: DOLG

DOLG

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