paper-with-me

홈 › Papers

Featurized Query R-CNN

2022-06-13 · Wenqiang Zhang, Tianheng Cheng, Xinggang Wang, Shaoyu Chen, Qian Zhang, Wenyu Liu

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-based detection pipelines suffer from the following two issues. Firstly, multi-stage decoders are required to optimize the randomly initialized object queries, incurring a large computation burden. Secondly, the queries are fixed after training, leading to unsatisfying generalization capability. To remedy the above issues, we present featurized object queries predicted by a query generation network in the well-established Faster R-CNN framework and develop a Featurized Query R-CNN. Extensive experiments on the COCO dataset show that our Featurized Query R-CNN obtains the best speed-accuracy trade-off among all R-CNN detectors, including the recent state-of-the-art Sparse R-CNN detector. The code is available at {https://github.com/hustvl/Featurized-QueryRCNN.

📄 PDF Abstract BibTeX arXiv:2206.06258

Code (1)

hustvl/featurized-queryrcnn 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Efficient Featurized Image Pyramid Network for Single Shot Detector

2019-06-01 · CVPR 2019 6 · Yanwei Pang, Tiancai Wang, Rao Muhammad Anwer, Fahad Shahbaz Khan 외

Single-stage object detectors have recently gained popularity due to their combined advantage of high detection accuracy and real-time speed. However, while promising results have been achieved by these detectors on stan…

GPU

Featurized Bidirectional GAN: Adversarial Defense via Adversarially Learned Semantic Inference

2018-05-21 · ICLR 2019 5 · Ruying Bao, Sihang Liang, Qingcan Wang

Deep neural networks have been demonstrated to be vulnerable to adversarial attacks, where small perturbations intentionally added to the original inputs can fool the classifier. In this paper, we propose a defense metho…

Adversarial Defense

Inducing Generalization across Languages and Tasks using Featurized Low-Rank Mixtures

2024-02-27 · Chu-Cheng Lin, Xinyi Wang, Jonathan H. Clark, Han Lu 외

Adapting pretrained large language models (LLMs) to various downstream tasks in tens or hundreds of human languages is computationally expensive. Parameter-efficient fine-tuning (PEFT) significantly reduces the adaptatio…

parameter-efficient fine-tuning

XScale-NVS: Cross-Scale Novel View Synthesis with Hash Featurized Manifold

2024-03-28 · CVPR 2024 1 · Guangyu Wang, Jinzhi Zhang, Fan Wang, Ruqi Huang 외

We propose XScale-NVS for high-fidelity cross-scale novel view synthesis of real-world large-scale scenes. Existing representations based on explicit surface suffer from discretization resolution or UV distortion, while …

Neural RenderingNovel View Synthesis

Evaluating generative networks using Gaussian mixtures of image features

2021-10-08 · Lorenzo Luzi, Carlos Ortiz Marrero, Nile Wynar, Richard G. Baraniuk 외

We develop a measure for evaluating the performance of generative networks given two sets of images. A popular performance measure currently used to do this is the Fr\'echet Inception Distance (FID). FID assumes that ima…