paper-with-me

홈 › Papers

Farthest sampling segmentation of triangulated surfaces

2020-12-01 · Victoria Hernández-Mederos, Dimas Martínez, Jorge Estrada-Sarlabous, Valia Guerra-Ones

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 $W^k$ of the affinity matrix $W$ and the application of the k-means clustering algorithm to the rows of $W^k$. The submatrix $W^k$ 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 $W$ without constructing it completely. The proposed method is computationally cheaper than other segmentation algorithms, since it only calculates few columns of $W$ and it does not require the eigendecomposition of $W$ or of any submatrix of $W$. We prove that the orthogonal projection of $W$ on the space generated by the columns of $W^k$ coincides with the orthogonal projection of $W$ on the space generated by the $k$ eigenvectors computed by Nystr\"om's method using the columns of $W^k$ as a sample of $W$. Further, it is shown that for increasing size $k$, the proximity relationship among the rows of $W^k$ tends to faithfully reflect the proximity among the corresponding rows of $W$. The FSS method does not depend on parameters that must be tuned by hand and it is very flexible, since it can handle any metric to define the distance between triangles. Numerical experiments with several metrics and a large variety of 3D triangular meshes show that the segmentations obtained computing less than the 10% of columns $W$ are as good as those obtained from clustering the rows of the full matrix $W$.

📄 PDF Abstract BibTeX arXiv:2012.00478

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringSegmentation

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Computation of Circular Area and Spherical Volume Invariants via Boundary Integrals

2019-05-06 · Riley O'Neill, Pedro Angulo-Umana, Jeff Calder, Bo Hessburg 외

We show how to compute the circular area invariant of planar curves, and the spherical volume invariant of surfaces, in terms of line and surface integrals, respectively. We use the Divergence Theorem to express the area…

An Adjustable Farthest Point Sampling Method for Approximately-sorted Point Cloud Data

2022-08-18 · Jingtao Li, Jian Zhou, Yan Xiong, Xing Chen 외

Sampling is an essential part of raw point cloud data processing such as in the popular PointNet++ scheme. Farthest Point Sampling (FPS), which iteratively samples the farthest point and performs distance updating, is on…

2k

Grid-GCN for Fast and Scalable Point Cloud Learning

2019-12-06 · CVPR 2020 6 · Qiangeng Xu, Xudong Sun, Cho-Ying Wu, Panqu Wang 외

Due to the sparsity and irregularity of the point cloud data, methods that directly consume points have become popular. Among all point-based models, graph convolutional networks (GCN) lead to notable performance by full…

Point Cloud Classification

Task-Aware Sampling Layer for Point-Wise Analysis

2021-07-09 · Yiqun Lin, Lichang Chen, Haibin Huang, Chongyang Ma 외

Sampling, grouping, and aggregation are three important components in the multi-scale analysis of point clouds. In this paper, we present a novel data-driven sampler learning strategy for point-wise analysis tasks. Unlik…

Keypoint DetectionPoint Cloud CompletionSegmentation

EipFormer: Emphasizing Instance Positions in 3D Instance Segmentation

2023-12-09 · Mengnan Zhao, Lihe Zhang, Yuqiu Kong, BaoCai Yin

3D instance segmentation plays a crucial role in comprehending 3D scenes. Despite recent advancements in this field, existing approaches exhibit certain limitations. These methods often rely on fixed instance positions o…

3D Instance SegmentationInstance SegmentationPositionSemantic Segmentation