Tuesday, 22 September 2026

Search
Latent Digest

TECHNOLOGY, TRACKED ACROSS DISCIPLINES

Research Digest

Gaussian Splatting Fixes for Reflections, PBR, Redundancy, and Online Mapping

New arXiv preprints address four distinct failure modes of 3D Gaussian Splatting: reflective surfaces, material decomposition, redundant Gaussians, and streaming RGB-D input.

· 2 min read · 4 sources

All four preprints share a starting premise: vanilla 3D Gaussian Splatting is strong at novel-view synthesis, but its core assumptions break in practical settings. RGS, GS-PI, PhGS, and EliGSiR each identify a different failure mode and propose a targeted modification rather than a wholesale replacement. The papers agree that the basic 3DGS framework needs extra machinery to become robust, but they diverge on what problem matters most.

RGS and GS-PI both focus on appearance and geometry quality. RGS observes that existing 3DGS methods often suffer from surface collapse on reflective objects, and it introduces reflection-aware learning via geometry continuity. GS-PI, by contrast, argues that standard Gaussian Splatting encodes baked-in radiance, entangling illumination with geometry; it proposes an optimization-decoupled appearance decomposition so assets can fit into physically based rendering pipelines. In short, RGS improves how reflective surfaces are rendered, while GS-PI improves how materials are separated for downstream use.

PhGS and EliGSiR take a different angle, centering on efficiency and adaptivity. PhGS notes that single-view feed-forward 3DGS predicts a fixed number of Gaussians per camera ray, creating severe spatial redundancy, and that most existing compaction strategies target multi-view setups. EliGSiR tackles continual RGB-D mapping, where new observations arrive online and compute is bounded, in contrast to conventional 3DGS's closed set of observations and long optimization schedules. Where PhGS operates on a single image, EliGSiR operates on a streaming depth-plus-color sequence, so the two address redundancy at different stages of the pipeline.

Sources · 4

  1. 01RGS: Reflection-aware Gaussian Splatting via Learning Geometry Continuity for Reflective ObjectsarXiv
  2. 02GS-PI: An Optimization-Decoupled Appearance Decomposition Approach for Generating PBR Gaussian AssetsarXiv
  3. 03PhGS: Post-Hoc Pruning and Refinement of Single-View Feed-Forward 3D Gaussian ReconstructionsarXiv
  4. 04EliGSiR: Continual RGB-D Mapping with Gaussian Splatting under Bounded ComputearXiv

More in Research Digest