Papers › Deep Homography Estimation for Visual Place Recognition

Deep Homography Estimation for Visual Place Recognition

25 Feb 2024arXiv:2402.16086archive 2025-07-28

Feng Lu, Shuting Dong, Lijun Zhang, Bingxi Liu, Xiangyuan Lan, Dongmei Jiang, Chun Yuan

Visual place recognition (VPR) is a fundamental task for many applications such as robot localization and augmented reality. Recently, the hierarchical VPR methods have received considerable attention due to the trade-off between accuracy and efficiency. They usually first use global features to retrieve the candidate images, then verify the spatial consistency of matched local features for re-ranking. However, the latter typically relies on the RANSAC algorithm for fitting homography, which is time-consuming and non-differentiable. This makes existing methods compromise to train the network only in global feature extraction. Here, we propose a transformer-based deep homography estimation (DHE) network that takes the dense feature map extracted by a backbone network as input and fits homography for fast and learnable geometric verification. Moreover, we design a re-projection error of inliers loss to train the DHE network without additional homography labels, which can also be jointly trained with the backbone network to help it extract the features that are more suitable for local matching. Extensive experiments on benchmark datasets show that our method can outperform several state-of-the-art methods. And it is more than one order of magnitude faster than the mainstream hierarchical VPR methods using RANSAC. The code is released at https://github.com/Lu-Feng/DHE-VPR.

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

Code

Syntology Ran 8 of 17 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 · fixture could not drive it; 6 ran with no contract checked.

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

lu-feng/dhe-vpr 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

17 samples harvested; 8 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 · fixture could not drive it
6ran
9unverified

Licence: 0 of the 17 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 Lu-Feng/DHE-VPR. “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.

compute_similarity Lu-Feng/DHE-VPR/network.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · daf11df89eb6cd54 · report
gem lu-feng/dhe-vpr/network.py official repository ran · our draft was wrong MIT (permissive) · ad695e1e64bd704c · report
get_keypoints lu-feng/dhe-vpr/homography_project.py official repository ran MIT (permissive) · 4db942a401f79a6d · report
get_output_dim lu-feng/dhe-vpr/commons.py official repository ran MIT (permissive) · a45a1ebcd76f102e · report
match_batch_tensor lu-feng/dhe-vpr/homography_project.py official repository ran MIT (permissive) · dd744fafe75ef469 · report
open_image_and_apply_transform lu-feng/dhe-vpr/datasets_util.py official repository ran MIT (permissive) · 3af50595c400a1d0 · report
open_image_and_apply_transform_train lu-feng/dhe-vpr/datasets_util.py official repository ran MIT (permissive) · c91f6ee832367388 · report
to_cuda lu-feng/dhe-vpr/train_dhe.py official repository ran MIT (permissive) · e0db474b009dabf3 · report
Network Lu-Feng/DHE-VPR/network.py official repository unverified MIT (permissive) · 35a2d5e5ea929ea3 · report
cct_2 lu-feng/dhe-vpr/model/cct/cct.py official repository unverified MIT (permissive) · cf97fc0d1f953674 · report
cct_4 lu-feng/dhe-vpr/model/cct/cct.py official repository unverified MIT (permissive) · f709bdf67ed60e8a · report
cct_6 lu-feng/dhe-vpr/model/cct/cct.py official repository unverified MIT (permissive) · f1b8c16700889467 · report
collate_fn lu-feng/dhe-vpr/datasets_ws.py official repository unverified MIT (permissive) · 937b98b0302097b0 · report
compute_features lu-feng/dhe-vpr/util.py official repository unverified MIT (permissive) · b3145a842e257fe6 · report
compute_recalls lu-feng/dhe-vpr/util.py official repository unverified MIT (permissive) · 73fee8a3f2a6bee4 · report
path_to_pil_img lu-feng/dhe-vpr/datasets_ws.py official repository unverified MIT (permissive) · f0db6d80ebf12bfa · report
reprojection_error_ofinliers lu-feng/dhe-vpr/homography_project.py official repository unverified MIT (permissive) · 2f631cc89e3a62e9 · report

Tasks

Homography EstimationRe-RankingVisual Place Recognition

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