Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Accurate IoU computation for rotated bounding boxes in R2 and R3
Ist Teil von
Machine vision and applications, 2021-11, Vol.32 (6)
Ort / Verlag
Berlin/Heidelberg: Springer Berlin Heidelberg
Erscheinungsjahr
2021
Quelle
Alma/SFX Local Collection
Beschreibungen/Notizen
In object detection, the Intersection over Union (
IoU
) is the most popular criterion used to validate the performance of an object detector on the testing object dataset, or to compare the performances of various object detectors on a common object dataset. The calculation of this criterion requires the determination of the overlapping area between two bounding boxes. If these latter are axis-aligned (or horizontal), then the exact calculation of their overlapping area is simple. But if these bounding boxes are rotated (or oriented), then the exact calculation of their overlapping area is laborious. Many rotated objects detectors have been developed using heuristics to approximate
IoU
between two rotated bounding boxes. We have shown, through counterexamples, that these heuristics are not efficient in the sense that they can lead to false positive or false negative detection, which can bias the performance of comparative studies between object detectors. In this paper, we develop a method to calculate exact value of
IoU
between two rotated bounding boxes. Moreover, we present an
(
ϵ
,
α
)
-estimator
IoU
^
of
IoU
that satisfies
Pr
(
|
IoU
^
-
IoU
|
≤
IoU
ϵ
)
≥
1
-
α
. We also generalize the exact computing method and the
(
ϵ
,
α
)
-estimator of
IoU
, to three-dimensional bounding boxes. Finally, we carry out many numerical experiments in
R
2
and
R
3
, in order to test the exact method of calculating the
IoU
, and to compare the efficiency of the
(
ϵ
,
α
)
-estimator with respect to heuristic estimates of
IoU
. Numerical study shows that the
(
ϵ
,
α
)
-estimator is distinguished by both precision and simplicity of implementation, while the exact calculation method is distinguished by both precision and speed.