MI-DETR: An Object Detection Model with Multi-time Inquiries Mechanism
Zhixiong Nan, Xianghong Li, Jifeng Dai, Tao Xiang
TL;DR
The paper tackles limited feature utilization in DETR-like detectors caused by cascaded decoders. It introduces MI-DETR, a parallel Multi-time Inquiries framework with U-like Feature Interaction to let object queries learn multiple patterns from multi-layer image features. Across COCO experiments with ResNet-50 and Swin-L backbones, MI-DETR achieves state-of-the-art gains over representative DETR-like models, including +0.7 AP (12 epochs) and +0.6 AP (24 epochs) over Relation-DETR, and notable improvements on challenging scenes. Diagnostic and visualization studies validate the approach's effectiveness, interpretability, and plug-in simplicity for enhancing transformer-based object detection.
Abstract
Based on analyzing the character of cascaded decoder architecture commonly adopted in existing DETR-like models, this paper proposes a new decoder architecture. The cascaded decoder architecture constrains object queries to update in the cascaded direction, only enabling object queries to learn relatively-limited information from image features. However, the challenges for object detection in natural scenes (e.g., extremely-small, heavily-occluded, and confusingly mixed with the background) require an object detection model to fully utilize image features, which motivates us to propose a new decoder architecture with the parallel Multi-time Inquiries (MI) mechanism. MI enables object queries to learn more comprehensive information, and our MI based model, MI-DETR, outperforms all existing DETR-like models on COCO benchmark under different backbones and training epochs, achieving +2.3 AP and +0.6 AP improvements compared to the most representative model DINO and SOTA model Relation-DETR under ResNet-50 backbone. In addition, a series of diagnostic and visualization experiments demonstrate the effectiveness, rationality, and interpretability of MI.
