REVIEW 3 minor 1 cited by
CodecSplat encodes an intermediate 2D feature map to produce 3D Gaussian scenes that are roughly ten times smaller than those obtained by compressing the final primitives.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-29 23:07 UTC pith:U5WHERYP
load-bearing objection CodecSplat gets order-of-magnitude smaller scenes by entropy-coding the 2D intermediate feature inside the feed-forward 3DGS pipeline rather than compressing the final irregular primitives afterward.
CodecSplat: Ultra-Compact Latent Coding for Feed-Forward 3D Gaussian Splatting
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
By inserting a hierarchical learned feature codec between the encoder that produces the 2D Gaussian-generation feature and the decoder that predicts depth and Gaussian parameters, CodecSplat converts the intermediate representation into an entropy-coded bitstream; the reconstructed latent then drives the same depth-guided multi-view refinement and Gaussian prediction steps used in the uncompressed backbone, yielding 23.56-26.36 dB PSNR at 20-107 KiB per scene on DL3DV and 24.76-27.05 dB at 3.37-12.51 KiB on RealEstate10K.
What carries the argument
Hierarchical learned feature codec that entropy-codes the 2D intermediate Gaussian-generation feature so the decoder can reconstruct it and predict depth plus Gaussian parameters.
Load-bearing premise
The entropy-coded latent feature still contains enough information for the decoder to predict accurate depth and Gaussian parameters that render at high visual quality.
What would settle it
Measure PSNR when the same backbone is run once with the original uncompressed feature map and once with the feature map reconstructed from the bitstream; a large consistent drop would falsify the claim that the latent supplies sufficient information.
If this is right
- Scene storage drops by roughly an order of magnitude compared with post-hoc compression of the final Gaussians.
- Rate-distortion curves remain controllable because the codec operates inside the learned pipeline.
- The same depth-guided multi-view refinement and Gaussian prediction steps continue to work after the latent is decoded.
- The method applies to existing feed-forward backbones without requiring per-scene optimization.
Where Pith is reading between the lines
- The same latent-coding idea could be inserted into other feed-forward 3D reconstruction pipelines that also produce intermediate 2D features.
- Because the codec already produces a compact bitstream, the framework could support progressive transmission or streaming of 3D scenes without additional engineering.
- If the hierarchical codec is replaced by a more modern neural compressor, further size reductions may be possible while keeping the same downstream prediction head.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces CodecSplat, a framework that integrates entropy coding directly into the feed-forward 3D Gaussian splatting pipeline by compressing a structured 2D intermediate Gaussian-generation feature rather than the final irregular 3D primitives. The decoder reconstructs the latent feature and uses it to predict depth and Gaussian parameters that are then rendered as 3D Gaussians. Experiments report PSNR of 23.56-26.36 dB on DL3DV and 24.76-27.05 dB on RealEstate10K at per-scene bitrates of 20.00-107.77 KiB and 3.37-12.51 KiB respectively, claiming roughly an order-of-magnitude size reduction versus post-hoc compression of generated Gaussians while retaining controllable rate-distortion behavior.
Significance. If the empirical results hold under full scrutiny of training protocols and controls, the work demonstrates a principled way to obtain compact representations for feed-forward 3D reconstruction by exploiting intermediate feature structure for compression. This could meaningfully advance practical deployment of 3D Gaussian splatting in storage- or bandwidth-constrained settings, with the reported numbers indicating substantial gains over decoupled compression baselines.
minor comments (3)
- The abstract states the method is instantiated on 'a feed-forward Gaussian splatting backbone with depth-guided multi-view feature refinement and a hierarchical learned feature codec' but provides no further architectural diagram or pseudocode; adding a high-level pipeline figure in §3 would clarify how the codec interfaces with the refinement module.
- Bitrate and PSNR ranges are reported without accompanying per-rate-point tables or variance across scenes; including such a table (e.g., in §4) would strengthen the claim of controllable rate-distortion behavior.
- The claim that the approach 'avoids inefficient compression over irregular 3D Gaussian primitives' is conceptually clear from the abstract, yet a short ablation comparing codec performance on the 2D feature versus on the final 3D primitives would make the efficiency argument more concrete.
Simulated Author's Rebuttal
We thank the referee for the positive summary, recognition of the work's significance, and recommendation for minor revision. The report contains no major comments.
Circularity Check
No significant circularity
full rationale
The paper describes an empirical pipeline that moves entropy coding to a structured 2D intermediate feature map before Gaussian parameter prediction, then reports measured PSNR and per-scene bitrates on DL3DV and RealEstate10K. No equations, fitted-parameter predictions, or load-bearing self-citations appear in the provided text; the central claim is an engineering integration whose performance is evaluated experimentally rather than derived by construction from its own inputs.
Axiom & Free-Parameter Ledger
free parameters (1)
- learned codec parameters
read the original abstract
While feed-forward 3D Gaussian splatting reconstructs renderable Gaussian primitives from sparse context views without per-scene optimization, existing pipelines do not provide a compact scene representation for storage or transmission. A natural solution is to apply existing 3DGS compression methods to the generated Gaussian primitives. However, this approach operates on the final irregular 3D representation and is decoupled from the internal feature-to-Gaussian generation process, which limits compression efficiency. To address this, we introduce CodecSplat, an ultra-compact latent coding framework for feed-forward 3D Gaussian splatting. CodecSplat first encodes an intermediate 2D Gaussian-generation feature into an entropy-coded scene bitstream. At the decoder, the latent feature is reconstructed and used to predict depth and Gaussian parameters, which are then mapped to 3D Gaussian primitives. Note that, by integrating compression into the feed-forward Gaussian generation pipeline, CodecSplat avoids inefficient compression over irregular 3D Gaussian primitives and allows the codec to exploit the structured intermediate feature representation. We instantiate CodecSplat on a feed-forward Gaussian splatting backbone with depth-guided multi-view feature refinement and a hierarchical learned feature codec. On DL3DV and RealEstate10K datasets, CodecSplat achieves 23.56-26.36 dB and 24.76-27.05 dB PSNR with only 20.00-107.77 KiB and 3.37-12.51 KiB per scene, respectively. This is roughly one order of magnitude smaller than compressing feed-forward generated Gaussian primitives, while preserving controllable rate-distortion behavior.
Figures
Forward citations
Cited by 1 Pith paper
-
GenSplatCodec: Feed-Forward Gaussian Splatting Compression via One-Step Diffusion
A dual-stream feed-forward 3DGS codec plus geometry-guided one-step diffusion decoding beats cascaded compressors on rate-distortion while keeping multi-view consistency.
Reference graph
Works this paper leans on
-
[1]
High-fidelity variable- rate image compression via invertible activation transformation
Shilv Cai, Zhijun Zhang, Liqun Chen, Luxin Yan, Sheng Zhong, and Xu Zou. High-fidelity variable- rate image compression via invertible activation transformation. InProceedings of the ACM International Conference on Multimedia (ACM MM), pages 2021–2031,
2021
-
[2]
Resplat: Learning recurrent gaussian splats.arXiv preprint arXiv:2510.08575, 2025
Haofei Xu, Daniel Barath, Andreas Geiger, and Marc Pollefeys. ReSplat: Learning recurrent Gaussian splatting.arXiv preprint arXiv:2510.08575, pages 1–18, 2025a. Haofei Xu, Songyou Peng, Fangjinhua Wang, Hermann Blum, Daniel Barath, Andreas Geiger, and Marc Pollefeys. DepthSplat: Connecting Gaussian splatting and depth. InIEEE/CVF Conference on Computer Vi...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.