Content-Aware Texturing for Gaussian Splatting
Panagiotis Papantonakis, Georgios Kopanas, Fredo Durand, George Drettakis
TL;DR
This work addresses the inefficiency of traditional Gaussian Splatting in capturing fine appearance by introducing content-aware textures that are attached to 2D Gaussian primitives. Textures are defined with fixed world-space texel sizes and adapt during optimization through downscale/upscale operations, enabling finer detail where needed while reducing texture memory via resolution-aware primitive management. The method decouples appearance from geometry, supports progressive texel-size adaptation, and uses regularisation to maintain compact parameterization, achieving competitive image quality with fewer parameters than prior textured-Gaussian approaches. Extensive experiments across multiple datasets demonstrate robust performance, offering a versatile approach to texture-aware 3D reconstruction and real-time rendering.
Abstract
Gaussian Splatting has become the method of choice for 3D reconstruction and real-time rendering of captured real scenes. However, fine appearance details need to be represented as a large number of small Gaussian primitives, which can be wasteful when geometry and appearance exhibit different frequency characteristics. Inspired by the long tradition of texture mapping, we propose to use texture to represent detailed appearance where possible. Our main focus is to incorporate per-primitive texture maps that adapt to the scene in a principled manner during Gaussian Splatting optimization. We do this by proposing a new appearance representation for 2D Gaussian primitives with textures where the size of a texel is bounded by the image sampling frequency and adapted to the content of the input images. We achieve this by adaptively upscaling or downscaling the texture resolution during optimization. In addition, our approach enables control of the number of primitives during optimization based on texture resolution. We show that our approach performs favorably in image quality and total number of parameters used compared to alternative solutions for textured Gaussian primitives. Project page: https://repo-sam.inria.fr/nerphys/gs-texturing/
