GraphDeco

Reducing the Memory Footprint of 3D Gaussian Splatting
Presentation | Team members | Collaborations | Publications | Job offers | Contact

 

Reducing the Memory Footprint of 3D Gaussian Splatting

Panagiotis Papantonakis , Georgios Kopanas, Bernhard Kerbl, Alexandre Lanvin, George Drettakis
Proceedings of the ACM on Computer Graphics and Interactive Techniques (I3D), Volume 7, Number 1 - may 2024
Download the publication : reduced_3DGS_i3d.pdf [59.7Mo]  
3D Gaussian splatting provides excellent visual quality for novel view synthesis, with fast training and realtime rendering; unfortunately, the memory requirements of this method for storing and transmission are unreasonably high. We first analyze the reasons for this, identifying three main areas where storage can be reduced: the number of 3D Gaussian primitives used to represent a scene, the number of coefficients for the spherical harmonics used to represent directional radiance, and the precision required to store Gaussian primitive attributes. We present a solution to each of these issues. First, we propose an efficient, resolutionaware primitive pruning approach, reducing the primitive count by half. Second, we introduce an adaptive adjustment method to choose the number of coefficients used to represent directional radiance for each Gaussian primitive, and finally a codebook-based quantization method, together with a half-float representation for further memory reduction. Taken together, these three components result in a x27 reduction in overall size on disk on the standard datasets we tested, along with a x1.7 speedup in rendering speed. We demonstrate our method on standard datasets and show how our solution results in significantly reduced download times when using the method on a mobile device.

Images and movies

 

BibTex references

@Article{PKKLD24,
  author       = "Papantonakis , Panagiotis and Kopanas, Georgios and Kerbl, Bernhard and Lanvin, Alexandre and Drettakis, George",
  title        = "Reducing the Memory Footprint of 3D Gaussian Splatting",
  journal      = "Proceedings of the ACM on Computer Graphics and Interactive Techniques (I3D)",
  number       = "1",
  volume       = "7",
  month        = "may",
  year         = "2024",
  url          = "http://www-sop.inria.fr/reves/Basilic/2024/PKKLD24"
}

Other publications in the database

» Georgios Kopanas
» Bernhard Kerbl
» Alexandre Lanvin
» George Drettakis