paper-with-me

홈 › Papers

Cascade-DETR: Delving into High-Quality Universal Object Detection

2023-07-20 · ICCV 2023 1 · Mingqiao Ye, Lei Ke, Siyuan Li, Yu-Wing Tai, Chi-Keung Tang, Martin Danelljan, Fisher Yu

Object localization in general environments is a fundamental part of vision systems. While dominating on the COCO benchmark, recent Transformer-based detection methods are not competitive in diverse domains. Moreover, these methods still struggle to very accurately estimate the object bounding boxes in complex environments. We introduce Cascade-DETR for high-quality universal object detection. We jointly tackle the generalization to diverse domains and localization accuracy by proposing the Cascade Attention layer, which explicitly integrates object-centric information into the detection decoder by limiting the attention to the previous box prediction. To further enhance accuracy, we also revisit the scoring of queries. Instead of relying on classification scores, we predict the expected IoU of the query, leading to substantially more well-calibrated confidences. Lastly, we introduce a universal object detection benchmark, UDB10, that contains 10 datasets from diverse domains. While also advancing the state-of-the-art on COCO, Cascade-DETR substantially improves DETR-based detectors on all datasets in UDB10, even by over 10 mAP in some cases. The improvements under stringent quality requirements are even more pronounced. Our code and models will be released at https://github.com/SysCV/cascade-detr.

📄 PDF Abstract BibTeX arXiv:2307.11035

Code (1)

syscv/cascade-detr 공식 구현 pytorch

Tasks

DecoderObjectobject-detectionObject DetectionObject Localization

Similar Papers 제목 키워드 기반

Cascade RPN: Delving into High-Quality Region Proposal Network with Adaptive Convolution

2019-09-15 · NeurIPS 2019 12 · Thang Vu, Hyunjun Jang, Trung X. Pham, Chang D. Yoo

This paper considers an architecture referred to as Cascade Region Proposal Network (Cascade RPN) for improving the region-proposal quality and detection performance by \textit{systematically} addressing the limitation o…

Object DetectionRegion Proposal

Cascade R-CNN: Delving into High Quality Object Detection

2017-12-03 · CVPR 2018 6 · Zhaowei Cai, Nuno Vasconcelos

In object detection, an intersection over union (IoU) threshold is required to define positives and negatives. An object detector, trained with low IoU threshold, e.g. 0.5, usually produces noisy detections. However, det…

2D Object DetectionObjectObject DetectionVocal Bursts Intensity Prediction

High-Quality Proposal Encoding and Cascade Denoising for Imaginary Supervised Object Detection

2025-11-11 · Zhiyuan Chen, Yuelin Guo, Zitong Huang, Haoyu He 외 arxiv

Object detection models demand large-scale annotated datasets, which are costly and labor-intensive to create. This motivated Imaginary Supervised Object Detection (ISOD), where models train on synthetic images and test …

Object Detection

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…

Object Detection

Panoptic SegFormer: Delving Deeper into Panoptic Segmentation with Transformers

2021-09-08 · CVPR 2022 1 · Zhiqi Li, Wenhai Wang, Enze Xie, Zhiding Yu 외

Panoptic segmentation involves a combination of joint semantic segmentation and instance segmentation, where image contents are divided into two types: things and stuff. We present Panoptic SegFormer, a general framework…

DecoderInstance SegmentationPanoptic SegmentationSegmentation