CVNov 17, 2022

EPCS: Endpoint-based Part-aware Curve Skeleton Extraction for Low-quality Point Clouds

arXiv:2211.09488v23 citationsh-index: 8
AI Analysis

This work addresses a domain-specific challenge in computer graphics and vision for applications like model segmentation, but it is incremental as it builds on existing skeleton extraction techniques.

The authors tackled the problem of extracting curve skeletons from low-quality point clouds by proposing the EPCS method, which uses endpoint detection and part-aware processing to achieve robust and efficient results, as verified by comparisons with state-of-the-art methods.

The curve skeleton is an important shape descriptor that has been utilized in various applications in computer graphics, machine vision, and artificial intelligence. In this study, the endpoint-based part-aware curve skeleton (EPCS) extraction method for low-quality point clouds is proposed. The novel random center shift (RCS) method is first proposed for detecting the endpoints on point clouds. The endpoints are used as the initial seed points for dividing each part into layers, and then the skeletal points are obtained by computing the center points of the oriented bounding box (OBB) of the layers. Subsequently, the skeletal points are connected, thus forming the branches. Furthermore, the multi-vector momentum-driven (MVMD) method is also proposed for locating the junction points that connect the branches. Due to the shape differences between different parts on point clouds, the global topology of the skeleton is finally optimized by removing the redundant junction points, re-connecting some branches using the proposed MVMD method, and applying an interpolation method based on the splitting operator. Consequently, a complete and smooth curve skeleton is achieved. The proposed EPCS method is compared with several state-of-the-art methods, and the experimental results verify its robustness, effectiveness, and efficiency. Furthermore, the skeleton extraction and model segmentation results on the point clouds of broken Terracotta also highlight the utility of the proposed method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes