GaussianShader: 3D Gaussian Splatting with Shading Functions for Reflective Surfaces
Yingwenqi Jiang, Jiadong Tu, Yuan Liu, Xifeng Gao, Xiaoxiao Long, Wenping Wang, Yuexin Ma
TL;DR
GaussianShader addresses the challenge of rendering reflective surfaces in neural 3D Gaussian representations by introducing a shading function for Gaussians and a novel normal estimation approach. The method combines a diffuse term, direct specular lighting, and a residual SH-based term, all fed through environment-map lighting and a GGX-based specular integration, with a normal predicted from the Gaussian's shortest axis plus a learnable residual and a normal-geometry consistency loss. This yields high-quality specular rendering while preserving the real-time efficiency of 3D Gaussian Splatting and significantly reducing optimization time versus Ref-NeRF/ENVIDR. The work enables robust, interactive rendering of scenes with complex materials and reflections, broadening the applicability of neural rendering to practical reflective objects.
Abstract
The advent of neural 3D Gaussians has recently brought about a revolution in the field of neural rendering, facilitating the generation of high-quality renderings at real-time speeds. However, the explicit and discrete representation encounters challenges when applied to scenes featuring reflective surfaces. In this paper, we present GaussianShader, a novel method that applies a simplified shading function on 3D Gaussians to enhance the neural rendering in scenes with reflective surfaces while preserving the training and rendering efficiency. The main challenge in applying the shading function lies in the accurate normal estimation on discrete 3D Gaussians. Specifically, we proposed a novel normal estimation framework based on the shortest axis directions of 3D Gaussians with a delicately designed loss to make the consistency between the normals and the geometries of Gaussian spheres. Experiments show that GaussianShader strikes a commendable balance between efficiency and visual quality. Our method surpasses Gaussian Splatting in PSNR on specular object datasets, exhibiting an improvement of 1.57dB. When compared to prior works handling reflective surfaces, such as Ref-NeRF, our optimization time is significantly accelerated (23h vs. 0.58h). Please click on our project website to see more results.
