LSGS-Loc: Towards Robust 3DGS-Based Visual Localization for Large-Scale UAV Scenarios

arXiv cs.CV / 4/8/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces LSGS-Loc, a 3D Gaussian Splatting (3DGS)-based visual localization pipeline designed specifically for large-scale UAV scenarios with geometric complexity and environmental variation.
  • It improves pose initialization using a scale-aware strategy that combines scene-agnostic relative pose estimation with explicit 3DGS scale constraints, avoiding scene-specific training while keeping localization geometrically grounded.
  • It enhances pose refinement by adding a Laplacian-based reliability masking mechanism that reduces the effect of reconstruction artifacts like blur and floating artifacts on photometric refinement.
  • Experiments on large-scale UAV benchmarks show state-of-the-art accuracy and robustness for unordered image queries, outperforming prior 3DGS-based localization methods, and the code is publicly available.

Abstract

Visual localization in large-scale UAV scenarios is a critical capability for autonomous systems, yet it remains challenging due to geometric complexity and environmental variations. While 3D Gaussian Splatting (3DGS) has emerged as a promising scene representation, existing 3DGS-based visual localization methods struggle with robust pose initialization and sensitivity to rendering artifacts in large-scale settings. To address these limitations, we propose LSGS-Loc, a novel visual localization pipeline tailored for large-scale 3DGS scenes. Specifically, we introduce a scale-aware pose initialization strategy that combines scene-agnostic relative pose estimation with explicit 3DGS scale constraints, enabling geometrically grounded localization without scene-specific training. Furthermore, in the pose refinement, to mitigate the impact of reconstruction artifacts such as blur and floaters, we develop a Laplacian-based reliability masking mechanism that guides photometric refinement toward high-quality regions. Extensive experiments on large-scale UAV benchmarks demonstrate that our method achieves state-of-the-art accuracy and robustness for unordered image queries, significantly outperforming existing 3DGS-based approaches. Code is available at: https://github.com/xzhang-z/LSGS-Loc