CVSep 2, 2024

OCMG-Net: Neural Oriented Normal Refinement for Unstructured Point Clouds

arXiv:2409.01100v1h-index: 15Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of accurate and efficient normal estimation for point clouds, which is incremental but important for applications in computer vision and robotics.

The paper tackles the problem of estimating oriented normals from unstructured point clouds by introducing a robust refinement method that balances efficiency and accuracy, achieving superior performance in both unoriented and oriented normal estimation tasks across synthetic and real-world datasets.

We present a robust refinement method for estimating oriented normals from unstructured point clouds. In contrast to previous approaches that either suffer from high computational complexity or fail to achieve desirable accuracy, our novel framework incorporates sign orientation and data augmentation in the feature space to refine the initial oriented normals, striking a balance between efficiency and accuracy. To address the issue of noise-caused direction inconsistency existing in previous approaches, we introduce a new metric called the Chamfer Normal Distance, which faithfully minimizes the estimation error by correcting the annotated normal with the closest point found on the potentially clean point cloud. This metric not only tackles the challenge but also aids in network training and significantly enhances network robustness against noise. Moreover, we propose an innovative dual-parallel architecture that integrates Multi-scale Local Feature Aggregation and Hierarchical Geometric Information Fusion, which enables the network to capture intricate geometric details more effectively and notably reduces ambiguity in scale selection. Extensive experiments demonstrate the superiority and versatility of our method in both unoriented and oriented normal estimation tasks across synthetic and real-world datasets among indoor and outdoor scenarios. The code is available at https://github.com/YingruiWoo/OCMG-Net.git.

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