Papers › VS-Net: Voting with Segmentation for Visual Localization

VS-Net: Voting with Segmentation for Visual Localization

23 May 2021CVPR 2021 1arXiv:2105.10886archive 2025-07-28

Zhaoyang Huang, Han Zhou, Yijin Li, Bangbang Yang, Yan Xu, Xiaowei Zhou, Hujun Bao, Guofeng Zhang, Hongsheng Li

Visual localization is of great importance in robotics and computer vision. Recently, scene coordinate regression based methods have shown good performance in visual localization in small static scenes. However, it still estimates camera poses from many inferior scene coordinates. To address this problem, we propose a novel visual localization framework that establishes 2D-to-3D correspondences between the query image and the 3D map with a series of learnable scene-specific landmarks. In the landmark generation stage, the 3D surfaces of the target scene are over-segmented into mosaic patches whose centers are regarded as the scene-specific landmarks. To robustly and accurately recover the scene-specific landmarks, we propose the Voting with Segmentation Network (VS-Net) to segment the pixels into different landmark patches with a segmentation branch and estimate the landmark locations within each patch with a landmark location voting branch. Since the number of landmarks in a scene may reach up to 5000, training a segmentation network with such a large number of classes is both computation and memory costly for the commonly used cross-entropy loss. We propose a novel prototype-based triplet loss with hard negative mining, which is able to train semantic segmentation networks with a large number of labels efficiently. Our proposed VS-Net is extensively tested on multiple public benchmarks and can outperform state-of-the-art visual localization methods. Code and models are available at \href{https://github.com/zju3dv/VS-Net}{https://github.com/zju3dv/VS-Net}.

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

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 15 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.

zju3dv/VS-Net officialmentioned in papermentioned 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

15 samples harvested; 8 ran; 1 honoured the contract we drafted; 7 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 · honoured contract
1ran · violated contract
1ran · our draft was wrong
5ran
7unverified

Licence: 0 of the 15 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 zju3dv/VS-Net. “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.

FutureResult zju3dv/VS-Net/models/vs_net.py official repository ran Apache-2.0 (permissive) · 7dc23d18929cb6b1 · report
SlavePipe zju3dv/VS-Net/models/vs_net.py official repository ran Apache-2.0 (permissive) · e75aa93b78286d50 · report
SyncMaster zju3dv/VS-Net/models/vs_net.py official repository ran Apache-2.0 (permissive) · 0178fefa2f59ec8a · report
SynchronizedBatchNorm2d zju3dv/VS-Net/models/vs_net.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 4aa7bfaba5716143 · report
_SynchronizedBatchNorm zju3dv/VS-Net/models/vs_net.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 7457f764be2878a2 · report
_sum_ft zju3dv/VS-Net/models/vs_net.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 3151cee68a1020dc · report
_unsqueeze_ft zju3dv/VS-Net/models/vs_net.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · 1efd43bcf31727c0 · report
build_aspp zju3dv/VS-Net/models/vs_net.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 5f036accfda6f69c · report
ASPP zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · 27065a228bad5068 · report
VSNet zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · 45f12adaeae8ff49 · report
_ASPPModule zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · f3070bb2d0cc1f19 · report
build_backbone zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · 5c2833e31e74538a · report
build_decoder zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · 6b32bebbe43bf3a6 · report
decoder_v1 zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · f77c1e0417e279a4 · report
decoder_v2 zju3dv/VS-Net/models/vs_net.py official repository unverified Apache-2.0 (permissive) · 21f984bcd960f312 · report

Tasks

SegmentationSemantic SegmentationVisual Localization

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.

Methods

Triplet Loss

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