paper-with-me

홈 › Papers

Learning Camera Localization via Dense Scene Matching

2021-03-31 · CVPR 2021 1 · Shitao Tang, Chengzhou Tang, Rui Huang, Siyu Zhu, Ping Tan

Camera localization aims to estimate 6 DoF camera poses from RGB images. Traditional methods detect and match interest points between a query image and a pre-built 3D model. Recent learning-based approaches encode scene structures into a specific convolutional neural network (CNN) and thus are able to predict dense coordinates from RGB images. However, most of them require re-training or re-adaption for a new scene and have difficulties in handling large-scale scenes due to limited network capacity. We present a new method for scene agnostic camera localization using dense scene matching (DSM), where a cost volume is constructed between a query image and a scene. The cost volume and the corresponding coordinates are processed by a CNN to predict dense coordinates. Camera poses can then be solved by PnP algorithms. In addition, our method can be extended to temporal domain, which leads to extra performance boost during testing time. Our scene-agnostic approach achieves comparable accuracy as the existing scene-specific approaches, such as KFNet, on the 7scenes and Cambridge benchmark. This approach also remarkably outperforms state-of-the-art scene-agnostic dense coordinate regression network SANet. The Code is available at https://github.com/Tangshitao/Dense-Scene-Matching.

📄 PDF Abstract BibTeX arXiv:2103.16792

Code (1)

Tangshitao/Dense-Scene-Matching 공식 구현 pytorch

Tasks

Camera Localization

Methods 이 논문이 사용한 방법론

SANet Self-Attention Network (SANet) proposes two variations of self-attention used for image recognition: 1) pairwise self-attention which generalizes standard [dot-product…

Similar Papers 제목 키워드 기반

From Sparse to Dense: Camera Relocalization with Scene-Specific Detector from Feature Gaussian Splatting

2025-03-25 · CVPR 2025 1 · Zhiwei Huang, Hailin Yu, Yichun Shentu, Jin Yuan 외

This paper presents a novel camera relocalization method, STDLoc, which leverages Feature Gaussian as scene representation. STDLoc is a full relocalization pipeline that can achieve accurate relocalization without relyin…

Camera RelocalizationImage RetrievalPose Estimation

Learning to Produce Semi-dense Correspondences for Visual Localization

2024-02-13 · CVPR 2024 1 · Khang Truong Giang, Soohwan Song, Sungho Jo

This study addresses the challenge of performing visual localization in demanding conditions such as night-time scenarios, adverse weather, and seasonal changes. While many prior studies have focused on improving image-m…

Camera Pose EstimationPose EstimationVisual Localization

Improved Scene Landmark Detection for Camera Localization

2024-01-31 · Tien Do, Sudipta N. Sinha

Camera localization methods based on retrieval, local feature matching, and 3D structure-based pose estimation are accurate but require high storage, are slow, and are not privacy-preserving. A method based on scene land…

Camera LocalizationPose EstimationPrivacy Preserving

FaVoR: Features via Voxel Rendering for Camera Relocalization

2024-09-11 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2025 2 · Vincenzo Polizzi, Marco Cannici, Davide Scaramuzza, Jonathan Kelly

Camera relocalization methods range from dense image alignment to direct camera pose regression from a query image. Among these, sparse feature matching stands out as an efficient, versatile, and generally lightweight ap…

Camera Relocalization

MeshLoc: Mesh-Based Visual Localization

2022-07-21 · Vojtech Panek, Zuzana Kukelova, Torsten Sattler

Visual localization, i.e., the problem of camera pose estimation, is a central component of applications such as autonomous robots and augmented reality systems. A dominant approach in the literature, shown to scale to l…

Camera Pose EstimationNeural RenderingPose EstimationVisual Localization