InnerGS: Internal Scenes Rendering via Factorized 3D Gaussian Splatting

๐Ÿ“… 2025-08-18
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This paper addresses the underexplored problem of reconstructing internal object structures. We propose the first 3D Gaussian Splatting (3DGS) method tailored for internal scenes. Unlike conventional 3DGS, which relies on external viewpoints and precise camera poses, our approach factorizes 3D Gaussian lattices to directly map sparse volumetric slices (e.g., CT or MRI) into a continuous density fieldโ€”enabling pose-agnostic, plug-and-play internal rendering. Our key contributions are: (1) a continuous density representation that eliminates dependence on camera pose; (2) a cross-modality-compatible voxelized Gaussian modeling framework; and (3) CUDA-accelerated implementation achieving high-fidelity, fine-grained reconstruction with stable rendering quality even from extremely sparse input. The method demonstrates robustness across diverse medical imaging modalities and enables real-time GPU inference. The source code is publicly available.

Technology Category

Application Category

๐Ÿ“ Abstract
3D Gaussian Splatting (3DGS) has recently gained popularity for efficient scene rendering by representing scenes as explicit sets of anisotropic 3D Gaussians. However, most existing work focuses primarily on modeling external surfaces. In this work, we target the reconstruction of internal scenes, which is crucial for applications that require a deep understanding of an object's interior. By directly modeling a continuous volumetric density through the inner 3D Gaussian distribution, our model effectively reconstructs smooth and detailed internal structures from sparse sliced data. Our approach eliminates the need for camera poses, is plug-and-play, and is inherently compatible with any data modalities. We provide cuda implementation at: https://github.com/Shuxin-Liang/InnerGS.
Problem

Research questions and friction points this paper is trying to address.

Reconstructing internal scenes from sparse sliced data
Modeling continuous volumetric density without camera poses
Enabling detailed internal structure rendering from any modality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Factorized 3D Gaussian Splatting for internal scenes
Continuous volumetric density modeling without camera poses
Plug-and-play compatibility with any data modalities
๐Ÿ”Ž Similar Papers
2024-01-08arXiv.orgCitations: 127