Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GES: Generalized Exponential Splatting for Efficient Radiance Field Rendering

About

Advancements in 3D Gaussian Splatting have significantly accelerated 3D reconstruction and generation. However, it may require a large number of Gaussians, which creates a substantial memory footprint. This paper introduces GES (Generalized Exponential Splatting), a novel representation that employs Generalized Exponential Function (GEF) to model 3D scenes, requiring far fewer particles to represent a scene and thus significantly outperforming Gaussian Splatting methods in efficiency with a plug-and-play replacement ability for Gaussian-based utilities. GES is validated theoretically and empirically in both principled 1D setup and realistic 3D scenes. It is shown to represent signals with sharp edges more accurately, which are typically challenging for Gaussians due to their inherent low-pass characteristics. Our empirical analysis demonstrates that GEF outperforms Gaussians in fitting natural-occurring signals (e.g. squares, triangles, and parabolic signals), thereby reducing the need for extensive splitting operations that increase the memory footprint of Gaussian Splatting. With the aid of a frequency-modulated loss, GES achieves competitive performance in novel-view synthesis benchmarks while requiring less than half the memory storage of Gaussian Splatting and increasing the rendering speed by up to 39%. The code is available on the project website https://abdullahamdi.com/ges .

Abdullah Hamdi, Luke Melas-Kyriazi, Jinjie Mai, Guocheng Qian, Ruoshi Liu, Carl Vondrick, Bernard Ghanem, Andrea Vedaldi• 2024

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisTanks&Temples (test)
PSNR23.35
239
Novel View SynthesisMip-NeRF 360 (test)
PSNR26.91
166
Novel View SynthesisMip-NeRF360
PSNR26.91
104
Novel View SynthesisDeep Blending (test)
PSNR29.68
64
Novel View SynthesisMip-NeRF360 (test)
PSNR26.91
58
3D ReconstructionMip-NeRF 360
SSIM0.794
37
Novel View SynthesisNeRF Synthetic (test)--
36
3D ReconstructionMip-NeRF 360 (test)
PSNR28.69
24
Novel View SynthesisTank & Temples (test)
PSNR23.35
23
Novel View SynthesisDeep Blending
PSNR29.68
22
Showing 10 of 17 rows

Other info

Code

Follow for update