CVGRDec 13, 2025

From Particles to Fields: Reframing Photon Mapping with Continuous Gaussian Photon Fields

arXiv:2512.12459v1
Originality Highly original
AI Analysis

This work addresses a bottleneck in realistic image synthesis for computer graphics by accelerating multi-view rendering with a novel hybrid approach.

The paper tackles the computational inefficiency of photon mapping in multi-view rendering by introducing the Gaussian Photon Field (GPF), a learnable continuous representation that encodes photon distributions, achieving photon-level accuracy while reducing computation by orders of magnitude.

Accurately modeling light transport is essential for realistic image synthesis. Photon mapping provides physically grounded estimates of complex global illumination effects such as caustics and specular-diffuse interactions, yet its per-view radiance estimation remains computationally inefficient when rendering multiple views of the same scene. The inefficiency arises from independent photon tracing and stochastic kernel estimation at each viewpoint, leading to inevitable redundant computation. To accelerate multi-view rendering, we reformulate photon mapping as a continuous and reusable radiance function. Specifically, we introduce the Gaussian Photon Field (GPF), a learnable representation that encodes photon distributions as anisotropic 3D Gaussian primitives parameterized by position, rotation, scale, and spectrum. GPF is initialized from physically traced photons in the first SPPM iteration and optimized using multi-view supervision of final radiance, distilling photon-based light transport into a continuous field. Once trained, the field enables differentiable radiance evaluation along camera rays without repeated photon tracing or iterative refinement. Extensive experiments on scenes with complex light transport, such as caustics and specular-diffuse interactions, demonstrate that GPF attains photon-level accuracy while reducing computation by orders of magnitude, unifying the physical rigor of photon-based rendering with the efficiency of neural scene representations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes