Papers for

virtual reality creators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Fast real-time light rendering using gaussian mixtures

Gaussian Light Transport

Abstract: We present a novel method for computing global illumination by expressing the solution to the light transport equation as a 13D Gaussian mixture model over positions, directions, surface normals, and material properties. We show that including scene properties in the Gaussian representation drastically reduces the number of functions and speeds up evaluation. As opposed to traditional light transport methods based on Neumann series, the parameters of our model are directly estimated by minimizing the residual of the rendering equation. While both optimization and rendering require repeated evaluations of a linear combination of high-dimensional Gaussian functions, we introduce an efficient culling strategy to keep the optimization tractable and produce renderings in real time. Our representation enables to render fast, view-independent solutions to the light transport equation, achieving rendering times on the order of milliseconds, with a fraction of the memory requirements of conventional neural rendering approaches.

Thu 10 SeptGraphics
The gist
Rendering realistic lighting in computer graphics is usually slow because it models complex interactions between light and surfaces. This paper presents a new method that represents light behavior as a mix of Gaussian functions considering position, direction, surface features, and materials. This representation lets the authors estimate lighting more quickly and efficiently by directly solving the rendering equation. As a result, their method can produce fast, view-independent lighting effects using less memory than neural network approaches, enabling real-time rendering.
Open 2609.11430v1