ポイント法線は、3Dオブジェクトの固有の幾何学的プロパティとして、表面の統合や再構築などの従来の幾何学的タスクを提供するだけでなく、形状分析と生成のための最先端の学習ベースの手法も容易にします。この論文では、ノイズの多い点群の正確な法線を予測するために、Refine-Netと呼ばれる法線リファインメントネットワークを提案します。従来の通常の推定の知恵は、表面の形状やノイズ分布などの事前条件に大きく依存しますが、学習ベースのソリューションは、単一のタイプの手作りの機能に対応します。これとは異なり、私たちのネットワークは、複数の特徴表現から追加情報を抽出することにより、各ポイントの初期法線を改良するように設計されています。この目的のために、いくつかの機能モジュールが開発され、新しい接続モジュールによってRefine-Netに組み込まれています。 Refine-Netの全体的なネットワークアーキテクチャに加えて、ジオメトリドメインの知識を吸収することにより、初期正規推定のための新しいマルチスケールフィッティングパッチ選択スキームを提案します。また、Refine-Netは一般的な法線推定フレームワークです。1)他の方法から取得した点法線をさらに改良でき、2)表面の幾何学的構造に関連する機能モジュールをフレームワークに統合できる可能性があります。定性的および定量的評価は、合成データセットと実際にスキャンされたデータセットの両方で、最先端のデータセットよりもRefine-Netが明らかに優れていることを示しています。私たちのコードはhttps://github.com/hrzhou2/refinenetで入手できます。
Point normal, as an intrinsic geometric property of 3D objects, not only serves conventional geometric tasks such as surface consolidation and reconstruction, but also facilitates cutting-edge learning-based techniques for shape analysis and generation. In this paper, we propose a normal refinement network, called Refine-Net, to predict accurate normals for noisy point clouds. Traditional normal estimation wisdom heavily depends on priors such as surface shapes or noise distributions, while learning-based solutions settle for single types of hand-crafted features. Differently, our network is designed to refine the initial normal of each point by extracting additional information from multiple feature representations. To this end, several feature modules are developed and incorporated into Refine-Net by a novel connection module. Besides the overall network architecture of Refine-Net, we propose a new multi-scale fitting patch selection scheme for the initial normal estimation, by absorbing geometry domain knowledge. Also, Refine-Net is a generic normal estimation framework: 1) point normals obtained from other methods can be further refined, and 2) any feature module related to the surface geometric structures can be potentially integrated into the framework. Qualitative and quantitative evaluations demonstrate the clear superiority of Refine-Net over the state-of-the-arts on both synthetic and real-scanned datasets. Our code is available at https://github.com/hrzhou2/refinenet.