Semi-sparsity Generalization for Variational Mesh Denoising
Junqing Huang, Haihui Wang, Michael Ruzhansky
TL;DR
The paper addresses the challenge of denoising 3D mesh surfaces while preserving sharp features and smooth regions on irregular triangulated meshes. It introduces a variational framework that employs semi-sparsity priors, discretizes higher-order operators on meshes, and uses a two-stage approach: first refine face normals via a semi-sparsity regularization, then update vertex positions, with a multi-block ADMM solver that yields closed-form subproblems. Key contributions include designing a semi-sparsity normal estimation model with dynamic edge/line weights, an efficient three-block ADMM algorithm with soft/hard thresholding for subproblems, and a shape-preserving vertex update; extensive experiments demonstrate superior or competitive performance against state-of-the-art methods on CAD, non-CAD, and scanned data. The method achieves robust feature preservation and smooth surface recovery, offering a practical denoising pipeline for geometry processing and potential extensions to other geometry tasks.
Abstract
In this paper, we propose a new variational framework for 3D surface denoising over triangulated meshes, which is inspired by the success of semi-sparse regularization in image processing. Differing from the uniformly sampled image data, mesh surfaces are typically represented by irregular, non-uniform structures, which thus complicate the direct application of the standard formulation and pose challenges in both model design and numerical implementation. To bridge this gap, we first introduce the discrete approximations of higher-order differential operators over triangle meshes and then develop a semi-sparsity regularized minimization model for mesh denoising. This new model is efficiently solved by using a multi-block alternating direction method of multipliers (ADMM) and achieves high-quality simultaneous fitting performance -- preserving sharp features while promoting piecewise-polynomial smoothing surfaces. To verify its effectiveness, we also present a series of experimental results on both synthetic and real scanning data, showcasing the competitive and superior results compared to state-of-the-art methods, both visually and quantitatively.
