paper-with-me

홈 › Papers

Volumetrically Consistent 3D Gaussian Rasterization

2024-12-04 · CVPR 2025 1 · Chinmay Talegaonkar, Yash Belhe, Ravi Ramamoorthi, Nicholas Antipa

Recently, 3D Gaussian Splatting (3DGS) has enabled photorealistic view synthesis at high inference speeds. However, its splatting-based rendering model makes several approximations to the rendering equation, reducing physical accuracy. We show that the core approximations in splatting are unnecessary, even within a rasterizer; We instead volumetrically integrate 3D Gaussians directly to compute the transmittance across them analytically. We use this analytic transmittance to derive more physically-accurate alpha values than 3DGS, which can directly be used within their framework. The result is a method that more closely follows the volume rendering equation (similar to ray-tracing) while enjoying the speed benefits of rasterization. Our method represents opaque surfaces with higher accuracy and fewer points than 3DGS. This enables it to outperform 3DGS for view synthesis (measured in SSIM and LPIPS). Being volumetrically consistent also enables our method to work out of the box for tomography. We match the state-of-the-art 3DGS-based tomography method with fewer points. Our code is publicly available at: https://github.com/chinmay0301ucsd/Vol3DGS

📄 PDF Abstract BibTeX arXiv:2412.03378

Code (1)

chinmay0301ucsd/Vol3DGS 공식 구현 pytorch

Tasks

3DGSSSIM

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

UniTriSplat: A Unified 3D Gaussian Splatting Framework with Uniform Spherical Rasterization for Universal Cameras

2026-06-29 · Yipeng Zhu, Huajian Huang, Tristan Braud, Sai-Kit Yeung arxiv

Existing 3D Gaussian Splatting (3DGS) frameworks rely on camera-specific rasterization, suffering from inconsistent solid-angle sampling and degraded performance across heterogeneous camera models (e.g., perspective, fis…

HiGS: A Hierarchical Rendering Architecture for Real-Time 3D Gaussian Splatting

2026-05-29 · Dawid Pająk, Martin Bisson, Rodolfo Lima arxiv

3D Gaussian Splatting (3DGS) has become the standard for real-time novel view synthesis on commodity GPUs. Its pipeline ties spatial partitioning and rasterization to one tile size, yet the two pull in opposite direction…

Novel View Synthesis

2D Gaussian Splatting with Semantic Alignment for Image Inpainting

2025-09-02 · Hongyu Li, Chaofeng Chen, Xiaoming Li, Guangming Lu arxiv

Gaussian Splatting (GS), a recent technique for converting discrete points into continuous spatial representations, has shown promising results in 3D scene modeling and 2D image super-resolution. In this paper, we explor…

Image Super-ResolutionImage Inpainting

UniGS: Unified Geometry-Aware Gaussian Splatting for Multimodal Rendering

2025-10-14 · Yusen Xie, Zhenmin Huang, Jianhao Jiao, Dimitrios Kanoulas 외 arxiv

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 raster…

3D Reconstruction

SAGOnline: Segment Any Gaussians Online

2025-08-11 · Wentao Sun, Quanyun Wu, Hanqing Xu, Kyle Gao 외 arxiv

3D Gaussian Splatting has emerged as a powerful paradigm for explicit 3D scene representation, yet achieving efficient and consistent 3D segmentation remains challenging. Existing segmentation approaches typically rely o…

Semantic Segmentation