Decoupled Reprojection Consistency for Diagnosing 3D Gaussian Splatting Failures

Eurographics 2026 Poster
Independent Researcher

Code can be enabled later by adding a repository URL to this button.

Observed target RGB image for the hero teaser panel.

Observed target image.

Baseline single-map inconsistency visualization for the hero teaser panel.

Ambiguous diagnosis from a single inconsistency map.

DRC quadrant triage visualization for the hero teaser panel.

Decoupled diagnosis with interpretable per-pixel triage.

Training-free, coverage-aware triage for separating geometry/visibility failures from view-dependent instability in 3D Gaussian Splatting.

A single map tells you where something went wrong. DRC helps tell you why.

Abstract

Decoupled Reprojection Consistency (DRC) is a training-free diagnostic for 3D Gaussian Splatting. Instead of treating reprojection inconsistency as a single ambiguous error map, DRC separates it into interpretable signals for geometry or visibility mismatch, base photometric inconsistency under SH truncation, and a view-dependent residual. Combined with photometric coverage and quadrant labeling, this turns reprojection consistency into actionable per-pixel triage for debugging.

Why DRC

Problem

One reprojection map mixes structural failures and view-dependent behavior, so high error alone is hard to debug.

Key Idea

Compare a base SH render and a full SH render from the same trained 3DGS, without retraining or external supervision.

Output

Coverage-aware quadrant labels make failure patterns easier to interpret than a single heatmap.

Method Overview

DRC keeps the standard reprojection setup but replaces one scalar error reading with a small family of internal diagnostics.

Main diagnostic pipeline figure

Reprojection

A source view is warped into a target view to measure reprojection consistency at the pixel level. This provides the common baseline quantity E_full, but by itself it does not explain why a region is inconsistent.

Decoupling

We evaluate the same trained model under SH truncation and compare the base render to the full render. This yields E_base and the view-dependent residual E_vd. Importantly, L=0 here is only a diagnostic SH truncation, not a physical intrinsic decomposition such as diffuse or albedo.

Coverage and Quadrants

DRC also reports photometric coverage and normalized quadrant occupancy. Together, these indicate whether the signal is reliably observed and whether the dominant behavior looks consistent, geometry or visibility-like, appearance-driven, or unusual enough to merit deeper inspection.

Interactive Diagnostic Comparisons

Hover or drag across each figure to compare two views of the same scene.

Counter

RGB vs quadrant overlay

Quadrant overlay
Counter quadrant overlay comparison image.
RGB
Counter RGB comparison image.

Counter

E_full vs E_vd

E_vd
Counter E_vd comparison image.
E_full
Counter E_full comparison image.

Toaster

RGB vs quadrant overlay

Quadrant overlay
Toaster quadrant overlay comparison image.
RGB
Toaster RGB comparison image.

Toaster

E_full vs E_vd

E_vd
Toaster E_vd comparison image.
E_full
Toaster E_full comparison image.

RGB vs quadrant overlay compares the observed image with DRC spatial triage in image space. E_full vs E_vd contrasts the ambiguous single-map inconsistency against the view-dependent residual.

Qualitative Results

Representative scene summaries across Counter, Room, Toaster, and Orchids.

Counter

Counter RGB result image.
RGB
Counter E_full result image.
E_full
Counter E_base result image.
E_base
Counter E_vd result image.
E_vd
Counter quadrant overlay result image.
Overlay

Room

Room RGB result image.
RGB
Room E_full result image.
E_full
Room E_base result image.
E_base
Room E_vd result image.
E_vd
Room quadrant overlay result image.
Overlay

Toaster

Toaster RGB result image.
RGB
Toaster E_full result image.
E_full
Toaster E_base result image.
E_base
Toaster E_vd result image.
E_vd
Toaster quadrant overlay result image.
Overlay

Orchids

Orchids RGB result image.
RGB
Orchids E_full result image.
E_full
Orchids E_base result image.
E_base
Orchids E_vd result image.
E_vd
Orchids quadrant overlay result image.
Overlay

Quantitative Summary

Scene (N) C_photo Cons. Geo App Dbg
M360/counter (216) 0.947 85.8 5.8 6.1 2.2
LLFF/room (37) 0.967 85.1 5.0 8.1 1.8
Syn/toaster (100) 0.854 85.0 5.0 8.2 1.8
LLFF/orchids (23) 0.852 87.7 7.7 3.1 1.4

Coverage remains reasonably high across all four scenes. The appearance-driven fraction is higher for Room and Toaster than for Orchids, matching the expectation that glossier scenes generate stronger view-dependent residuals.

DRC is intended as a lightweight diagnostic rather than a ground-truth classifier, and L=0 should be read as a diagnostic SH truncation, not a physical intrinsic decomposition.

BibTeX

If you find this diagnostic useful, please cite the Eurographics 2026 poster version:

@inproceedings{park2026drc,
  author    = {Park, Jin-Hyeong},
  title     = {Decoupled Reprojection Consistency for Diagnosing 3D Gaussian Splatting Failures},
  booktitle = {Eurographics 2026 Posters},
  year      = {2026}
}