NMS Suppression Graph: 2D Arc Diagram of Greedy Box Filtering

The 3D version of this simulation renders a cloud of overlapping detector proposal boxes as extruded bars over a ground plane. This 2D companion keeps the exact same detector model and the exact same greedy Non-Maximum Suppression loop — same IoU formula, same confidence/IoU thresholds, same sort-then-suppress order — but represents it natively in the plane as a sorted arc diagram: one row per candidate box, ranked by confidence, with overlap arcs revealing which boxes suppress which as the greedy loop walks down the list.