空港の滑走路のセグメンテーションは、飛行事故のリスクが最も高い着陸段階での事故率を効果的に減らすことができます。ディープ ラーニング (DL) の急速な発展に伴い、関連する方法はセグメンテーション タスクで優れたパフォーマンスを達成し、複雑なシーンにもうまく適応できます。ただし、この分野では大規模で公開されているデータセットがないため、DL に基づく方法の開発は困難です。したがって、BARS という名前の空港滑走路セグメンテーションのベンチマークを提案します。さらに、半自動のアノテーション パイプラインは、アノテーションの作業負荷を軽減するように設計されています。 BARS には、最も豊富なカテゴリとフィールド内の唯一のインスタンス アノテーションを含む最大のデータセットがあります。 X-Plane シミュレーション プラットフォームを使用して収集されたデータセットには、10,256 の画像と 3 つのカテゴリの 30,201 のインスタンスが含まれています。 BARS で 11 の代表的なインスタンス セグメンテーション方法を評価し、そのパフォーマンスを分析します。規則的な形状の空港滑走路の特性に基づいて、マスクベースおよび輪郭ベースの方法のセグメンテーション結果を平滑化するためのプラグアンドプレイ平滑化後処理モジュール (SPM) および輪郭点制約損失 (CPCL) 関数を提案します。 、 それぞれ。さらに、平滑度を測定するために、平均平滑度 (AS) という新しい評価指標が開発されました。実験は、既存のインスタンス セグメンテーション メソッドが、BARS で良好なパフォーマンスの予測結果を達成できることを示しています。 SPM と CPCL は、精度を適度に向上させながら、AS メトリックを効果的に強化できます。私たちの作品は https://github.com/c-wenhui/BARS で入手できます。
Airport runway segmentation can effectively reduce the accident rate during the landing phase, which has the largest risk of flight accidents. With the rapid development of deep learning (DL), related methods achieve good performance on segmentation tasks and can be well adapted to complex scenes. However, the lack of large-scale, publicly available datasets in this field makes the development of methods based on DL difficult. Therefore, we propose a benchmark for airport runway segmentation, named BARS. Additionally, a semiautomatic annotation pipeline is designed to reduce the annotation workload. BARS has the largest dataset with the richest categories and the only instance annotation in the field. The dataset, which was collected using the X-Plane simulation platform, contains 10,256 images and 30,201 instances with three categories. We evaluate eleven representative instance segmentation methods on BARS and analyze their performance. Based on the characteristic of an airport runway with a regular shape, we propose a plug-and-play smoothing postprocessing module (SPM) and a contour point constraint loss (CPCL) function to smooth segmentation results for mask-based and contour-based methods, respectively. Furthermore, a novel evaluation metric named average smoothness (AS) is developed to measure smoothness. The experiments show that existing instance segmentation methods can achieve prediction results with good performance on BARS. SPM and CPCL can effectively enhance the AS metric while modestly improving accuracy. Our work will be available at https://github.com/c-wenhui/BARS.