paper-with-me

Papers

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 heads, the second stage selects one feature per detection processed by a transformer, called the query, as opposed to pooling a rectangular grid of features processed by CNNs as in region-based detectors. In this work, we improve the query-based head by improving the prior of the cross-attention operation with anchors, significantly speeding up the convergence while increasing its performance. Additionally, we empirically show that by improving the cross-attention prior, auxiliary losses and iterative bounding box mechanisms typically used by DETR-based detectors are no longer needed. By combining the best of both the classical and the DETR-based detectors, our FQDet head peaks at 45.4 AP on the 2017 COCO validation set when using a ResNet-50+TPN backbone, only after training for 12 epochs using the 1x schedule. We outperform other high-performing two-stage heads such as e.g. Cascade R-CNN, while using the same backbone and while being computationally cheaper. Additionally, when using the large ResNeXt-101-DCN+TPN backbone and multi-scale testing, our FQDet head achieves 52.9 AP on the 2017 COCO test-dev set after only 12 epochs of training. Code is released at https://github.com/CedricPicron/FQDet .

📄 PDF Abstract BibTeX arXiv:2210.02318

Code (2)

cedricpicron/fqdet 공식 구현 pytorch
cedricpicron/detseg pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
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…
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…
Adam 설명 없음
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…

Similar 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 q…

ObjectObject Detection

WD-FQDet: Multispectral Detection Transformer via Wavelet Decomposition and Frequency-aware Query Learning

2026-05-13 · Chunjin Yang, Xiwei Zhang, Yiming Xiao, Fanman Meng arxiv

Infrared-visible object detection improves detection performance by combining complementary features from multispectral images. Existing backbone-specific and backbone-shared approaches still suffer from the problems of …

Object Detection

Highly accurate closed-form approximation for the probability of detection of Weibull fluctuating targets in non-coherent detectors

2020-12-12 · Fernando Darío Almeida García, Andrea Carolina Flores Rodriguez, Gustavo Fraidenraich

In this paper, we derive a highly accurate approximation for the probability of detection (PD) of a non-coherent detector operating with Weibull fluctuation targets. To do so, we assume a pulse-to-pulse decorrelation dur…

Form

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

Exploring Robot Morphology Spaces through Breadth-First Search and Random Query

2023-09-25 · Jie Luo

Evolutionary robotics offers a powerful framework for designing and evolving robot morphologies, particularly in the context of modular robots. However, the role of query mechanisms during the genotype-to-phenotype mappi…

Diversity