RPC-GS: Gaussian Splatting with native RPC Rendering for Satellite Imagery

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Geospatial AI · Depth: Expert, quick

Summary

RPC-GS is introduced as the first Gaussian Splatting framework designed for satellite imagery that natively integrates Rational Polynomial Camera (RPC) models. Unlike prior methods that rely on perspective or affine camera approximations, leading to geometric errors, RPC-GS directly projects Gaussian means and covariances through the RPC model during splatting. It achieves this by embedding the RPC model within a chain of geo-coordinate transformations, deriving a robust Jacobian-based covariance projection for nonlinear transformations, and integrating a metric ray-based depth formulation. Benchmarking shows RPC-GS consistently yields the lowest reconstruction error on leading satellite datasets, improving mean altitude error by 29.6% and 63.8% on DFC2019, and by 9.9% and 37.9% on IARPA2016 compared to perspective and affine approximations, respectively. The code is released to support future research.

Key takeaway

For Computer Vision Engineers and AI Scientists developing 3D reconstruction from satellite imagery, RPC-GS offers a significant advancement in geometric accuracy. By natively supporting Rational Polynomial Camera models, it eliminates the errors introduced by traditional perspective or affine approximations. You should consider integrating RPC-GS into your workflows to achieve superior reconstruction fidelity, especially for applications demanding precise geospatial modeling.

Key insights

RPC-GS improves satellite imagery 3D reconstruction by natively integrating Rational Polynomial Camera models into Gaussian Splatting, avoiding geometric approximations.

Principles

Method

RPC-GS projects Gaussian means and covariances directly through RPC models, embedding RPC in geo-coordinate transformations, using a Jacobian-based covariance projection and metric ray-based depth formulation.

In practice

Topics

Best for: Research Scientist, AI Scientist, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.