自動運転の場合、レーダー センサーは気象条件に関係なく優れた信頼性を提供するだけでなく、非常に長い検出範囲を提供します。レーダー スキャンに基づく環境認識のための最先端のアルゴリズムは、メモリと計算の点でコストがかかるディープ ニューラル ネットワーク アーキテクチャに基づいて構築されています。ただし、レーダー スキャンを点群として処理することにより、この点で効率の向上を実現できます。畳み込みニューラル ネットワークは、画像などの通常のデータ形式のパターン認識では優れたパフォーマンスを示しますが、点群として表されるレーダー検出の領域では畳み込みの概念がまだ完全に確立されていません。点群を畳み込む際の主な課題は、点群の不規則で順序のないデータ形式と、それに関連する順列の分散にあります。したがって、PointCNN によって導入された深層学習ベースの方法を適用します。これは、グループ化されたレーダー検出に重みを付けて並べ替え、結果として得られる並べ替え不変クラスターを畳み込みできるようにします。さらに、距離依存のクラスタリングと入力点群の前処理を通じて、このアルゴリズムをレーダー固有の特性にさらに適応させます。最後に、レーダー点群のセマンティック セグメンテーションのタスクに関して、私たちのネットワークが PointNet++ に基づく最先端のアプローチよりも優れていることを示します。
For autonomous driving, radar sensors provide superior reliability regardless of weather conditions as well as a significantly high detection range. State-of-the-art algorithms for environment perception based on radar scans build up on deep neural network architectures that can be costly in terms of memory and computation. By processing radar scans as point clouds, however, an increase in efficiency can be achieved in this respect. While Convolutional Neural Networks show superior performance on pattern recognition of regular data formats like images, the concept of convolutions is not yet fully established in the domain of radar detections represented as point clouds. The main challenge in convolving point clouds lies in their irregular and unordered data format and the associated permutation variance. Therefore, we apply a deep-learning based method introduced by PointCNN that weights and permutes grouped radar detections allowing the resulting permutation invariant cluster to be convolved. In addition, we further adapt this algorithm to radar-specific properties through distance-dependent clustering and pre-processing of input point clouds. Finally, we show that our network outperforms state-of-the-art approaches that are based on PointNet++ on the task of semantic segmentation of radar point clouds.