paper-with-me

홈 › Papers

Floating Radiance Networks

2026-08-06 · Krzysztof Byrski, Rafał Tobiasz, Grzegorz Wilczyński, Mikołaj Zieliński, Dawid Baran, Dominik Belter, Jacek Tabor, Przemysław Spurek arxiv

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

📄 PDF Abstract BibTeX arXiv:2608.05920

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffRF: Rendering-Guided 3D Radiance Field Diffusion

2022-12-02 · CVPR 2023 1 · Norman Müller, Yawar Siddiqui, Lorenzo Porzi, Samuel Rota Bulò 외

We introduce DiffRF, a novel approach for 3D radiance field synthesis based on denoising diffusion probabilistic models. While existing diffusion-based methods operate on images, latent codes, or point cloud data, we are…

Denoising

SVS: Adversarial refinement for sparse novel view synthesis

2022-11-14 · Violeta Menéndez González, Andrew Gilbert, Graeme Phillipson, Stephen Jolly 외

This paper proposes Sparse View Synthesis. This is a view synthesis problem where the number of reference views is limited, and the baseline between target and reference view is significant. Under these conditions, curre…

Novel View Synthesis

UW-3DGS: Underwater 3D Reconstruction with Physics-Aware Gaussian Splatting

2025-08-08 · Wenpeng Xing, Jie Chen, Zaifeng Yang, Changting Lin 외 arxiv

Underwater 3D scene reconstruction faces severe challenges from light absorption, scattering, and turbidity, which degrade geometry and color fidelity in traditional methods like Neural Radiance Fields (NeRF). While NeRF…

3D Reconstruction

RTR-GS: 3D Gaussian Splatting for Inverse Rendering with Radiance Transfer and Reflection

2025-07-10 · Yongyang Zhou, Fang-Lue Zhang, Zichen Wang, Lei Zhang arxiv

3D Gaussian Splatting (3DGS) has demonstrated impressive capabilities in novel view synthesis. However, rendering reflective objects remains a significant challenge, particularly in inverse rendering and relighting. We i…

Novel View SynthesisInverse Rendering

Floaters No More: Radiance Field Gradient Scaling for Improved Near-Camera Training

2023-05-04 · Julien Philip, Valentin Deschaintre

NeRF acquisition typically requires careful choice of near planes for the different cameras or suffers from background collapse, creating floating artifacts on the edges of the captured scene. The key insight of this wor…

NeRF