paper-with-me

홈 › Papers

ReorgGS: Equivalent Distribution Reorganization for 3D Gaussian Splatting

2026-05-09 · Luchao Wang, Kaimin Liao, Qian Ren, Hua Wang, Zhi Chen, Yaohua Tang arxiv

A converged 3D Gaussian Splatting (3DGS) model may approximate the target scene while remaining poorly parameterized for further optimization. We identify this failure mode as \emph{parameterization degeneration}: high-opacity floaters attenuate gradients to true surfaces through alpha compositing, and redundant overlapping clusters create strongly coupled parameter blocks with nearly collinear Jacobian responses. These effects explain why continued optimization can plateau even when the model still contains removable artifacts. We propose ReorgGS, an equivalent distribution reorganization method for converged 3DGS models. ReorgGS treats the existing Gaussian set as an empirical probability field, resamples centers from it, estimates local anisotropic covariances with kNN, initializes low opacity, and continues optimization with the original 3DGS renderer and loss. Unlike opacity reset, which only rescales opacity on the old overlap graph, ReorgGS rebuilds centers, covariances, and visibility structure, thereby changing the graph itself. Our analysis shows that distributional equivalence is not optimization equivalence. The reorganized model preserves scene support while improving gradient accessibility under alpha compositing and reducing opacity-weighted overlap, thereby weakening local parameter coupling during subsequent optimization. Under the same additional optimization budget, ReorgGS improves fitting quality at a fixed Gaussian count, suppresses persistent floaters, and reduces rendering overhead from redundant overlap.

📄 PDF Abstract BibTeX arXiv:2605.08739

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Alternatives to SFM Point Cloud Initialization for Gaussian Splatting

2024-04-18 · Yalda Foroutan, Daniel Rebain, Kwang Moo Yi, Andrea Tagliasacchi

3D Gaussian Splatting has recently been embraced as a versatile and effective method for scene reconstruction and novel view synthesis, owing to its high-quality results and compatibility with hardware rasterization. Des…

3DGSNeRFNovel View Synthesis

AdR-Gaussian: Accelerating Gaussian Splatting with Adaptive Radius

2024-09-13 · Xinzhe Wang, Ran Yi, Lizhuang Ma

3D Gaussian Splatting (3DGS) is a recent explicit 3D representation that has achieved high-quality reconstruction and real-time rendering of complex scenes. However, the rasterization pipeline still suffers from unnecess…

3DGS

GaSpCT: Gaussian Splatting for Novel CT Projection View Synthesis

2024-04-04 · Emmanouil Nikolakakis, Utkarsh Gupta, Jonathan Vengosh, Justin Bui 외

We present GaSpCT, a novel view synthesis and 3D scene representation method used to generate novel projection views for Computer Tomography (CT) scans. We adapt the Gaussian Splatting framework to enable novel view synt…

Image GenerationImage ReconstructionNovel View Synthesis

DisC-GS: Discontinuity-aware Gaussian Splatting

2024-05-24 · Haoxuan Qu, Zhuoling Li, Hossein Rahmani, Yujun Cai 외

Recently, Gaussian Splatting, a method that represents a 3D scene as a collection of Gaussian distributions, has gained significant attention in addressing the task of novel view synthesis. In this paper, we highlight a …

Novel View Synthesis

Compact 3D Scene Representation via Self-Organizing Gaussian Grids

2023-12-19 · Wieland Morgenstern, Florian Barthel, Anna Hilsmann, Peter Eisert

3D Gaussian Splatting has recently emerged as a highly promising technique for modeling of static 3D scenes. In contrast to Neural Radiance Fields, it utilizes efficient rasterization allowing for very fast rendering at …

3DGS3D Scene ReconstructionData Compression+3