Two Models for Surface Segmentation using the Total Variation of the Normal Vector
Lukas Baumgärtner, Ronny Bergmann, Roland Herzog, Stephan Schmidt, Manuel Weiß
TL;DR
This paper compares two variational models for segmenting triangulated surfaces based on the surface normal field. It contrasts assignment-space TV (A-TV), which regularizes the assignment φ on the simplex, with label-space TV (L-TV), which regularizes the nonlinear mixture of labels via the sphere using a Riemannian center of mass. A CP-based method solves A-TV efficiently, while a specialized ADMM framework solves L-TV, including subproblems on triangles, edges, and the global center of mass. Experiments on unit-sphere and fandisk meshes show that L-TV achieves higher labeling accuracy and more complete use of available labels, particularly in regions of constant curvature, but at substantially higher computational cost. The work highlights a trade-off between segmentation quality and computational burden and points to future acceleration of the Riemannian center-of-mass subproblem.
Abstract
We consider the problem of surface segmentation, where the goal is to partition a surface represented by a triangular mesh. The segmentation is based on the similarity of the normal vector field to a given set of label vectors. We propose a variational approach and compare two different regularizers, both based on a total variation measure. The first regularizer penalizes the total variation of the assignment function directly, while the second regularizer penalizes the total variation in the label space. In order to solve the resulting optimization problems, we use variations of the split Bregman (ADMM) iteration adapted to the problem at hand. While computationally more expensive, the second regularizer yields better results in our experiments, in particular it removes noise more reliably in regions of constant curvature.
