← Latest papers
💻 computer science

Floating Radiance Networks

Floating Radiance Networks (FlaRe) introduce a versatile neural scene representation that unifies photorealistic rendering, hardware-accelerated ray-tracing, and geometric manipulation by combining explicit ray-traceable planar primitives with continuous neural radiance functions.

Original authors: Krzysztof Byrski, Rafał Tobiasz, Grzegorz Wilczyński, Mikołaj Zieliński, Dawid Baran, Dominik Belter, Jacek Tabor, Przemysław Spurek

Published 2026-08-07
📖 4 min read☕ Coffee break read

Original authors: Krzysztof Byrski, Rafał Tobiasz, Grzegorz Wilczyński, Mikołaj Zieliński, Dawid Baran, Dominik Belter, Jacek Tabor, Przemysław Spurek

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to build a perfect, photorealistic 3D world inside a computer. For a long time, scientists had two main ways to do this, and both had a major flaw. The first way was like painting a scene with a continuous, magical mist; it looked incredibly real and could show how light bends and reflects, but it was so heavy and slow that you couldn't interact with it easily, and you couldn't easily pull a specific object out of the mist to change its shape. The second way was like building the scene out of millions of tiny, floating 3D confetti pieces. This was super fast and you could grab the pieces to move them around, but each piece could only hold a simple, static color, meaning it couldn't show complex details like how a shiny car reflects a sunset or how a glass marble distorts the world behind it.

The big question in computer graphics has been: Can we have the best of both worlds? Can we build a scene that is made of distinct, manageable pieces that a computer can shoot rays through (like a laser pointer) to calculate reflections and shadows, while still having those pieces hold the complex, "magical" ability to show continuous, view-dependent details? This matters because if we can't do both, we either have to wait hours to render a movie scene or settle for a video game that looks a bit too simple and flat.

Enter Floating Radiance Networks, or FlaRe for short. The researchers behind this paper propose a clever new way to build 3D worlds that solves this puzzle. Instead of using a heavy, slow mist or simple, dumb confetti, they use "floating planar primitives." Think of these as tiny, invisible, flat tiles floating in 3D space. Each tile is special because it carries a tiny, compressed "instruction manual" (a latent descriptor) inside it.

Here is the magic trick: When a ray of light (or a camera view) hits one of these floating tiles, it doesn't just pick a pre-painted color. Instead, it takes the tile's instruction manual, the exact spot where the ray hit the tile, and the direction the camera is looking, and feeds them into a single, shared, super-smart decoder. This decoder instantly calculates the exact color and transparency for that specific moment. It's like if every tile in your 3D world had a tiny, personal artist who could instantly paint whatever you needed to see from your specific angle, rather than just showing a static sticker.

The paper demonstrates that this approach works beautifully. Because the tiles are distinct, flat shapes, the computer can use its hardware (the graphics card) to shoot rays through them incredibly fast, just like it does in modern video games. This allows FlaRe to handle complex effects that usually require heavy lifting, such as reflections (seeing yourself in a mirror), refractions (light bending through glass), and shadows, all within the same scene. Furthermore, because the tiles are separate objects, you can grab them and deform them, or even pull them apart to extract a solid 3D mesh (a wireframe model) of the object.

The authors tested FlaRe on standard benchmarks and found it produces high-quality images that are competitive with the best existing methods, but with a much more flexible structure. They showed that it can render scenes interactively, meaning you could potentially walk around a FlaRe scene in real-time. They also proved that you can take a FlaRe scene, apply a new artistic style to it (like making it look like a Van Gogh painting), and still have the reflections and shadows work correctly because the underlying "instruction manuals" on the tiles were updated, not just the final picture.

In short, FlaRe suggests that we don't have to choose between a slow, beautiful neural field and a fast, simple geometric model. By giving floating tiles a continuous neural "brain" and a hardware-friendly body, the researchers have created a unified system that can do high-fidelity rendering, ray-tracing, and geometric editing all at once. While the paper notes that it still requires powerful hardware to run and might struggle with very large, open outdoor spaces, it successfully bridges the gap between neural rendering and traditional graphics, offering a versatile new tool for creating digital worlds.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →