コンピューティングに適した IoU ベースの損失が容易に採用され、検出メトリクスにうまく適合する、十分に開発された水平オブジェクト検出領域とは異なります。対照的に、回転検出器は多くの場合、勾配ベースのトレーニングに適していない SkewIoU に基づくより複雑な損失を伴います。本稿では、主に 2 つの項目からなるガウス モードとカルマン フィルターに基づく効果的な近似 SkewIoU 損失を提案します。最初の項は、スケールに依存しない中心点の損失です。これは、境界ボックス間の中心点をすばやく近づけて、2 番目の項を支援するために使用されます。距離に依存しない第 2 項では、カルマン フィルターが採用され、その定義により SkewIoU のメカニズムを本質的に模倣し、特定の距離内 (つまり 9 ピクセル以内) でトレンド レベルの SkewIoU 損失との整合性を示します。これは、最近のガウス モデリング ベースの回転検出器 (GWD 損失や KLD 損失など) とは対照的です。 これらは、データセットと検出器間で異なる追加のハイパーパラメーター調整を必要とする、人間が指定した分布距離メトリックを含みます。結果として得られる KFIoU 損失と呼ばれる新しい損失は、完全な微分可能性と重複しないケースを処理する能力のおかげで、実装が容易で、正確な SkewIoU 損失と比較してうまく機能します。さらに、2-D 検出と同じ問題に悩まされている 3-D ケースにこの手法を拡張します。さまざまな基本検出器を使用したさまざまな公開データセット (2-D/3-D、航空/テキスト/顔画像) に関する広範な結果は、私たちのアプローチの有効性を示しています。
Differing from the well-developed horizontal object detection area whereby the computing-friendly IoU based loss is readily adopted and well fits with the detection metrics. In contrast, rotation detectors often involve a more complicated loss based on SkewIoU which is unfriendly to gradient-based training. In this paper, we propose an effective approximate SkewIoU loss based on Gaussian modeing and Kalman filter, which mainly consists of two items. The first term is a scale-insensitive center point loss, which is used to quickly get the center points between bounding boxes closer to assist the second term. In the distance-independent second term, Kalman filter is adopted to inherently mimic the mechanism of SkewIoU by its definition, and show its alignment with the SkewIoU loss at trend-level within a certain distance (i.e. within 9 pixels). This is in contrast to recent Gaussian modeling based rotation detectors e.g. GWD loss and KLD loss that involve a human-specified distribution distance metric which require additional hyperparameter tuning that vary across datasets and detectors. The resulting new loss called KFIoU loss is easier to implement and works better compared with exact SkewIoU loss, thanks to its full differentiability and ability to handle the non-overlapping cases. We further extend our technique to the 3-D case which also suffers from the same issues as 2-D detection. Extensive results on various public datasets (2-D/3-D, aerial/text/face images) with different base detectors show the effectiveness of our approach.