paper-with-me

Papers

AdaMixer: A Fast-Converging Query-Based Object Detector

2022-03-30 · CVPR 2022 1 · Ziteng Gao, LiMin Wang, Bing Han, Sheng Guo

Traditional object detectors employ the dense paradigm of scanning over locations and scales in an image. The recent query-based object detectors break this convention by decoding image features with a set of learnable queries. However, this paradigm still suffers from slow convergence, limited performance, and design complexity of extra networks between backbone and decoder. In this paper, we find that the key to these issues is the adaptability of decoders for casting queries to varying objects. Accordingly, we propose a fast-converging query-based detector, named AdaMixer, by improving the adaptability of query-based decoding processes in two aspects. First, each query adaptively samples features over space and scales based on estimated offsets, which allows AdaMixer to efficiently attend to the coherent regions of objects. Then, we dynamically decode these sampled features with an adaptive MLP-Mixer under the guidance of each query. Thanks to these two critical designs, AdaMixer enjoys architectural simplicity without requiring dense attentional encoders or explicit pyramid networks. On the challenging MS COCO benchmark, AdaMixer with ResNet-50 as the backbone, with 12 training epochs, reaches up to 45.0 AP on the validation set along with 27.9 APs in detecting small objects. With the longer training scheme, AdaMixer with ResNeXt-101-DCN and Swin-S reaches 49.5 and 51.3 AP. Our work sheds light on a simple, accurate, and fast converging architecture for query-based object detectors. The code is made available at https://github.com/MCG-NJU/AdaMixer

📄 PDF Abstract BibTeX arXiv:2203.16507

Code (2)

mcg-nju/adamixer 공식 구현 pytorch
fangyi-chen/sqr pytorch

Tasks

ObjectObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Multi-Head Attention 설명 없음
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Deep Equilibrium Object Detection

2023-08-18 · ICCV 2023 1 · Shuai Wang, Yao Teng, LiMin Wang

Query-based object detectors directly decode image features into object instances with a set of learnable queries. These query vectors are progressively refined to stable meaningful representations through a sequence of …

DecoderObjectobject-detectionObject Detection+1

Enhanced Training of Query-Based Object Detection via Selective Query Recollection

2022-12-15 · CVPR 2023 1 · Fangyi Chen, Han Zhang, Kai Hu, Yu-Kai Huang 외

This paper investigates a phenomenon where query-based object detectors mispredict at the last decoding stage while predicting correctly at an intermediate stage. We review the training process and attribute the overlook…

AttributeObjectobject-detectionObject Detection

FQDet: Fast-converging Query-based Detector

2022-10-05 · Cédric Picron, Punarjay Chakravarty, Tinne Tuytelaars

Recently, two-stage Deformable DETR introduced the query-based two-stage head, a new type of two-stage head different from the region-based two-stage heads of classical detectors as Faster R-CNN. In query-based two-stage…

Featurized Query R-CNN

2022-06-13 · Wenqiang Zhang, Tianheng Cheng, Xinggang Wang, Shaoyu Chen 외

The query mechanism introduced in the DETR method is changing the paradigm of object detection and recently there are many query-based methods have obtained strong object detection performance. However, the current query…

Objectobject-detectionObject Detection

Anchor DETR: Query Design for Transformer-Based Object Detection

2021-09-15 · Yingming Wang, Xiangyu Zhang, Tong Yang, Jian Sun

In this paper, we propose a novel query design for the transformer-based object detection. In previous transformer-based detectors, the object queries are a set of learned embeddings. However, each learned embedding does…

Objectobject-detectionObject Detection