Concept

Non-Maximum Suppression (NMS)

When an object detection model generates numerous anchor boxes, it often outputs multiple predicted bounding boxes that surround the same underlying object, leading to significant overlap and redundancy. To simplify the output and ensure each object is detected only once, a technique known as non-maximum suppression (NMS) is employed. NMS merges or suppresses similar predicted bounding boxes that belong to the same object by retaining only the highest-confidence predictions and discarding the overlapping duplicates.

0

1

Updated 2026-05-21

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L