Search papers, labs, and topics across Lattice.
The paper generalizes 3D Gaussian Splatting (3DGS) by replacing the exponential transmittance function, inherent in standard alpha-blending, with a broader family of non-exponential functions inspired by non-exponential radiative transfer. This generalization introduces sub-linear, linear, and super-linear 3DGS variants based on quadratic transmittance, enabling faster-than-exponential decay. Experiments demonstrate that these variants achieve comparable rendering quality to the original 3DGS while significantly reducing overdraws, leading to speedups of up to 4x in complex scenes when using a ray-tracing renderer.
Ditch exponential decay: Non-exponential Gaussian splatting slashes overdraw and boosts rendering speed by up to 4x without sacrificing quality.
In this work we generalize 3D Gaussian splatting (3DGS) to a wider family of physically-based alpha-blending operators. 3DGS has become the standard de-facto for radiance field rendering and reconstruction, given its flexibility and efficiency. At its core, it is based on alpha-blending sorted semitransparent primitives, which in the limit converges to the classic radiative transfer function with exponential transmittance. Inspired by recent research on non-exponential radiative transfer, we generalize the image formation model of 3DGS to non-exponential regimes. Based on this generalization, we use a quadratic transmittance to define sub-linear, linear, and super-linear versions of 3DGS, which exhibit faster-than-exponential decay. We demonstrate that these new non-exponential variants achieve similar quality than the original 3DGS but significantly reduce the number of overdraws, which result on speed-ups of up to $4\times$ in complex real-world captures, on a ray-tracing-based renderer.