paper-with-me

홈 › Papers

What Are Expected Queries in End-to-End Object Detection?

2022-06-02 · Shilong Zhang, Xinjiang Wang, Jiaqi Wang, Jiangmiao Pang, Kai Chen

End-to-end object detection is rapidly progressed after the emergence of DETR. DETRs use a set of sparse queries that replace the dense candidate boxes in most traditional detectors. In comparison, the sparse queries cannot guarantee a high recall as dense priors. However, making queries dense is not trivial in current frameworks. It not only suffers from heavy computational cost but also difficult optimization. As both sparse and dense queries are imperfect, then \emph{what are expected queries in end-to-end object detection}? This paper shows that the expected queries should be Dense Distinct Queries (DDQ). Concretely, we introduce dense priors back to the framework to generate dense queries. A duplicate query removal pre-process is applied to these queries so that they are distinguishable from each other. The dense distinct queries are then iteratively processed to obtain final sparse outputs. We show that DDQ is stronger, more robust, and converges faster. It obtains 44.5 AP on the MS COCO detection dataset with only 12 epochs. DDQ is also robust as it outperforms previous methods on both object detection and instance segmentation tasks on various datasets. DDQ blends advantages from traditional dense priors and recent end-to-end detectors. We hope it can serve as a new baseline and inspires researchers to revisit the complementarity between traditional methods and end-to-end detectors. The source code is publicly available at \url{https://github.com/jshilong/DDQ}.

📄 PDF Abstract BibTeX arXiv:2206.01232

Code (1)

jshilong/ddq 공식 구현 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Dense Distinct Query for End-to-End Object Detection

2023-03-22 · CVPR 2023 1 · Shilong Zhang, Xinjiang Wang, Jiaqi Wang, Jiangmiao Pang 외

One-to-one label assignment in object detection has successfully obviated the need for non-maximum suppression (NMS) as postprocessing and makes the pipeline end-to-end. However, it triggers a new dilemma as the widely u…

Objectobject-detectionObject Detection

``PageRank'' for Argument Relevance

2017-04-01 · EACL 2017 4 · Henning Wachsmuth, Benno Stein, Yamen Ajjour

Future search engines are expected to deliver pro and con arguments in response to queries on controversial topics. While argument mining is now in the focus of research, the question of how to retrieve the relevant argu…

Argument Mining

Vision-Language-Motion Maps: An Open-Vocabulary, Uncertainty-Aware, Queryable Motion Attribute for 3D Scene Maps

2026-07-17 · Dibyendu Ghosh, Ayushi Shakya arxiv

Open-vocabulary 3D maps let robots answer language queries about what and where, but they assume a static world and cannot answer queries about how scene elements behave. We introduce Vision-Language-Motion Maps (VLMM), …

Objects as context for detecting their semantic parts

2017-03-28 · CVPR 2018 6 · Abel Gonzalez-Garcia, Davide Modolo, Vittorio Ferrari

We present a semantic part detection approach that effectively leverages object information.We use the object appearance and its class as indicators of what parts to expect. We also model the expected relative location o…

ObjectSemantic Part Detection

On the Role of Long-tail Knowledge in Retrieval Augmented Large Language Models

2024-06-24 · Dongyang Li, Junbing Yan, Taolin Zhang, Chengyu Wang 외

Retrieval augmented generation (RAG) exhibits outstanding performance in promoting the knowledge capabilities of large language models (LLMs) with retrieved documents related to user queries. However, RAG only focuses on…

RAGRetrievalRetrieval-augmented GenerationWorld Knowledge