paper-with-me

Papers

Box-DETR: Understanding and Boxing Conditional Spatial Queries

2023-07-17 · Wenze Liu, Hao Lu, Yuliang Liu, Zhiguo Cao

Conditional spatial queries are recently introduced into DEtection TRansformer (DETR) to accelerate convergence. In DAB-DETR, such queries are modulated by the so-called conditional linear projection at each decoder stage, aiming to search for positions of interest such as the four extremities of the box. Each decoder stage progressively updates the box by predicting the anchor box offsets, while in cross-attention only the box center is informed as the reference point. The use of only box center, however, leaves the width and height of the previous box unknown to the current stage, which hinders accurate prediction of offsets. We argue that the explicit use of the entire box information in cross-attention matters. In this work, we propose Box Agent to condense the box into head-specific agent points. By replacing the box center with the agent point as the reference point in each head, the conditional cross-attention can search for positions from a more reasonable starting point by considering the full scope of the previous box, rather than always from the previous box center. This significantly reduces the burden of the conditional linear projection. Experimental results show that the box agent leads to not only faster convergence but also improved detection performance, e.g., our single-scale model achieves $44.2$ AP with ResNet-50 based on DAB-DETR. Our Box Agent requires minor modifications to the code and has negligible computational workload. Code is available at https://github.com/tiny-smart/box-detr.

📄 PDF Abstract BibTeX arXiv:2307.08353

Code (1)

tiny-smart/box-detr 공식 구현 pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

Conditional DETR V2: Efficient Detection Transformer with Box Queries

2022-07-18 · Xiaokang Chen, Fangyun Wei, Gang Zeng, Jingdong Wang

In this paper, we are interested in Detection Transformer (DETR), an end-to-end object detection approach based on a transformer encoder-decoder architecture without hand-crafted postprocessing, such as NMS. Inspired by …

DecoderObjectobject-detectionObject Detection

SAP-DETR: Bridging the Gap Between Salient Points and Queries-Based Transformer Detector for Fast Model Convergency

2022-11-03 · CVPR 2023 1 · Yang Liu, Yao Zhang, Yixin Wang, Yang Zhang 외

Recently, the dominant DETR-based approaches apply central-concept spatial prior to accelerate Transformer detector convergency. These methods gradually refine the reference points to the center of target objects and imb…

Objectobject-detectionObject Detection

Decoupled DETR: Spatially Disentangling Localization and Classification for Improved End-to-End Object Detection

2023-10-24 · ICCV 2023 1 · Manyuan Zhang, Guanglu Song, Yu Liu, Hongsheng Li

The introduction of DETR represents a new paradigm for object detection. However, its decoder conducts classification and box localization using shared queries and cross-attention layers, leading to suboptimal results. W…

ClassificationDecoderobject-detectionObject Detection

Vote2Cap-DETR++: Decoupling Localization and Describing for End-to-End 3D Dense Captioning

2023-09-06 · Sijin Chen, Hongyuan Zhu, Mingsheng Li, Xin Chen 외

3D dense captioning requires a model to translate its understanding of an input 3D scene into several captions associated with different object regions. Existing methods adopt a sophisticated "detect-then-describe" pipel…

3D dense captioningCaption GenerationDense CaptioningObject+2

Conditional DETR for Fast Training Convergence

2021-08-13 · ICCV 2021 10 · Depu Meng, Xiaokang Chen, Zejia Fan, Gang Zeng 외

The recently-developed DETR approach applies the transformer encoder and decoder architecture to object detection and achieves promising performance. In this paper, we handle the critical issue, slow training convergence…

DecoderObjectobject-detectionObject Detection