🤖 AI Summary
This work addresses the challenge in 3D Gaussian Splatting (3DGS) of disentangling diffuse and specular reflectance, which often leads to rendering artifacts for complex materials. To overcome this limitation, the authors propose an enhanced Gaussian kernel that explicitly models view-dependent specular reflections and incorporates an error-driven compensation mechanism to refine reconstruction residuals. The method integrates view-dependent opacity, 2D Gaussian initialization, and an adaptive insertion strategy, achieving high parameter efficiency while significantly improving rendering quality. Experimental results demonstrate that the approach outperforms existing NeRF and 3DGS baselines in both visual fidelity and performance, effectively surpassing the material representation constraints imposed by traditional spherical harmonics.
📝 Abstract
Due to the real-time rendering performance, 3D Gaussian Splatting (3DGS) has emerged as the leading method for radiance field reconstruction. However, its reliance on spherical harmonics for color encoding inherently limits its ability to separate diffuse and specular components, making it challenging to accurately represent complex reflections. To address this, we propose a novel enhanced Gaussian kernel that explicitly models specular effects through view-dependent opacity. Meanwhile, we introduce an error-driven compensation strategy to improve rendering quality in existing 3DGS scenes. Our method begins with 2D Gaussian initialization and then adaptively inserts and optimizes enhanced Gaussian kernels, ultimately producing an augmented radiance field. Experiments demonstrate that our method not only surpasses state-of-the-art NeRF methods in rendering performance but also achieves greater parameter efficiency. Project page at: https://xiaoxinyyx.github.io/augs.