点群は、不規則性と構造化されていないという特徴があり、効率的なデータ活用と差別的な特徴抽出に課題をもたらします。この論文では、Flattening-Net と呼ばれる教師なしディープ ニューラル アーキテクチャを提示し、任意のジオメトリとトポロジの不規則な 3D ポイント クラウドを完全に規則的な 2D ポイント ジオメトリ イメージ (PGI) 構造として表現します。画像ピクセル。直感的に、Flattening-Net は、近隣の一貫性を効果的に維持しながら、局所的に滑らかな 3D から 2D サーフェスへの平坦化プロセスを暗黙的に近似します。一般的な表現モダリティとして、PGI は基になる多様体構造の固有のプロパティを本質的にエンコードし、サーフェス スタイルのポイント フィーチャの集約を容易にします。その可能性を実証するために、PGI で直接動作する統合学習フレームワークを構築して、分類、セグメンテーション、再構成、アップサンプリングなど、特定のタスク ネットワークによって駆動されるさまざまなタイプの高レベルおよび低レベルのダウンストリーム アプリケーションを実現します。広範な実験により、当社の方法が現在の最先端の競合他社に対して有利に機能することが実証されています。コードとデータは https://github.com/keeganhk/Flattening-Net で公開されます。
Point clouds are characterized by irregularity and unstructuredness, which pose challenges in efficient data exploitation and discriminative feature extraction. In this paper, we present an unsupervised deep neural architecture called Flattening-Net to represent irregular 3D point clouds of arbitrary geometry and topology as a completely regular 2D point geometry image (PGI) structure, in which coordinates of spatial points are captured in colors of image pixels. Intuitively, Flattening-Net implicitly approximates a locally smooth 3D-to-2D surface flattening process while effectively preserving neighborhood consistency. As a generic representation modality, PGI inherently encodes the intrinsic property of the underlying manifold structure and facilitates surface-style point feature aggregation. To demonstrate its potential, we construct a unified learning framework directly operating on PGIs to achieve diverse types of high-level and low-level downstream applications driven by specific task networks, including classification, segmentation, reconstruction, and upsampling. Extensive experiments demonstrate that our methods perform favorably against the current state-of-the-art competitors. We will make the code and data publicly available at https://github.com/keeganhk/Flattening-Net.