LiDARパノプティコンセグメンテーションは、自動運転のために新たに提案された技術的タスクです。一般的なエンドツーエンドの深層学習ソリューションとは対照的に、セマンティック情報を抽出する既存のセマンティックセグメンテーションネットワークと、各インスタンスオブジェクトを分割する従来のLiDARポイントクラウドクラスターアルゴリズムを使用したハイブリッド手法を提案します。 SemanticKITTIデータセットのパノプティコンセグメンテーションリーダーボードで公開されているすべてのエンドツーエンドのディープラーニングソリューションの中で最先端のパフォーマンスを示すことにより、ジオメトリベースの従来のクラスタリングアルゴリズムを検討する価値があると主張します。私たちの知る限り、クラスタリングアルゴリズムを使用して点群パノプティコンセグメンテーションを試みたのは私たちが初めてです。したがって、新しいモデルに取り組む代わりに、4つの典型的なクラスター手法を実装することにより、このペーパーで包括的な技術調査を行い、ベンチマークでそれらのパフォーマンスを報告します。これらの4つのクラスター方式は、リアルタイムの実行速度を備えた最も代表的な方式です。これらは、このペーパーではC ++で実装され、既存のディープラーニングフレームワークとシームレスに統合するためのPython関数としてラップされています。この問題に関心があるかもしれない仲間の研究者のためにコードをリリースします。
LiDAR panoptic segmentation is a newly proposed technical task for autonomous driving. In contrast to popular end-to-end deep learning solutions, we propose a hybrid method with an existing semantic segmentation network to extract semantic information and a traditional LiDAR point cloud cluster algorithm to split each instance object. We argue geometry-based traditional clustering algorithms are worth being considered by showing a state-of-the-art performance among all published end-to-end deep learning solutions on the panoptic segmentation leaderboard of the SemanticKITTI dataset. To our best knowledge, we are the first to attempt the point cloud panoptic segmentation with clustering algorithms. Therefore, instead of working on new models, we give a comprehensive technical survey in this paper by implementing four typical cluster methods and report their performances on the benchmark. Those four cluster methods are the most representative ones with real-time running speed. They are implemented with C++ in this paper and then wrapped as a python function for seamless integration with the existing deep learning frameworks. We release our code for peer researchers who might be interested in this problem.