AICurious Logo

What is: DIoU-NMS?

SourceDistance-IoU Loss: Faster and Better Learning for Bounding Box Regression
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

DIoU-NMS is a type of non-maximum suppression where we use Distance IoU rather than regular DIoU, in which the overlap area and the distance between two central points of bounding boxes are simultaneously considered when suppressing redundant boxes.

In original NMS, the IoU metric is used to suppress the redundant detection boxes, where the overlap area is the unique factor, often yielding false suppression for the cases with occlusion. With DIoU-NMS, we not only consider the overlap area but also central point distance between two boxes.