点云上的随机游走用于特征检测 / Random Walk on Point Clouds for Feature Detection
1️⃣ 一句话总结
本文提出了一种名为RWoDSN的创新方法,通过将点云局部区域构建成一种新型圆盘采样邻域(DSN)结构,并在此结构上进行随机游走分析,从而高效、准确地从点云中提取出能完整勾勒模型形状的关键特征点,尤其在处理从尖锐到平滑、从大到小、从纹理到细节的多尺度特征上表现出色。
The points on the point clouds that can entirely outline the shape of the model are of critical importance, as they serve as the foundation for numerous point cloud processing tasks and are widely utilized in computer graphics and computer-aided design. This study introduces a novel method, RWoDSN, for extracting such feature points, incorporating considerations of sharp-to-smooth transitions, large-to-small scales, and textural-to-detailed features. We approach feature extraction as a two-stage context-dependent analysis problem. In the first stage, we propose a novel neighborhood descriptor, termed the Disk Sampling Neighborhood (DSN), which, unlike traditional spatially and geometrically invariant approaches, preserves a matrix structure while maintaining normal neighborhood relationships. In the second stage, a random walk is performed on the DSN (RWoDSN), yielding a graph-based DSN that simultaneously accounts for the spatial distribution, topological properties, and geometric characteristics of the local surface surrounding each point. This enables the effective extraction of feature points. Experimental results demonstrate that the proposed RWoDSN method achieves a recall of 0.769-22% higher than the current state-of-the-art-alongside a precision of 0.784. Furthermore, it significantly outperforms several traditional and deep-learning techniques across eight evaluation metrics.
点云上的随机游走用于特征检测 / Random Walk on Point Clouds for Feature Detection
本文提出了一种名为RWoDSN的创新方法,通过将点云局部区域构建成一种新型圆盘采样邻域(DSN)结构,并在此结构上进行随机游走分析,从而高效、准确地从点云中提取出能完整勾勒模型形状的关键特征点,尤其在处理从尖锐到平滑、从大到小、从纹理到细节的多尺度特征上表现出色。
源自 arXiv: 2604.20474