TL;DR
3DGEER introduces a geometrically exact and efficient Gaussian rendering framework that improves accuracy and speed for general camera models, including wide FoV cameras, surpassing prior methods in quality and efficiency.
Contribution
It derives a closed-form expression for exact Gaussian integration along rays and proposes novel techniques PBF and BEAP for efficiency and wide FoV support, enabling real-time rendering with projective exactness.
Findings
Outperforms prior methods in all metrics.
Runs 5x faster than existing projective exact baselines.
Generalizes to wider FoVs unseen during training.
Abstract
3D Gaussian Splatting (3DGS) achieves an appealing balance between rendering quality and efficiency, but relies on approximating 3D Gaussians as 2D projections--an assumption that degrades accuracy, especially under generic large field-of-view (FoV) cameras. Despite recent extensions, no prior work has simultaneously achieved both projective exactness and real-time efficiency for general cameras. We introduce 3DGEER, a geometrically exact and efficient Gaussian rendering framework. From first principles, we derive a closed-form expression for integrating Gaussian density along a ray, enabling precise forward rendering and differentiable optimization under arbitrary camera models. To retain efficiency, we propose the Particle Bounding Frustum (PBF), which provides tight ray-Gaussian association without BVH traversal, and the Bipolar Equiangular Projection (BEAP), which unifies FoV…
Peer Reviews
Decision·ICLR 2026 Poster
1. Introduces an efficient PBF-based association strategy that achieves both geometric exactness and near real-time rendering, effectively bridging the gap between ray-tracing accuracy and splatting efficiency. 2. The proposed framework generalizes naturally across pinhole, fisheye, and omnidirectional cameras through its unified angular-space formulation and the Bipolar Equiangular Projection. 3. Demonstrates strong experimental performance and consistent generalization across diverse camera mo
1. An ablation study on the key components is missing. 2. A more detailed discussion of the limitations is needed, for example explaining how sensitive the framework is to ordering effects as discussed in related works.
- The paper proposes a projectively exact closed-form ray integral and an exact, BVH-free Particle Bounding Frustum (PBF) for ray–particle association, improving both accuracy and efficiency. - The paper proposes BEAP, which uniformly samples rays in angular space, to improve generalization to large FoVs and improve efficiency and rendering quality. - The method achieves SOTA performance compared to the baselines in both photometric metrics and FPS across camera models and generalizes to wider F
- Missing ablation for projective exactness: The paper does not include a controlled ablation that replaces the projective closed-form integral with 2D projective-space approximation (that is used in baselines) within the same pipeline. Such a study is crucial to learn how much improvement is brought specifically from the projective exact formulation (separate from PBF/BEAP) - Missing ablation for BEAP: The paper omits a controlled BEAP on/off study within the same pipeline and comparisons to al
1. **Strong results.** The experimental results are impressive, achieving state-of-the-art performance across many large field-of-view (FOV) datasets. Additionally, there are significant improvements in memory efficiency and rendering speed compared to 3DGRT and EVER. 2. **Good presentation.** The paper is well-structured and easy to read. The derivation of the formula is generally clear. However, some sections, such as the gradient flow in Figure 2, could be streamlined or moved to the appendi
**Limited discussion to existing work**. The paper provides limited discussion regarding existing work. While there are several derivations of the proposed techniques, including the closed-form expression for integrating Gaussian functions and the tight bounding box, these derivations have been adopted in prior research without clear reference in this paper. For the exact projective geometry, Equation 5 in this paper is identical to Equation 15 in HTGS [1]. Similarly, the equations for calc
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
