この論文では、3D点群の点ごとのセマンティックセグメンテーションを実現するために、PASS3Dを提案します。私たちのフレームワークは、従来の幾何学的手法の効率性と2つのステージで構成されるディープラーニングメソッドの堅牢性を組み合わせています:ステージ1では、加速クラスター提案アルゴリズムは、地面のない点群をセグメント化することで洗練されたクラスター提案を生成し、非常に短い時間での再現率が高い。ステージ2では、これらの提案を増幅してさらに処理し、ニューラルネットワークで各ポイントの意味ラベルを推定します。その一方で、特に非剛体オブジェクトのすべてのカテゴリに対するネットワークの認識能力を強化する新しいデータ拡張方法を提案します。 KITTIの生データセットで評価されたPASS3Dは、一部の結果で最先端の技術と比較して際立っており、自動運転システムでの3D知覚に適しています。私たちのソースコードはオープンソースになります。ビデオデモはhttps://www.youtube.com/watch?v=cukEqDuP_Qwで入手できます。
In this paper, we propose PASS3D to achieve point-wise semantic segmentation for 3D point cloud. Our framework combines the efficiency of traditional geometric methods with robustness of deep learning methods, consisting of two stages: At stage-1, our accelerated cluster proposal algorithm will generate refined cluster proposals by segmenting point clouds without ground, capable of generating less redundant proposals with higher recall in an extremely short time; stage-2 we will amplify and further process these proposals by a neural network to estimate semantic label for each point and meanwhile propose a novel data augmentation method to enhance the network's recognition capability for all categories especially for non-rigid objects. Evaluated on KITTI raw dataset, PASS3D stands out against the state-of-the-art on some results, making itself competent to 3D perception in autonomous driving system. Our source code will be open-sourced. A video demonstration is available at https://www.youtube.com/watch?v=cukEqDuP_Qw.