CVJan 22, 2025

MorphoSkel3D: Morphological Skeletonization of 3D Point Clouds for Informed Sampling in Object Classification and Retrieval

arXiv:2501.12974v11 citationsh-index: 253DV
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and accurate point cloud sampling in computer vision applications, though it appears incremental as it builds on existing skeletonization ideas with a rule-based approach.

The paper tackled the problem of sampling 3D point clouds for object classification and retrieval by introducing MorphoSkel3D, a morphological skeletonization technique that guides sampling with geometrical priors, resulting in improved accuracy on ModelNet and ShapeNet datasets under various sampling ratios.

Point clouds are a set of data points in space to represent the 3D geometry of objects. A fundamental step in the processing is to identify a subset of points to represent the shape. While traditional sampling methods often ignore to incorporate geometrical information, recent developments in learning-based sampling models have achieved significant levels of performance. With the integration of geometrical priors, the ability to learn and preserve the underlying structure can be enhanced when sampling. To shed light into the shape, a qualitative skeleton serves as an effective descriptor to guide sampling for both local and global geometries. In this paper, we introduce MorphoSkel3D as a new technique based on morphology to facilitate an efficient skeletonization of shapes. With its low computational cost, MorphoSkel3D is a unique, rule-based algorithm to benchmark its quality and performance on two large datasets, ModelNet and ShapeNet, under different sampling ratios. The results show that training with MorphoSkel3D leads to an informed and more accurate sampling in the practical application of object classification and point cloud retrieval.

Code Implementations1 repo
Foundations

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

Your Notes