Skip to main content
QUICK REVIEW

[論文レビュー] SIoU Loss: More Powerful Learning for Bounding Box Regression

Zhora Gevorgyan|arXiv (Cornell University)|May 25, 2022
Advanced Neural Network Applications被引用数 563
ひとこと要約

SIoU は予測ボックスとグラウンドトゥルー ボックスのミスマッチの方向性を考慮した境界ボックス回帰の損失を導入し、学習速度と精度を向上させる。

ABSTRACT

The effectiveness of Object Detection, one of the central problems in computer vision tasks, highly depends on the definition of the loss function - a measure of how accurately your ML model can predict the expected outcome. Conventional object detection loss functions depend on aggregation of metrics of bounding box regression such as the distance, overlap area and aspect ratio of the predicted and ground truth boxes (i.e. GIoU, CIoU, ICIoU etc). However, none of the methods proposed and used to date considers the direction of the mismatch between the desired ground box and the predicted, "experimental" box. This shortage results in slower and less effective convergence as the predicted box can "wander around" during the training process and eventually end up producing a worse model. In this paper a new loss function SIoU was suggested, where penalty metrics were redefined considering the angle of the vector between the desired regression. Applied to conventional Neural Networks and datasets it is shown that SIoU improves both the speed of training and the accuracy of the inference. The effectiveness of the proposed loss function was revealed in a number of simulations and tests.

研究の動機と目的

  • 物体検出のための境界ボックス回帰損失の改善を促す。
  • ボックス間のミスマッチ方向を無視する既存損失の限界に対処する。
  • 予測ボックスとグラウンドトゥルー間の角度を用いてペナルティを再定義するSIoU損失を提案する。
  • 標準データセット上で学習速度と推論精度の改善を実証する。

提案手法

  • 予測ボックスからグラウンドトゥルー ボックスへのベクトルの角度を取り入れたペナルティ項を用いてSIoU損失を定義する。
  • 距離、オーバーラップ、アスペクト比の考慮を方向情報を含むよう再定義する。
  • 標準的な物体検出用ニューラルネットワークへSIoUを統合し、一般的なデータセットで評価する。
  • GIoU、CIoU、ICIoUなど従来の損失と収束速度と精度を比較する。

実験結果

リサーチクエスチョン

  • RQ1回帰損失に方向情報を組み込むと、訓練中の収束を加速しますか?
  • RQ2SIoU は既存の損失と比較して境界ボックス回帰の精度を向上させますか?
  • RQ3SIoU は典型的な物体検出パイプラインの推論性能にどのような影響を与えますか?

主な発見

  • SIoUは従来の損失と比べて訓練効率を向上させる。
  • 実証的なテストで境界ボックス予測の精度を高める。
  • 方向性ペナルティが最適化の収束を速める。
  • この手法は従来のニューラルネット検出器とデータセットと互換性がある。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。