Switch language한국어
Back to the list

MDS-DETR: DETR with Masked Duplicate Suppressor

TL;DR AI

Key summary

2 min read
  1. Researchers introduced MDS-DETR, a DETR-style object detector that combines one-to-one and one-to-many supervision in a single decoder.

  2. It uses confidence-based causal masking to suppress duplicate predictions during decoding, improving recall and precision.

  3. On MS COCO, MDS-DETR outperformed several DETR variants, including Deformable-DETR, MS-DETR, and Relation-DETR, with only modest training overhead.

  4. The approach improves convergence and accuracy without adding auxiliary decoders, making end-to-end deployment cleaner and more efficient.

Read the original