paper-with-me

홈 › Papers

MI-DETR: An Object Detection Model with Multi-time Inquiries Mechanism

2025-03-03 · CVPR 2025 1 · Zhixiong Nan, Xianghong Li, Jifeng Dai, Tao Xiang

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.

📄 PDF Abstract BibTeX arXiv:2503.01463

Code (1)

CQU-ADHRI-Lab/MI-DETR 공식 구현 pytorch

Tasks

Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

MSF3DDETR: Multi-Sensor Fusion 3D Detection Transformer for Autonomous Driving

2022-10-27 · Gopi Krishna Erabati, Helder Araujo

3D object detection is a significant task for autonomous driving. Recently with the progress of vision transformers, the 2D object detection problem is being treated with the set-to-set loss. Inspired by these approaches…

2D Object Detection3D Object DetectionAutonomous DrivingObject+3

SpecDETR: A Transformer-based Hyperspectral Point Object Detection Network

2024-05-16 · Zhaoxu Li, Wei An, Gaowei Guo, Longguang Wang 외

Hyperspectral target detection (HTD) aims to identify specific materials based on spectral information in hyperspectral imagery and can detect extremely small objects, some of which occupy a smaller than one-pixel area. …

Binary ClassificationDecoderObjectobject-detection+1

A Real-Time DETR Approach to Bangladesh Road Object Detection for Autonomous Vehicles

2024-11-22 · Irfan Nafiz Shahan, Arban Hossain, Saadman Sakib, Al-Mubin Nabil

In the recent years, we have witnessed a paradigm shift in the field of Computer Vision, with the forthcoming of the transformer architecture. Detection Transformers has become a state of the art solution to object detec…

Autonomous VehiclesObjectobject-detectionObject Detection

StereoDETR: Stereo-based Transformer for 3D Object Detection

2025-11-24 · Shiyi Mu, Zichong Gu, Zhiqi Ai, Anqi Liu 외 arxiv

Compared to monocular 3D object detection, stereo-based 3D methods offer significantly higher accuracy but still suffer from high computational overhead and latency. The state-of-the-art stereo 3D detection method achiev…

Monocular 3D Object Detection

DETRs Beat YOLOs on Real-time Object Detection

2023-04-17 · CVPR 2024 1 · Yian Zhao, Wenyu Lv, Shangliang Xu, Jinman Wei 외

The YOLO series has become the most popular framework for real-time object detection due to its reasonable trade-off between speed and accuracy. However, we observe that the speed and accuracy of YOLOs are negatively aff…

2D Object DetectionDecoderGPUObject+3