TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/NMS Strikes Back

NMS Strikes Back

Jeffrey Ouyang-Zhang, Jang Hyun Cho, Xingyi Zhou, Philipp Krähenbühl

2022-12-12Attributeobject-detectionObject Detection
PaperPDFCode(official)

Abstract

Detection Transformer (DETR) directly transforms queries to unique objects by using one-to-one bipartite matching during training and enables end-to-end object detection. Recently, these models have surpassed traditional detectors on COCO with undeniable elegance. However, they differ from traditional detectors in multiple designs, including model architecture and training schedules, and thus the effectiveness of one-to-one matching is not fully understood. In this work, we conduct a strict comparison between the one-to-one Hungarian matching in DETRs and the one-to-many label assignments in traditional detectors with non-maximum supervision (NMS). Surprisingly, we observe one-to-many assignments with NMS consistently outperform standard one-to-one matching under the same setting, with a significant gain of up to 2.5 mAP. Our detector that trains Deformable-DETR with traditional IoU-based label assignment achieved 50.2 COCO mAP within 12 epochs (1x schedule) with ResNet50 backbone, outperforming all existing traditional or transformer-based detectors in this setting. On multiple datasets, schedules, and architectures, we consistently show bipartite matching is unnecessary for performant detection transformers. Furthermore, we attribute the success of detection transformers to their expressive transformer architecture. Code is available at https://github.com/jozhang97/DETA.

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5080.4DETA (Swin-L)
Object DetectionCOCO test-devAP7570.2DETA (Swin-L)
Object DetectionCOCO test-devAPL76.9DETA (Swin-L)
Object DetectionCOCO test-devAPM66.9DETA (Swin-L)
Object DetectionCOCO test-devAPS46.1DETA (Swin-L)
Object DetectionCOCO test-devbox mAP63.5DETA (Swin-L)
Object DetectionCOCO-OAverage mAP48.5DETA (Swin-L)
Object DetectionCOCO-OEffective Robustness20.15DETA (Swin-L)
3DCOCO test-devAP5080.4DETA (Swin-L)
3DCOCO test-devAP7570.2DETA (Swin-L)
3DCOCO test-devAPL76.9DETA (Swin-L)
3DCOCO test-devAPM66.9DETA (Swin-L)
3DCOCO test-devAPS46.1DETA (Swin-L)
3DCOCO test-devbox mAP63.5DETA (Swin-L)
3DCOCO-OAverage mAP48.5DETA (Swin-L)
3DCOCO-OEffective Robustness20.15DETA (Swin-L)
2D ClassificationCOCO test-devAP5080.4DETA (Swin-L)
2D ClassificationCOCO test-devAP7570.2DETA (Swin-L)
2D ClassificationCOCO test-devAPL76.9DETA (Swin-L)
2D ClassificationCOCO test-devAPM66.9DETA (Swin-L)
2D ClassificationCOCO test-devAPS46.1DETA (Swin-L)
2D ClassificationCOCO test-devbox mAP63.5DETA (Swin-L)
2D ClassificationCOCO-OAverage mAP48.5DETA (Swin-L)
2D ClassificationCOCO-OEffective Robustness20.15DETA (Swin-L)
2D Object DetectionCOCO test-devAP5080.4DETA (Swin-L)
2D Object DetectionCOCO test-devAP7570.2DETA (Swin-L)
2D Object DetectionCOCO test-devAPL76.9DETA (Swin-L)
2D Object DetectionCOCO test-devAPM66.9DETA (Swin-L)
2D Object DetectionCOCO test-devAPS46.1DETA (Swin-L)
2D Object DetectionCOCO test-devbox mAP63.5DETA (Swin-L)
2D Object DetectionCOCO-OAverage mAP48.5DETA (Swin-L)
2D Object DetectionCOCO-OEffective Robustness20.15DETA (Swin-L)
16kCOCO test-devAP5080.4DETA (Swin-L)
16kCOCO test-devAP7570.2DETA (Swin-L)
16kCOCO test-devAPL76.9DETA (Swin-L)
16kCOCO test-devAPM66.9DETA (Swin-L)
16kCOCO test-devAPS46.1DETA (Swin-L)
16kCOCO test-devbox mAP63.5DETA (Swin-L)
16kCOCO-OAverage mAP48.5DETA (Swin-L)
16kCOCO-OEffective Robustness20.15DETA (Swin-L)

Related Papers

A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17MGFFD-VLM: Multi-Granularity Prompt Learning for Face Forgery Detection with VLM2025-07-16Non-Adaptive Adversarial Face Generation2025-07-16Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Attributes Shape the Embedding Space of Face Recognition Models2025-07-15