paper-with-me

Papers

3DGS-ReLoc: 3D Gaussian Splatting for Map Representation and Visual ReLocalization

2024-03-17 · Peng Jiang, Gaurav Pandey, Srikanth Saripalli

This paper presents a novel system designed for 3D mapping and visual relocalization using 3D Gaussian Splatting. Our proposed method uses LiDAR and camera data to create accurate and visually plausible representations of the environment. By leveraging LiDAR data to initiate the training of the 3D Gaussian Splatting map, our system constructs maps that are both detailed and geometrically accurate. To mitigate excessive GPU memory usage and facilitate rapid spatial queries, we employ a combination of a 2D voxel map and a KD-tree. This preparation makes our method well-suited for visual localization tasks, enabling efficient identification of correspondences between the query image and the rendered image from the Gaussian Splatting map via normalized cross-correlation (NCC). Additionally, we refine the camera pose of the query image using feature-based matching and the Perspective-n-Point (PnP) technique. The effectiveness, adaptability, and precision of our system are demonstrated through extensive evaluation on the KITTI360 dataset.

📄 PDF Abstract BibTeX arXiv:2403.11367

Code (0)

등록된 구현이 없습니다.

Tasks

3DGSGPUVisual Localization

Similar Papers 제목 키워드 기반

Hierarchical Visual Relocalization with Nearest View Synthesis from Feature Gaussian Splatting

2026-03-31 · Huaqi Tao, Bingxi Liu, Guangcheng Chen, Fulin Tang 외 arxiv

Visual relocalization is a fundamental task in the field of 3D computer vision, estimating a camera's pose when it revisits a previously known scene. While point-based hierarchical relocalization methods have shown stron…

Pose Estimation

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

Hi^2-GSLoc: Dual-Hierarchical Gaussian-Specific Visual Relocalization for Remote Sensing

2025-07-21 · Boni Hu, Zhenyu Xia, Lin Chen, Pengcheng Han 외 arxiv

Visual relocalization, which estimates the 6-degree-of-freedom (6-DoF) camera pose from query images, is fundamental to remote sensing and UAV applications. Existing methods face inherent trade-offs: image-based retrieva…

Computational EfficiencyPose Estimation

Semantic Object-level Modeling for Robust Visual Camera Relocalization

2024-02-10 · Yifan Zhu, Lingjuan Miao, Haitao Wu, Zhiqiang Zhou 외

Visual relocalization is crucial for autonomous visual localization and navigation of mobile robotics. Due to the improvement of CNN-based object detection algorithm, the robustness of visual relocalization is greatly en…

Camera RelocalizationObjectobject-detectionObject Detection+1

R3GS: Gaussian Splatting for Robust Reconstruction and Relocalization in Unconstrained Image Collections

2025-05-21 · Xu Yan, Zhaohui Wang, Rong Wei, Jingbo Yu 외

We propose R3GS, a robust reconstruction and relocalization framework tailored for unconstrained datasets. Our method uses a hybrid representation during training. Each anchor combines a global feature from a convolution…

3DGSHuman Detection