paper-with-me

홈 › Papers

VS-Net: Voting with Segmentation for Visual Localization

2021-05-23 · CVPR 2021 1 · 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}.

📄 PDF Abstract BibTeX arXiv:2105.10886

Code (1)

zju3dv/VS-Net 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationTripletVisual Localization

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

VoteSplat: Hough Voting Gaussian Splatting for 3D Scene Understanding

2025-06-28 · Minchao Jiang, Shunyu Jia, Jiaming Gu, Xiaoyuan Lu 외

3D Gaussian Splatting (3DGS) has become horsepower in high-quality, real-time rendering for novel view synthesis of 3D scenes. However, existing methods focus primarily on geometric and appearance modeling, lacking deepe…

3DGSInstance SegmentationNovel View SynthesisObject Localization+2

Improving Visual Grounding in Remote Sensing via Cluster-Guided Refinement and Model Ensemble Voting

2026-05-30 · Panav Shah, Geet Sethi, Ashutosh Gandhe arxiv

Visual grounding aims to locate image regions that correspond to natural language descriptions and is a key component of interpretable vision systems. In remote sensing imagery, grounding is particularly challenging due …

Visual Grounding

Visual Localization for Autonomous Driving: Mapping the Accurate Location in the City Maze

2020-08-13 · Dongfang Liu, Yiming Cui, Xiaolei Guo, Wei Ding 외

Accurate localization is a foundational capacity, required for autonomous vehicles to accomplish other tasks such as navigation or path planning. It is a common practice for vehicles to use GPS to acquire location inform…

Autonomous DrivingAutonomous VehiclesVisual Localization

Robust cDNA microarray image segmentation and analysis technique based on Hough circle transform

2016-03-23 · R. M. Farouk, M. A. SayedElahl

One of the most challenging tasks in microarray image analysis is spot segmentation. A solution to this problem is to provide an algorithm than can be used to find any spot within the microarray image. Circular Hough Tra…

Image SegmentationSegmentationSemantic Segmentation

AV-SAM: Segment Anything Model Meets Audio-Visual Localization and Segmentation

2023-05-03 · Shentong Mo, Yapeng Tian

Segment Anything Model (SAM) has recently shown its powerful effectiveness in visual segmentation tasks. However, there is less exploration concerning how SAM works on audio-visual tasks, such as visual sound localizatio…

DecoderObject LocalizationSegmentationVisual Localization