UniGS: Unified Geometry-Aware Gaussian Splatting for Multimodal Rendering
Yusen Xie, Zhenmin Huang, Jianhao Jiao, Dimitrios Kanoulas, Jun Ma
TL;DR
UniGS tackles the challenge of high-fidelity multimodal 3D reconstruction by unifying geometry-aware Gaussian Splatting into a differentiable rasterization framework. The approach jointly renders RGB, depth, normals, and semantic logits through a CUDA-accelerated pipeline, where depth is obtained via differentiable ray-ellipsoid intersection and normals are inferred from depth with analytic gradients for geometric consistency. A learnable gradient factor and differentiable pruning reduce computational and memory costs while preserving accuracy, enabling sparse yet expressive scene representations. Extensive experiments on Replica, Mip-NeRF, Tanks & Temples, and Deep Blending demonstrate state-of-the-art performance across all modalities with competitive runtimes, highlighting the practical impact for real-time multimodal 3D reconstruction and interactive visualization.
Abstract
In this paper, we propose UniGS, a unified map representation and differentiable framework for high-fidelity multimodal 3D reconstruction based on 3D Gaussian Splatting. Our framework integrates a CUDA-accelerated rasterization pipeline capable of rendering photo-realistic RGB images, geometrically accurate depth maps, consistent surface normals, and semantic logits simultaneously. We redesign the rasterization to render depth via differentiable ray-ellipsoid intersection rather than using Gaussian centers, enabling effective optimization of rotation and scale attribute through analytic depth gradients. Furthermore, we derive the analytic gradient formulation for surface normal rendering, ensuring geometric consistency among reconstructed 3D scenes. To improve computational and storage efficiency, we introduce a learnable attribute that enables differentiable pruning of Gaussians with minimal contribution during training. Quantitative and qualitative experiments demonstrate state-of-the-art reconstruction accuracy across all modalities, validating the efficacy of our geometry-aware paradigm. Source code and multimodal viewer will be available on GitHub.
