CVDec 6, 2024

Pushing Rendering Boundaries: Hard Gaussian Splatting

arXiv:2412.04826v13 citationsh-index: 12
Originality Incremental advance
AI Analysis

This incremental improvement addresses rendering artifacts for 3D scene reconstruction and visualization applications.

The paper tackles the problem of spurious artifacts in 3D Gaussian Splatting for novel view synthesis by proposing Hard Gaussian Splatting, which uses multi-view gradients and rendering errors to grow hard Gaussians, achieving state-of-the-art rendering quality with real-time efficiency.

3D Gaussian Splatting (3DGS) has demonstrated impressive Novel View Synthesis (NVS) results in a real-time rendering manner. During training, it relies heavily on the average magnitude of view-space positional gradients to grow Gaussians to reduce rendering loss. However, this average operation smooths the positional gradients from different viewpoints and rendering errors from different pixels, hindering the growth and optimization of many defective Gaussians. This leads to strong spurious artifacts in some areas. To address this problem, we propose Hard Gaussian Splatting, dubbed HGS, which considers multi-view significant positional gradients and rendering errors to grow hard Gaussians that fill the gaps of classical Gaussian Splatting on 3D scenes, thus achieving superior NVS results. In detail, we present positional gradient driven HGS, which leverages multi-view significant positional gradients to uncover hard Gaussians. Moreover, we propose rendering error guided HGS, which identifies noticeable pixel rendering errors and potentially over-large Gaussians to jointly mine hard Gaussians. By growing and optimizing these hard Gaussians, our method helps to resolve blurring and needle-like artifacts. Experiments on various datasets demonstrate that our method achieves state-of-the-art rendering quality while maintaining real-time efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes