Farthest sampling segmentation of triangulated surfaces
Victoria Hern\'andez-Mederos, Dimas Mart\'inez, Jorge, Estrada-Sarlabous, Valia Guerra-Ones

TL;DR
Farthest Sampling Segmentation (FSS) is a computationally efficient method for segmenting triangulated surfaces by sampling farthest triangles and applying k-means, achieving high-quality results with less than 10% of the affinity matrix.
Contribution
The paper introduces FSS, a novel segmentation approach that reduces computational cost by sampling farthest triangles and avoids eigendecomposition, maintaining accuracy.
Findings
FSS achieves segmentation quality comparable to full matrix methods.
Less than 10% of the affinity matrix columns suffice for accurate segmentation.
The method is flexible and parameter-free, handling various metrics.
Abstract
In this paper we introduce Farthest Sampling Segmentation (FSS), a new method for segmentation of triangulated surfaces, which consists of two fundamental steps: the computation of a submatrix of the affinity matrix and the application of the k-means clustering algorithm to the rows of . The submatrix is obtained computing the affinity between all triangles and only a few special triangles: those which are farthest in the defined metric. This is equivalent to select a sample of columns of without constructing it completely. The proposed method is computationally cheaper than other segmentation algorithms, since it only calculates few columns of and it does not require the eigendecomposition of or of any submatrix of . We prove that the orthogonal projection of on the space generated by the columns of coincides with the orthogonal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDigital Image Processing Techniques · 3D Shape Modeling and Analysis · Computer Graphics and Visualization Techniques
Methodsk-Means Clustering
