Liu Zheng, Zhao Yaowu, Zhan Sijing, Liu Yuanyuan, Chen Renjie, He Ying
IEEE Trans Vis Comput Graph. 2024 Aug;30(8):5419-5436. doi: 10.1109/TVCG.2023.3292464. Epub 2024 Jul 1.
Point cloud denoising is a fundamental and challenging problem in geometry processing. Existing methods typically involve direct denoising of noisy input or filtering raw normals followed by point position updates. Recognizing the crucial relationship between point cloud denoising and normal filtering, we re-examine this problem from a multitask perspective and propose an end-to-end network called PCDNF for joint normal filtering-based point cloud denoising. We introduce an auxiliary normal filtering task to enhance the network's ability to remove noise while preserving geometric features more accurately. Our network incorporates two novel modules. First, we design a shape-aware selector to improve noise removal performance by constructing latent tangent space representations for specific points, taking into account learned point and normal features as well as geometric priors. Second, we develop a feature refinement module to fuse point and normal features, capitalizing on the strengths of point features in describing geometric details and normal features in representing geometric structures, such as sharp edges and corners. This combination overcomes the limitations of each feature type and better recovers geometric information. Extensive evaluations, comparisons, and ablation studies demonstrate that the proposed method outperforms state-of-the-art approaches in both point cloud denoising and normal filtering.
点云去噪是几何处理中的一个基本且具有挑战性的问题。现有方法通常包括对有噪声的输入进行直接去噪或对原始法线进行滤波,然后更新点的位置。认识到点云去噪与法线滤波之间的关键关系,我们从多任务角度重新审视这个问题,并提出了一种名为PCDNF的端到端网络,用于基于联合法线滤波的点云去噪。我们引入了一个辅助法线滤波任务,以增强网络在更准确地保留几何特征的同时去除噪声的能力。我们的网络包含两个新颖的模块。首先,我们设计了一个形状感知选择器,通过为特定点构建潜在切线空间表示来提高去噪性能,同时考虑学到的点和法线特征以及几何先验知识。其次,我们开发了一个特征细化模块来融合点和法线特征,利用点特征在描述几何细节方面的优势以及法线特征在表示几何结构(如尖锐边缘和角)方面的优势。这种结合克服了每种特征类型的局限性,更好地恢复了几何信息。广泛的评估、比较和消融研究表明,所提出的方法在点云去噪和法线滤波方面均优于现有方法。