BevSplat: Resolving Height Ambiguity via Feature-Based Gaussian Primitives for Weakly-Supervised Cross-View Localization
Qiwei Wang, Shaoxun Wu, Yujiao Shi
TL;DR
BevSplat addresses weakly supervised cross-view localization by representing ground-view pixels as 3D Gaussian primitives enriched with semantic features and synthesizing a BEV representation for pose estimation. The method predates IPM and heavy transformers by leveraging depth-based Gaussian splats and differentiable rendering, enabling robust handling of height ambiguity and occlusions, with an icosphere-based supervision strategy for panoramic queries. It achieves state-of-the-art or near-supervised performance on KITTI and VIGOR across pinhole and panoramic queries, demonstrating strong generalization and efficiency trade-offs. The work advances scalable, camera-alone localization suitable for GPS-denied environments, while acknowledging slower inference due to 3D Gaussian rendering and outlining avenues for faster, more compact representations.
Abstract
This paper addresses the problem of weakly supervised cross-view localization, where the goal is to estimate the pose of a ground camera relative to a satellite image with noisy ground truth annotations. A common approach to bridge the cross-view domain gap for pose estimation is Bird's-Eye View (BEV) synthesis. However, existing methods struggle with height ambiguity due to the lack of depth information in ground images and satellite height maps. Previous solutions either assume a flat ground plane or rely on complex models, such as cross-view transformers. We propose BevSplat, a novel method that resolves height ambiguity by using feature-based Gaussian primitives. Each pixel in the ground image is represented by a 3D Gaussian with semantic and spatial features, which are synthesized into a BEV feature map for relative pose estimation. Additionally, to address challenges with panoramic query images, we introduce an icosphere-based supervision strategy for the Gaussian primitives. We validate our method on the widely used KITTI and VIGOR datasets, which include both pinhole and panoramic query images. Experimental results show that BevSplat significantly improves localization accuracy over prior approaches.
