Pith. sign in

REVIEW 4 major objections 5 minor 137 references

Floating Radiance Networks

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read FlaRe ties neural radiance fields to explicit planar primitives, so one learned scene model supports rendering, ray tracing, deformation, mesh extraction, and stylization.

desk verdict FlaRe combines known building blocks into a genuinely new single representation; core rendering numbers are solid, but ray tracing, deformation, and stylization claims rest only on qualitative demos. read the letter →

arxiv 2608.05920 v1 pith:VSHR3M6B submitted 2026-08-06 cs.CV

classification cs.CV
keywords floatingradiancenetworksneuralscenerepresentationplanargeneralizedGaussianprimitivesrecursiveraytracingnovel-viewsynthesisdescriptor-spacestylizationmeshextractionprimitivereduction
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper argues that the usual trade-off between continuous neural radiance fields and explicit, addressable geometry is not necessary. It introduces Floating Radiance Networks (FlaRe), where a scene is a set of floating planar generalized Gaussian primitives, each carrying a 96-dimensional latent descriptor of a local radiance field, and one lightweight decoder shared across the scene turns that descriptor, local coordinates, and viewing direction into color and opacity. Because the primitives are explicit and ray-traceable, the same model supports hardware-accelerated primary and recursive ray tracing, primitive-level deformation, mesh extraction, and appearance stylization without retraining for each effect. On standard novel-view-synthesis benchmarks FlaRe reaches competitive quality with a compact set of primitives, which is what makes the unification claim worth taking seriously.

What carries the argument

The load-bearing object is the isotropic planar generalized Gaussian primitive: a flattened, elliptical Gaussian with a shape parameter κ, represented by a shared triangulated polygon proxy so rays can be intersected on the GPU. Each primitive stores a trainable latent descriptor $z_i \in \mathbb{R}^{96}$ that encodes the local radiance field. A single three-layer auto-decoder MLP maps the descriptor, LUT-encoded local coordinates $(u,v)$, and positionally encoded view direction to color and opacity; the final opacity is the MLP prediction modulated by the generalized Gaussian kernel. A collision-free multiresolution lookup table replaces hashed encodings, and warmup with a constant-color base renderer stabilizes geometry before the neural appearance is enabled.

What would settle it

Train FlaRe on a scene containing a planar mirror, then render a reflection from a novel viewpoint and compare it against a ground-truth photograph taken from the mirrored camera position; if the reflected image's error is substantially larger than the primary-view error, the descriptors do not generalize to secondary rays.

Watch

Extended reading notes

Core claim

The central claim is that a scene can be represented as a set of independently addressable planar primitives, each with its own compact latent vector, and that this representation is expressive enough to serve simultaneously as the renderer, the ray-tracing engine, and the editable object model. Color and opacity are not stored per primitive as fixed coefficients; they are decoded at every ray–primitive intersection from the primitive descriptor, local surface coordinates, and viewing direction by a network shared by all primitives. The paper's experiments show that this design preserves reconstruction quality comparable to dedicated renderers on standard reconstruction benchmarks, while the explicit structure gives recursive reflection and refraction, deformation, TSDF mesh extraction, and style transfer in one model.

Load-bearing premise

The per-primitive descriptor is learned only from photometric loss on training views, yet operations like reflections, refractions, deformation, and stylization require it to stay valid for new ray directions and new geometry; the paper shows these work qualitatively but gives no numerical evaluation of that extrapolation.

Editorial extensions

If this is right

  • The same trained scene can be rendered with hardware-accelerated primary rays and recursive secondary rays for reflections, refractions, transparency, and shadows, without converting to another representation.
  • Deforming the proxy polygon recovers updated Gaussian parameters directly, so primitive-level geometry edits take effect without retraining.
  • Appearance stylization runs in descriptor space while fine-tuning the shared decoder, preserving structure and shading.
  • The representation retains reconstruction quality under aggressive primitive reduction, so a compact primitive set suffices for many scenes.
  • The collision-free LUT encoding outperforms hash grids at equal parameter budgets on controlled 2D signal reconstruction.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If descriptor stability holds under non-rigid deformation, the same representation could plug into animation or physics pipelines, since the primitives are already mesh proxies.
  • The finite planar primitives likely make the unified representation most tractable for object-centric and indoor scenes; the paper itself notes far-field outdoor accuracy is limited.
  • The LUT-encoding result suggests collision-free lookup may benefit other coordinate-based neural fields beyond planar Gaussian primitives.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper introduces Floating Radiance Networks (FlaRe), a scene representation in which the scene is composed of planar generalized Gaussian primitives, each carrying a 96-dimensional latent descriptor of a local 2D neural radiance field. A lightweight shared auto-decoder maps the descriptor, local surface coordinates, and viewing direction to color and opacity, with hardware-accelerated ray–triangle proxies used for intersection. The authors claim that this single representation supports high-quality novel-view synthesis as well as recursive ray tracing, primitive-level deformation, mesh extraction, and appearance stylization without task-specific scene models. Quantitative results are reported on Mip-NeRF360, Tanks and Temples, and Deep Blending (Table 2), with additional controlled experiments on LUT-Encoding and primitive reduction. The supplement contains detailed gradient derivations, architecture descriptions, and reproducibility notes.

Significance. If the unified-scene-model claim is substantiated, FlaRe would be a valuable step toward bridging neural radiance fields and conventional graphics pipelines, because the same explicit primitives would serve rendering, ray tracing, editing, and geometry extraction. The paper has notable strengths: it ships source code, provides thorough analytic gradient derivations in the supplement, includes a controlled, seeded comparison of LUT-Encoding against hash grids, and evaluates primitive reduction against two pruning baselines. However, the distinctive capabilities beyond novel-view synthesis are currently supported only by qualitative figures, and the main quantitative claim is weakened by a hyperparameter-selection procedure that appears to use test performance. The significance of the work therefore depends on additional validation that is not yet present in the manuscript.

major comments (4)
  1. [Graphics Capabilities; Ray-Tracing; Mesh modification] The central claim that FlaRe supports recursive ray tracing, deformation, stylization, and mesh extraction within one untrained representation is supported only by qualitative images (Figs. 2, 4, 7, 8). The per-primitive descriptors z_i are optimized solely against a photometric loss on primary camera rays (main-text loss in §3.4 and supplement Eq. for L), so the validity of the decoded radiance under secondary-ray directions, deformed local frames, and stylized descriptors is an empirical claim that is never measured. I request numerical evaluations: for example, PSNR/SSIM or relative error in reflected/refracted regions against reference renderings, Chamfer distance or F-score for deformed geometry, CLIP score and structure-preservation metrics for stylization, and Chamfer/F-score for mesh extraction on a standard dataset. Without such measurements, the headline unification claim is not established and the contribution reduces to a competitive novel-view-synthesis method with disconnected demos.
  2. [Supplementary Material, Reproducibility, Hyperparameter search] The supplement states: 'Hyperparameter selection during tuning is guided by validation/test PSNR.' Because Table 2 reports test-set PSNR as the primary evidence of competitive NVS quality, the reported rankings may be optimistically biased toward the test set. This is load-bearing for the paper's second main claim. The authors should clarify whether the final numbers were selected on a held-out validation split or on the test split, report the selection protocol per scene, and ideally provide sensitivity of Table 2 to hyperparameter choices or standard errors over multiple training runs.
  3. [Ray-Tracing; Color aggregation along the ray] The recursive ray-tracing capability is not described at the algorithmic level. The main text and supplement detail only primary-ray rendering (ordered intersections, front-to-back compositing, loss function). There is no description of how secondary rays are generated, how material properties (reflection/refraction coefficients, roughness) are assigned or computed, how many bounces are supported, or how the shared decoder is evaluated at secondary intersections (e.g., whether the same z_i is used and how the viewing direction is expressed in the primitive frame). This missing specification prevents reproducibility of the claimed ray-tracing results and makes it impossible to assess the off-distribution query premise.
  4. [Table 2; Novel-View Synthesis] The quantitative comparison in Table 2 reports a single value per metric without error bars or significance tests. Several margins are small (e.g., Mip-NeRF360 PSNR 28.93 for FlaRe versus 28.89 for Nexels and 28.84 for Scaffold-GS), and the reported SSIM/LPIPS for FlaRe trail several baselines. Given the hyperparameter-selection concern, the claim of 'competitive' quality would be strengthened by reporting variance across seeds or at least a clear statement of the number of runs and the selection rule for the reported result.
minor comments (5)
  1. [Abstract] The abstract contains a duplicated sentence: 'Source code is available online. Source code can be found at: https://github.com/KByrski/FlaRe'. One of the two sentences should be removed.
  2. [Loss function (§3.4) and Supplementary Loss function] The notation for the loss weights is inconsistent: the main text uses λ1 and λ2 in the total loss on the left-hand side, while the supplement defines L = λ1·((1−λ)·LRGB,base + λ·LRGB,FlaRe) + λ2·Ls. The main text additionally writes Ls with a subscript λ_s. These should be unified.
  3. [Mesh modification (Supplementary)] The procedure for computing the texture-coordinate transformation A when 4∤k is described with 'one can express ... and then compute ... using these same coefficients', which is difficult to follow. A closed-form expression or pseudocode for this case would improve reproducibility.
  4. [LUT-Encoding experiment] The supplement honestly reports that the equal-budget hash grid outperforms the proposed LUT on the localized-detail signal (51.72 dB versus 43.05 dB). This caveat should also appear in the main-text discussion of Table 3, since it qualifies the claim that LUT-Encoding is uniformly superior.
  5. [Figure 9] The compression study in Figure 9 reports PSNR versus primitive count, but the curves for PUP-3DGS and LP-3DGS are not tabulated in the main text. The supplement Table 4 helps, but a short statement of the operating points (e.g., the exact remaining primitive ratios for PUP-3DGS) in the figure caption would improve readability.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the central claims are benchmarked against external datasets and baselines; self-citations are prior building blocks, not load-bearing evidence.

full rationale

FlaRe is an empirical scene-representation system. Its core equations (Sec. 3) define a rendering model and a photometric training loss; novel-view results, ray tracing, deformation, mesh extraction, and stylization are presented as capabilities of the trained representation and are compared with external methods on standard benchmarks. The per-primitive descriptor is trained against training-view photometric loss, and downstream operations query the same decoder; no derived quantity is shown to be identical by construction to a fitted parameter or to a self-cited theorem. The paper cites prior work by the same authors (RaySplats, REdiSplats, IRIS, CLIPGaussian, etc.), but these are used as related work or building blocks and are not the evidence for the current claims. The LUT-encoding experiment fits encoders to the five 2D signals and reports reconstruction PSNR; this is a controlled ablation of the encoding component, not a disguised prediction of the scene model, and the paper acknowledges the localized-detail exception. The absence of quantitative metrics for reflection/refraction, deformation, and stylization is a validation gap, not circularity. No load-bearing step reduces to its own inputs.

Assumptions & free parameters 6 free parameters · 6 assumptions · 0 invented entities

The method's capacity comes from many fitted per-primitive descriptors, a global decoder/LUT, and a set of hand-chosen hyperparameters. The main domain axioms are standard for neural scene representation (posed-image photometric supervision, finite planar primitive cover, alpha compositing). One ad-hoc design choice, the single R* LUT normalization, is explicitly made to avoid training instability. See respective entries.

free parameters (6)
  • Per-primitive latent descriptor z_i (dim 96) = learned
    Core capacity: each primitive encodes its local radiance field; the whole point of the method. The descriptor is trained to minimize photometric loss.
  • Per-primitive geometry and static attributes (μ_i, q_i, s_i, c_const,i, α_const,i, κ_i) = learned
    Centers, rotations, scales, constant color, constant opacity, and kernel shape are all trainable and are optimized with densification/pruning throughout training.
  • Shared decoder weights Θ and LUT features F = learned
    The MLP (128-64-64-4) and the 13,154 LUT scalars are global parameters that determine appearance decoding; they are part of the representation, not external constants.
  • Warmup schedule (warmup_start_iter, warmup_end_iter) and loss weights (λ1, λ2) = chosen via coordinate descent on PSNR
    These balance the base renderer vs. the full neural renderer and scale regularization; the paper tunes macro-parameters by coordinate descent, which introduces sensitivity to test/validation selection.
  • LUT resolutions [16,25,40,64], descriptor dimension 96, positional-encoding bands 4 = chosen by hand
    Architecture choices; the finest LUT level caps the spatial frequency that can be represented (~31.5 cycles), a limit the paper itself notes in the LUT analysis.
  • Proxy parameters: polygon side count k, α_min threshold, HIT_BUFFER_SIZE=16 = chosen by hand
    These define the mesh proxy extent and the ray-marching batching; they affect both rendering quality and speed.
assumptions (6)
  • domain assumption A scene is faithfully representable by a finite set of planar primitives, each with a localized radiance function.
    Central representation assumption; the paper's Limitations section concedes far-field geometry in large unbounded outdoor scenes may be limited.
  • domain assumption Photometric L2 loss on posed images jointly determines correct geometry and appearance.
    No depth, normal, or multi-view consistency supervision is used in the main model; mesh extraction later adds 2DGS regularizers.
  • standard math Ordered alpha compositing of ray-primitive intersections is a correct image formation model.
    Follows Kopanas et al.; used in the color aggregation equation and in the gradient lemmas.
  • standard math Hardware ray-triangle intersection on affine-transformed canonical polygons yields correct ordered hit lists.
    Relies on OptiX/RTX correctness; the paper implements a hybrid OptiX+CUDA pipeline with HIT_BUFFER_SIZE=16.
  • domain assumption The proxy polygon scaled by Δs captures the Gaussian support down to opacity α_min, so clipping is negligible.
    The scaling formula assumes the generalized Gaussian reaches α_min exactly at the boundary; violations cause edge artifacts.
  • ad hoc to paper A single normalization constant R* is stable across all κ values and prevents LUT coordinate drift during training.
    Supplementary states per-κ normalization would complicate gradients and cause instability, so sup over κ is used even though it leaves LUT entries unused.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Floating Radiance Networks." pith.science (2026). https://pith.science/paper/VSHR3M6B

@misc{pith2026260805920,
  author       = {Pith},
  title        = {Pith review of: Floating Radiance Networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/VSHR3M6B}},
  note         = {Machine review of arXiv:2608.05920}
}
read the original abstract

Recent advances in neural scene representations enable photorealistic novel-view synthesis, yet most methods remain tightly coupled to a single rendering paradigm, limiting their versatility and integration with conventional graphics workflows. We introduce Floating Radiance Networks (FlaRe), a neural scene representation combining explicit ray-traceable geometry with continuous neural radiance functions. A scene is represented by floating planar generalized Gaussian primitives, each carrying a compact latent descriptor of a local radiance field. A lightweight decoder shared across the scene maps this descriptor, local surface coordinates, and viewing direction to color and opacity. This formulation preserves the expressiveness of neural fields while providing an explicitly addressable structure that can be efficiently queried and manipulated. Hardware-accelerated primitive intersections enable interactive rendering and recursive ray-tracing, including reflections, refractions, transparency, and shadows. The same representation further supports primitive-level deformation, mesh extraction, and appearance stylization directly in its learned descriptor space. Experiments across standard reconstruction benchmarks demonstrate competitive rendering quality while using a compact set of primitives. Together, these results establish FlaRe as a versatile representation that brings high-fidelity neural rendering, ray-tracing, geometric manipulation, and appearance editing into a unified scene model. Source code is available online. Source code can be found at: https://github.com/KByrski/FlaRe

Figures

Figures reproduced from arXiv: 2608.05920 by the authors.

Figure 1
Figure 1. FlaRe represents a scene with floating planar primi [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Recursive ray-tracing on FlaRe reconstructions. [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Left: Overview of the rendering pipeline. Every intersection along a camera ray contributes local coordinates (u, v) and a viewing direction d, which are encoded and concatenated with the per-primitive feature vector before decoding into color and opacity. Densification and pruning update the primitive set during optimization. Right: The auto-decoder architecture comprises two linear hidden layers each followed by a… view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Primitive-level mesh modification: deforming the [PITH_FULL_IMAGE:figures/full_fig_p004_4.png]
Figure 6
Figure 6. Figure 6: Qualitative comparison on Mip-NeRF 360. En [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 8
Figure 8. Figure 8: Mesh extraction with FlaRe. From left to right: [PITH_FULL_IMAGE:figures/full_fig_p007_8.png]
Figure 10
Figure 10. Figure 10: Qualitative comparison on scenes from Mip-NeRF 360 and Deep Blending. FlaRe yields cleaner reconstructions of [PITH_FULL_IMAGE:figures/full_fig_p012_10.png]
Figure 11
Figure 11. Figure 11: Qualitative comparison on the controlled 2D approximation tasks. Columns show the ground truth followed by [PITH_FULL_IMAGE:figures/full_fig_p013_11.png]
Figure 12
Figure 12. Figure 12: The Floating Radiance Networks (FlaRe) pipeline [PITH_FULL_IMAGE:figures/full_fig_p014_12.png]
Figure 13
Figure 13. Figure 13: Comparison of kernel value plots for two distinct Generalized Gaussian Kernel formulations: Rong et al. (left) vs. [PITH_FULL_IMAGE:figures/full_fig_p015_13.png]
Figure 14
Figure 14. Figure 14: FlaRe MLP [PITH_FULL_IMAGE:figures/full_fig_p016_14.png]
Figure 15
Figure 15. Figure 15: LUT Encoding The calculations below illustrate how the indices of the four adjacent 2D LUT-grid entries are determined for a given level i. For brevity, we have omitted both the superscript (r) (where r ∈ B specifies the particular ray from the batch B) and the subscr…
Figure 16
Figure 16. Figure 16: Computing the mesh representation of the Gaussian primitive [PITH_FULL_IMAGE:figures/full_fig_p020_16.png]
Figure 17
Figure 17. Figure 17: Mesh representation transformation and subsequent retrieval of Gaussian parameters from the transformed mesh [PITH_FULL_IMAGE:figures/full_fig_p022_17.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

137 extracted references · 45 canonical work pages

  1. [1]

    Srinivasan and Matthew Tancik and Jonathan T

    Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng , year=

  2. [2]

    ACM Transactions on Graphics , volume=

    3D Gaussian Splatting for Real-Time Radiance Field Rendering , author=. ACM Transactions on Graphics , volume=

  3. [3]

    CVPR , year=

    SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering , author=. CVPR , year=

  4. [4]

    European Conference on Computer Vision , pages=

    Neumesh: Learning disentangled neural mesh-based implicit field for geometry and texture editing , author=. European Conference on Computer Vision , pages=. 2022 , organization=

  5. [5]

    2024 , eprint=

    Piotr Borycki and Weronika Smolak and Joanna Waczyńska and Marcin Mazur and Sławomir Tadeja and Przemysław Spurek , title=. 2024 , eprint=

  6. [6]

    2026 , eprint=

    Affine-Equivariant Kernel Space Encoding for NeRF Editing , author=. 2026 , eprint=

  7. [7]

    Nerfstudio: A Modular Framework for Neural Radiance Field Development , url=

    Tancik, Matthew and Weber, Ethan and Ng, Evonne and Li, Ruilong and Yi, Brent and Wang, Terrance and Kristoffersen, Alexander and Austin, Jake and Salahi, Kamyar and Ahuja, Abhik and Mcallister, David and Kerr, Justin and Kanazawa, Angjoo , year=. Nerfstudio: A Modular Framework for Neural Radiance Field Development , url=. doi:10.1145/3588432.3591516 , b...

  8. [8]

    ACM Trans

    Thomas M\"uller and Alex Evans and Christoph Schied and Alexander Keller , title =. ACM Trans. Graph. , issue_date =. 2022 , pages =. doi:10.1145/3528223.3530127 , publisher =

Show all 137 references
  1. [9]

    ICCV , year=

    Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields , author=. ICCV , year=

  2. [10]

    2020 , eprint=

    NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis , author=. 2020 , eprint=

  3. [11]

    2023 , eprint=

    NeuralEditor: Editing Neural Radiance Fields via Manipulating Point Clouds , author=. 2023 , eprint=

  4. [12]

    ACM Transactions on Graphics (TOG) , volume=

    3d gaussian ray tracing: Fast tracing of particle scenes , author=. ACM Transactions on Graphics (TOG) , volume=. 2024 , publisher=

  5. [13]

    Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education

    Clancey, William J. Communication, Simulation, and Intelligent Agents: Implications of Personal Intelligent Machines for Medical Education. Proceedings of the Eighth International Joint Conference on Artificial Intelligence (IJCAI-83)

  6. [14]

    Classification Problem Solving

    Clancey, William J. Classification Problem Solving. Proceedings of the Fourth National Conference on Artificial Intelligence

  7. [15]

    , title =

    Robinson, Arthur L. , title =. 1980 , doi =. https://science.sciencemag.org/content/208/4447/1019.full.pdf , journal =

  8. [16]

    New Ways to Make Microcircuits Smaller---Duplicate Entry

    Robinson, Arthur L. New Ways to Make Microcircuits Smaller---Duplicate Entry. Science

  9. [17]

    Clancey and Glenn Rennels , abstract =

    Diane Warner Hasling and William J. Clancey and Glenn Rennels , abstract =. Strategic explanations for a diagnostic consultation system , journal =. 1984 , issn =. doi:https://doi.org/10.1016/S0020-7373(84)80003-6 , url =

  10. [18]

    and Rennels, Glenn R

    Hasling, Diane Warner and Clancey, William J. and Rennels, Glenn R. and Test, Thomas. Strategic Explanations in Consultation---Duplicate. The International Journal of Man-Machine Studies

  11. [19]

    Poligon: A System for Parallel Problem Solving

    Rice, James. Poligon: A System for Parallel Problem Solving

  12. [20]

    Transfer of Rule-Based Expertise through a Tutorial Dialogue

    Clancey, William J. Transfer of Rule-Based Expertise through a Tutorial Dialogue

  13. [21]

    The Engineering of Qualitative Models

    Clancey, William J. The Engineering of Qualitative Models

  14. [22]

    2017 , eprint=

    Attention Is All You Need , author=. 2017 , eprint=

  15. [23]

    Pluto: The 'Other' Red Planet

    NASA. Pluto: The 'Other' Red Planet

  16. [24]

    CVPR , ee =

    Yuan, Yu-Jie and Sun, Yang-Tian and Lai, Yu-Kun and Ma, Yuewen and Jia, Rongfei and Gao, Lin , biburl =. CVPR , ee =

  17. [25]

    ICCV , ee =

    Wang, Xiangyu and Zhu, Jingsen and Ye, Qi and Huo, Yuchi and Ran, Yunlong and Zhong, Zhihua and Chen, Jiming , biburl =. ICCV , ee =

  18. [26]

    Neural Impostor: Editing Neural Radiance Fields with Explicit Shape Manipulation

    Liu, Ruiyang and Xiang, Jinxu and Zhao, Bowen and Zhang, Ran and Yu, Jingyi and Zheng, Changxi , biburl =. Neural Impostor: Editing Neural Radiance Fields with Explicit Shape Manipulation. , volume =. CoRR , keywords =

  19. [27]

    ACM SIGGRAPH computer graphics , volume=

    Ray tracing volume densities , author=. ACM SIGGRAPH computer graphics , volume=. 1984 , publisher=

  20. [28]

    Proceedings of the 2023 ACM international conference on multimedia retrieval , pages=

    Rip-nerf: Learning rotation-invariant point-based neural radiance field for fine-grained editing and compositing , author=. Proceedings of the 2023 ACM international conference on multimedia retrieval , pages=

  21. [29]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Nerf-editing: geometry editing of neural radiance fields , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  22. [30]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Neuraleditor: Editing neural radiance fields via manipulating point clouds , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  23. [31]

    Advances in Neural Information Processing Systems , volume=

    Papr: Proximity attention point rendering , author=. Advances in Neural Information Processing Systems , volume=

  24. [32]

    arXiv preprint arXiv:2409.05819 , year=

    Gasp: Gaussian splatting for physic-based simulations , author=. arXiv preprint arXiv:2409.05819 , year=

  25. [33]

    Martin-Brualla, Ricardo and Radwan, Noha and Sajjadi, Mehdi S. M. and Barron, Jonathan T. and Dosovitskiy, Alexey and Duckworth, Daniel , title =. CVPR , year=

  26. [34]

    Computer Vision and Image Understanding , volume=

    Gaussian splatting with nerf-based color and opacity , author=. Computer Vision and Image Understanding , volume=. 2025 , publisher=

  27. [35]

    arXiv preprint arXiv:2402.01459 , year=

    Games: Mesh-based adapting and modification of gaussian splatting , author=. arXiv preprint arXiv:2402.01459 , year=

  28. [36]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Sugar: Surface-aligned gaussian splatting for efficient 3d mesh reconstruction and high-quality mesh rendering , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  29. [37]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Mani-gs: Gaussian splatting manipulation with triangular mesh , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  30. [38]

    arXiv preprint arXiv:2405.15491 , year=

    GSDeformer: Direct, Real-time and Extensible Cage-based Deformation for 3D Gaussian Splatting , author=. arXiv preprint arXiv:2405.15491 , year=

  31. [39]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Physgaussian: Physics-integrated 3d gaussians for generative dynamics , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  32. [40]

    Advances in Neural Information Processing Systems , volume=

    Differentiable blocks world: Qualitative 3d decomposition by rendering primitives , author=. Advances in Neural Information Processing Systems , volume=

  33. [41]

    ACM Transactions on Graphics (ToG) , volume=

    Instant neural graphics primitives with a multiresolution hash encoding , author=. ACM Transactions on Graphics (ToG) , volume=. 2022 , publisher=

  34. [42]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Fridovich-Keil, Sara and Yu, Alex and Tancik, Matthew and Chen, Qinhong and Recht, Benjamin and Kanazawa, Angjoo , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =. 2022 , pages =

  35. [43]

    European Conference on Computer Vision , pages=

    Lagrangian hashing for compressed neural field representations , author=. European Conference on Computer Vision , pages=. 2024 , organization=

  36. [44]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Non-rigid neural radiance fields: Reconstruction and novel view synthesis of a dynamic scene from monocular video , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  37. [45]

    ACM Transactions on Graphics (TOG) , volume=

    HyperNeRF: a higher-dimensional representation for topologically varying neural radiance fields , author=. ACM Transactions on Graphics (TOG) , volume=. 2021 , publisher=

  38. [46]

    Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

    Neural implicit representations for physical parameter inference from a single video , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

  39. [47]

    Proceedings of the ACM on Computer Graphics and Interactive Techniques , volume=

    Nerfshop: Interactive editing of neural radiance fields , author=. Proceedings of the ACM on Computer Graphics and Interactive Techniques , volume=

  40. [48]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Interactive nerf geometry editing with shape priors , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2023 , publisher=

  41. [49]

    European Conference on Computer Vision , pages=

    Deforming radiance fields with cages , author=. European Conference on Computer Vision , pages=. 2022 , organization=

  42. [50]

    Advances in Neural Information Processing Systems , volume=

    Cagenerf: Cage-based neural radiance field for generalized 3d deformation and animation , author=. Advances in Neural Information Processing Systems , volume=

  43. [51]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Pie-nerf: Physics-based interactive elastodynamics with nerf , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  44. [52]

    Computer Graphics Forum , volume=

    VolTeMorph: Real-time, Controllable and Generalizable Animation of Volumetric Representations , author=. Computer Graphics Forum , volume=. 2024 , organization=

  45. [53]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Editablenerf: Editing topologically varying neural radiance fields by key points , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  46. [54]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Neural radiance fields from sparse rgb-d images for high-quality view synthesis , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2022 , publisher=

  47. [55]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Conerf: Controllable neural radiance fields , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  48. [56]

    Proceedings of the IEEE/CVF conference on computer vision and pattern Recognition , pages=

    Humannerf: Free-viewpoint rendering of moving people from monocular video , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern Recognition , pages=

  49. [57]

    arXiv preprint arXiv:2406.01476 , year=

    DreamPhysics: Learning Physical Properties of Dynamic 3D Gaussians with Video Diffusion Priors , author=. arXiv preprint arXiv:2406.01476 , year=

  50. [58]

    Advances in Neural Information Processing Systems , volume=

    Neuphysics: Editable neural geometry and physics from monocular videos , author=. Advances in Neural Information Processing Systems , volume=

  51. [59]

    2021 IEEE/CVF International Conference on Computer Vision (ICCV) , pages=

    Neural radiance flow for 4d view synthesis and video processing , author=. 2021 IEEE/CVF International Conference on Computer Vision (ICCV) , pages=. 2021 , organization=

  52. [60]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Sine: Semantic-driven image-based nerf editing with prior-guided editing field , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  53. [61]

    Advances in Neural Information Processing Systems , volume=

    Vica-nerf: View-consistency-aware 3d editing of neural radiance fields , author=. Advances in Neural Information Processing Systems , volume=

  54. [62]

    Advances in neural information processing systems , volume=

    Decomposing nerf for editing via feature field distillation , author=. Advances in neural information processing systems , volume=

  55. [63]

    SIGGRAPH Asia 2022 Conference Papers , pages=

    Nerffaceediting: Disentangled face editing in neural radiance fields , author=. SIGGRAPH Asia 2022 Conference Papers , pages=

  56. [64]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Fenerf: Face editing in neural radiance fields , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  57. [65]

    Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

    Control-nerf: Editable feature volumes for scene rendering and manipulation , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

  58. [66]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Faceclipnerf: Text-driven 3d face manipulation using deformable neural radiance fields , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  59. [67]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Removing objects from neural radiance fields , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  60. [68]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Blending-nerf: Text-driven localized editing in neural radiance fields , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  61. [69]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Nerv: Neural reflectance and visibility fields for relighting and view synthesis , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  62. [70]

    European Conference on Computer Vision , pages=

    Nerf for outdoor scene relighting , author=. European Conference on Computer Vision , pages=. 2022 , organization=

  63. [71]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Editing conditional radiance fields , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  64. [72]

    Proceedings of the 31st ACM International Conference on Multimedia , pages=

    Recolornerf: Layer decomposed radiance fields for efficient color editing of 3d scenes , author=. Proceedings of the 31st ACM International Conference on Multimedia , pages=

  65. [73]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Clip-nerf: Text-and-image driven manipulation of neural radiance fields , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  66. [74]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Instruct-nerf2nerf: Editing 3d scenes with instructions , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  67. [75]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Sked: Sketch-guided text-based 3d editing , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  68. [76]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Hexplane: A fast representation for dynamic scenes , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  69. [77]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Forward flow for novel view synthesis of dynamic scenes , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  70. [78]

    Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

    Dynamic view synthesis from dynamic monocular video , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=

  71. [79]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Nerfies: Deformable neural radiance fields , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  72. [80]

    CVPR , pages=

    Point-nerf: Point-based neural radiance fields , author=. CVPR , pages=

  73. [81]

    CoRR , volume =

    Vani Nagarajan and Durga Mandarapu and Milind Kulkarni , title =. CoRR , volume =. 2023 , url =. 2305.18356 , archivePrefix =

  74. [82]

    CVPR , year=

    Mip-NeRF 360: Unbounded Anti-Aliased Neural Radiance Fields , author=. CVPR , year=

  75. [83]

    ACM Transactions on Graphics (TOG) , year=

    Local Light Field Fusion: Practical View Synthesis with Prescriptive Sampling Guidelines , author=. ACM Transactions on Graphics (TOG) , year=

  76. [84]

    Structure-from-Motion Revisited , booktitle=

    Sch\". Structure-from-Motion Revisited , booktitle=

  77. [85]

    IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=

    PermutoSDF: Fast Multi-View Reconstruction with Implicit Surfaces using Permutohedral Lattices , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=

  78. [86]

    2018 , url =

    Blender - a 3D modelling and rendering package , author =. 2018 , url =

  79. [87]

    IEEE International Conference on Robotics and Automation , year=

    NeuraLoc: Visual Localization in Neural Implicit Map with Dual Complementary Features , author=. IEEE International Conference on Robotics and Automation , year=

  80. [88]

    Learning Any-View 6DoF Robotic Grasping in Cluttered Scenes via Neural Surface Rendering , booktitle =

    Snehal Jauhri and Ishikaa Lunawat and Georgia Chalvatzaki , editor =. Learning Any-View 6DoF Robotic Grasping in Cluttered Scenes via Neural Surface Rendering , booktitle =. 2024 , url =. doi:10.15607/RSS.2024.XX.046 , timestamp =

  81. [89]

    2025 , eprint=

    NeRF-Based Transparent Object Grasping Enhanced by Shape Priors , author=. 2025 , eprint=

  82. [90]

    2024 , url =

    Genesis Authors , title =. 2024 , url =

  83. [91]

    ACM Transactions on Graphics (TOG) , volume=

    QuanTaichi: A Compiler for Quantized Simulations , author=. ACM Transactions on Graphics (TOG) , volume=. 2021 , publisher=

  84. [92]

    Ichnowski*, Jeffrey and Avigal*, Yahav and Kerr, Justin and Goldberg, Ken , booktitle=

  85. [93]

    arXiv preprint arXiv:2302.01838 , year=

    vMAP: Vectorised Object Mapping for Neural Field SLAM , author=. arXiv preprint arXiv:2302.01838 , year=

  86. [94]

    ACM SIGGRAPH 2023 Conference Proceedings , series =

    Nerfstudio: A Modular Framework for Neural Radiance Field Development , author =. ACM SIGGRAPH 2023 Conference Proceedings , series =

  87. [95]

    Thirty-Fifth Conference on Neural Information Processing Systems , year=

    Volume rendering of neural implicit surfaces , author=. Thirty-Fifth Conference on Neural Information Processing Systems , year=

  88. [96]

    arXiv preprint arXiv:2303.13022 , year=

    ENVIDR: Implicit Differentiable Renderer with Neural Environment Lighting , author=. arXiv preprint arXiv:2303.13022 , year=

  89. [97]

    2022 , booktitle=

    Plenoxels: Radiance Fields without Neural Networks , author=. 2022 , booktitle=

  90. [98]

    arXiv preprint arXiv:2404.17672 , year=

    BlenderAlchemy: Editing 3D Graphics with Vision-Language Models , author=. arXiv preprint arXiv:2404.17672 , year=

  91. [99]

    Fang, Shuangkang and Shen, I-Chao and Igarashi, Takeo and Wang, Yufeng and Wang, Zesheng and Yang, Yi and Ding, Wenrui and Zhou, Shuchang , journal =

  92. [100]

    Weber, Ethan and Holynski, Aleksander and Jampani, Varun and Saxena, Saurabh and Snavely, Noah and Kar, Abhishek and Kanazawa, Angjoo , booktitle =

  93. [101]

    2025 , eprint=

    HuSc3D: Human Sculpture dataset for 3D object reconstruction , author=. 2025 , eprint=

  94. [102]

    ACM Transactions on Graphics (ToG) , volume=

    Deep blending for free-viewpoint image-based rendering , author=. ACM Transactions on Graphics (ToG) , volume=. 2018 , publisher=

  95. [103]

    ACM Transactions on Graphics (ToG) , volume=

    Tanks and temples: Benchmarking large-scale scene reconstruction , author=. ACM Transactions on Graphics (ToG) , volume=. 2017 , publisher=

  96. [104]

    2025 , eprint=

    Radiance Meshes for Volumetric Reconstruction , author=. 2025 , eprint=

  97. [105]

    ICCV , year=

    Zip-NeRF: Anti-Aliased Grid-Based Neural Radiance Fields , author=. ICCV , year=

  98. [106]

    arXiv , year =

    Triangle Splatting for Real-Time Radiance Field Rendering , author =. arXiv , year =

  99. [107]

    and Hedman, Peter and Mildenhall, Ben and Attal, Benjamin and Szeliski, Richard and Barron, Jonathan T

    Verbin, Dor and Srinivasan, Pratul P. and Hedman, Peter and Mildenhall, Ben and Attal, Benjamin and Szeliski, Richard and Barron, Jonathan T. , title =. SIGGRAPH Asia 2024 Conference Papers , articleno =. 2024 , isbn =. doi:10.1145/3680528.3687585 , abstract =

  100. [108]

    Holland, Leif Van and Bliersbach, Ruben and M. TraM-. Computer Graphics Forum , year =

  101. [109]

    Proceedings of the 31st ACM International Conference on Multimedia , pages=

    Mirror-NeRF: Learning Neural Radiance Fields for Mirrors with Whitted-Style Ray Tracing , author=. Proceedings of the 31st ACM International Conference on Multimedia , pages=

  102. [110]

    European Conference on Computer Vision (ECCV) , year =

    Anpei Chen and Zexiang Xu and Andreas Geiger and Jingyi Yu and Hao Su , title =. European Conference on Computer Vision (ECCV) , year =

  103. [111]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

    Scaffold-gs: Structured 3d gaussians for view-adaptive rendering , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=

  104. [112]

    SIGGRAPH 2024 Conference Papers , year =

    2D Gaussian Splatting for Geometrically Accurate Radiance Fields , author=. SIGGRAPH 2024 Conference Papers , year =

  105. [113]

    Deferred neural rendering: image synthesis using neural textures , year =

    Thies, Justus and Zollh\". Deferred neural rendering: image synthesis using neural textures , year =. ACM Trans. Graph. , month = jul, articleno =. doi:10.1145/3306346.3323035 , abstract =

  106. [114]

    Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =

    Govindarajan, Shrisudhan and Rebain, Daniel and Yi, Kwang Moo and Tagliasacchi, Andrea , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =. 2025 , pages =

  107. [115]

    2026 , eprint=

    IRIS: Intersection-aware Ray-based Implicit Editable Scenes , author=. 2026 , eprint=

  108. [116]

    arXiv , year =

    Power Foam: Unifying Real-Time Differentiable Ray Tracing and Rasterization , author =. arXiv , year =

  109. [117]

    ICCV , year =

    Lu, Fan and Xu, Yan and Chen, Guang and Li, Hongsheng and Lin, Kwan-Yee and Jiang, Changjun , title =. ICCV , year =

  110. [118]

    arXiv preprint arXiv:2412.12734 , year=

    Gaussian billboards: Expressive 2d gaussian splatting with textures , author=. arXiv preprint arXiv:2412.12734 , year=

  111. [119]

    ACM Transactions on Graphics and SIGGRAPH Asia , year =

    Nicolas Moenne-Loccoz and Ashkan Mirzaei and Or Perel and Riccardo de Lutio and Janick Martinez Esturo and Gavriel State and Sanja Fidler and Nicholas Sharp and Zan Gojcic , title =. ACM Transactions on Graphics and SIGGRAPH Asia , year =

  112. [120]

    Conference on Computer Vision and Pattern Recognition (CVPR) , year=

    3DGUT: Enabling Distorted Cameras and Secondary Rays in Gaussian Splatting , author=. Conference on Computer Vision and Pattern Recognition (CVPR) , year=

  113. [121]

    arXiv preprint arXiv:2501.19196 , year=

    Raysplats: Ray tracing based gaussian splatting , author=. arXiv preprint arXiv:2501.19196 , year=

  114. [122]

    2025 , eprint=

    REdiSplats: Ray Tracing for Editable Gaussian Splatting , author=. 2025 , eprint=

  115. [123]

    z ewska, Weronika and Spurek, Przemys aw

    Tobiasz, Rafa and Wilczy \' n ski, Grzegorz and Mazur, Marcin and Tadeja, S awomir and Smolak-Dy \. z ewska, Weronika and Spurek, Przemys aw. MeshSplats: Mesh-Based Rendering with Gaussian Splatting Initialization. Computational Science -- ICCS 2026. 2026

  116. [124]

    The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

    LinPrim: Linear Primitives for Differentiable Volumetric Rendering , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

  117. [125]

    ECCV , year=

    Gaussian Frosting: Editable Complex Radiance Fields with Real-Time Rendering , author=. ECCV , year=

  118. [126]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Chen, Yiwen and Chen, Zilong and Zhang, Chi and Wang, Feng and Yang, Xiaofeng and Wang, Yikai and Cai, Zhongang and Yang, Lei and Liu, Huaping and Lin, Guosheng , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =. 2024 ...

  119. [127]

    ECCV , year=

    Gaussian Grouping: Segment and Edit Anything in 3D Scenes , author=. ECCV , year=

  120. [128]

    The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

    CLIPGaussian: Universal and Multimodal Style Transfer Based on Gaussian Splatting , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=

  121. [129]

    arXiv preprint arXiv:2403.07807 , year=

    StyleGaussian: Instant 3D Style Transfer with Gaussian Splatting , author=. arXiv preprint arXiv:2403.07807 , year=

  122. [130]

    arXiv preprint arXiv:2512.13796 , year=

    Nexels: Neurally-textured surfels for real-time novel view synthesis with sparse geometries , author=. arXiv preprint arXiv:2512.13796 , year=

  123. [131]

    Point-Based Neural Rendering with Per-View Optimization

    Kopanas, Georgios and Philip, Julien and Leimkühler, Thomas and Drettakis, George. Point-Based Neural Rendering with Per-View Optimization. Computer Graphics Forum (Proceedings of the Eurographics Symposium on Rendering). 2021

  124. [132]

    ACM Transactions on Graphics , volume=

    Neural Point Catacaustics for Novel-View Synthesis of Reflections , author=. ACM Transactions on Graphics , volume=

  125. [133]

    Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

    Pup 3d-gs: Principled uncertainty pruning for 3d gaussian splatting , author=. Proceedings of the Computer Vision and Pattern Recognition Conference , pages=

  126. [134]

    Advances in Neural Information Processing Systems , volume=

    Lp-3dgs: Learning to prune 3d gaussian splatting , author=. Advances in Neural Information Processing Systems , volume=

  127. [135]

    SIGGRAPH Asia 2024 Technical Communications , pages=

    Stylegaussian: Instant 3d style transfer with gaussian splatting , author=. SIGGRAPH Asia 2024 Technical Communications , pages=

  128. [136]

    Computer Graphics Forum , volume=

    G-Style: Stylized Gaussian Splatting , author=. Computer Graphics Forum , volume=. 2024 , organization=

  129. [137]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Sparse voxels rasterization: Real-time high-fidelity radiance field rendering , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.