High-quality Surface Reconstruction using Gaussian Surfels
Pinxuan Dai, Jiamin Xu, Wenxiang Xie, Xinguo Liu, Huamin Wang, Weiwei Xu
TL;DR
The paper presents Gaussian surfels, a point-based surface representation that flattens 3D Gaussian ellipsoids to 2D ellipses by setting the $z$-scale to $0$, aligning the local normal with the surface to improve optimization stability. It couples differentiable Gaussian splatting with a multi-term loss, including photometric, depth-normal consistency, monocular normal priors, and opacity regularization, and adds volumetric cutting and screened Poisson meshing to produce high-quality, open surfaces from multi-view images. A self-supervised depth-normal consistency loss addresses zero-gradient issues along the normal axis, while monocular priors mitigate highlight-induced ambiguities; volumetric cutting further suppresses depth artifacts. Empirical results on DTU and BlendedMVS show competitive geometry and rendering quality with faster convergence compared to implicit methods and advantages over prior Gaussian-point methods, enabling robust and open-surface reconstructions in practice.
Abstract
We propose a novel point-based representation, Gaussian surfels, to combine the advantages of the flexible optimization procedure in 3D Gaussian points and the surface alignment property of surfels. This is achieved by directly setting the z-scale of 3D Gaussian points to 0, effectively flattening the original 3D ellipsoid into a 2D ellipse. Such a design provides clear guidance to the optimizer. By treating the local z-axis as the normal direction, it greatly improves optimization stability and surface alignment. While the derivatives to the local z-axis computed from the covariance matrix are zero in this setting, we design a self-supervised normal-depth consistency loss to remedy this issue. Monocular normal priors and foreground masks are incorporated to enhance the quality of the reconstruction, mitigating issues related to highlights and background. We propose a volumetric cutting method to aggregate the information of Gaussian surfels so as to remove erroneous points in depth maps generated by alpha blending. Finally, we apply screened Poisson reconstruction method to the fused depth maps to extract the surface mesh. Experimental results show that our method demonstrates superior performance in surface reconstruction compared to state-of-the-art neural volume rendering and point-based rendering methods.
