中文
相关论文

相关论文: End-to-End Object Detection with Transformers

200 篇论文

Convolutional neural networks have made significant progresses in edge detection by progressively exploring the context and semantic features. However, local details are gradually suppressed with the enlarging of receptive fields. Recently,…

计算机视觉与模式识别 · 计算机科学 2022-03-17 Mengyang Pu , Yaping Huang , Yuming Liu , Qingji Guan , Haibin Ling

6D pose estimation is the task of predicting the translation and orientation of objects in a given input image, which is a crucial prerequisite for many robotics and augmented reality applications. Lately, the Transformer Network…

计算机视觉与模式识别 · 计算机科学 2021-09-24 Arash Amini , Arul Selvam Periyasamy , Sven Behnke

We present in this paper a novel denoising training method to speedup DETR (DEtection TRansformer) training and offer a deepened understanding of the slow convergence issue of DETR-like methods. We show that the slow convergence results…

计算机视觉与模式识别 · 计算机科学 2022-12-09 Feng Li , Hao Zhang , Shilong Liu , Jian Guo , Lionel M. Ni , Lei Zhang

Recent proposed DETR variants have made tremendous progress in various scenarios due to their streamlined processes and remarkable performance. However, the learned queries usually explore the global context to generate the final set…

计算机视觉与模式识别 · 计算机科学 2023-03-01 Tian Qiu , Linyun Zhou , Wenxiang Xu , Lechao Cheng , Zunlei Feng , Mingli Song

The main challenge for small object detection algorithms is to ensure accuracy while pursuing real-time performance. The RT-DETR model performs well in real-time object detection, but performs poorly in small object detection accuracy. In…

计算机视觉与模式识别 · 计算机科学 2024-01-17 Ji Huang , Hui Wang

Open-vocabulary object detection (OVOD) enables models to recognize objects beyond predefined categories, but existing approaches remain limited in practical deployment. On the one hand, multimodal designs often incur substantial…

计算机视觉与模式识别 · 计算机科学 2026-05-14 Siheng Wang , Yanshu Li , Bohan Hu , Zhengdao Li , Haibo Zhan , Linshan Li , Weiming Liu , Ruizhi Qian , Guangxin Wu , Hao Zhang , Jifeng Shen , Piotr Koniusz , Zhengtao Yao , Junhao Dong , Qiang Sun

Most recent transformer-based models show impressive performance on vision tasks, even better than Convolution Neural Networks (CNN). In this work, we present a novel, flexible, and effective transformer-based model for high-quality…

计算机视觉与模式识别 · 计算机科学 2021-08-18 Ruohao Guo , Dantong Niu , Liao Qu , Zhenbo Li

Object Detection with Transformers (DETR) and related works reach or even surpass the highly-optimized Faster-RCNN baseline with self-attention network architectures. Inspired by the evidence that pure self-attention possesses a strong…

计算机视觉与模式识别 · 计算机科学 2021-12-28 Wenchi Ma , Tianxiao Zhang , Guanghui Wang

Transformer-based detectors (DETRs) are becoming popular for their simple framework, but the large model size and heavy time consumption hinder their deployment in the real world. While knowledge distillation (KD) can be an appealing…

计算机视觉与模式识别 · 计算机科学 2023-03-20 Jiahao Chang , Shuo Wang , Haiming Xu , Zehui Chen , Chenhongyi Yang , Feng Zhao

In this paper, we present a Transformer-based architecture for 3D radar object detection that uses a novel Transformer Decoder as the prediction head to directly regress 3D bounding boxes and class scores from radar feature representations.…

计算机视觉与模式识别 · 计算机科学 2026-01-21 Changxu Zhang , Zhaoze Wang , Tai Fei , Christopher Grimm , Yi Jin , Claas Tebruegge , Ernst Warsitz , Markus Gardill

The Detection Transformer (DETR), by incorporating the Hungarian algorithm, has significantly simplified the matching process in object detection tasks. This algorithm facilitates optimal one-to-one matching of predicted bounding boxes to…

计算机视觉与模式识别 · 计算机科学 2025-03-07 Masoumeh Zareapoor , Pourya Shamsolmoali , Huiyu Zhou , Yue Lu , Salvador García

Detection Transformers (DETR) formulate object detection as a set prediction problem and enable end-to-end training without post-processing. However, object queries in DETR interact through symmetric self-attention, which enforces uniform…

计算机视觉与模式识别 · 计算机科学 2026-04-14 Ye Zhang , Qi Chen , Wenyou Huang , Rui Liu , Zhengjian Kang

Real-time object detection is crucial for real-world applications as it requires high accuracy with low latency. While Detection Transformers (DETR) have demonstrated significant performance improvements, current real-time DETR models are…

计算机视觉与模式识别 · 计算机科学 2026-02-25 Jiannan Huang , Aditya Kane , Fengzhe Zhou , Yunchao Wei , Humphrey Shi

In the recent years, we have witnessed a paradigm shift in the field of Computer Vision, with the forthcoming of the transformer architecture. Detection Transformers has become a state of the art solution to object detection and is a…

计算机视觉与模式识别 · 计算机科学 2024-11-25 Irfan Nafiz Shahan , Arban Hossain , Saadman Sakib , Al-Mubin Nabil

Recently, end-to-end object detectors have gained significant attention from the research community due to their outstanding performance. However, DETR typically relies on supervised pretraining of the backbone on ImageNet, which limits the…

计算机视觉与模式识别 · 计算机科学 2023-09-26 Haodong Ouyang

We present a novel method for local image feature matching. Instead of performing image feature detection, description, and matching sequentially, we propose to first establish pixel-wise dense matches at a coarse level and later refine the…

计算机视觉与模式识别 · 计算机科学 2021-04-02 Jiaming Sun , Zehong Shen , Yuang Wang , Hujun Bao , Xiaowei Zhou

The DEtection TRansformer (DETR) is a powerful end-to-end object detector, yet its one-to-one matching strategy suffers from slow convergence and low recall. A common approach to address this issue is to use one-to-many label assignment to…

计算机视觉与模式识别 · 计算机科学 2026-05-25 Chanho Lee , Seunghee Koh , Yunho Jeon , Junmo Kim

Deep learning has emerged as a transformative approach for solving complex pattern recognition and object detection challenges. This paper focuses on the application of a novel detection framework based on the RT-DETR model for analyzing…

计算机视觉与模式识别 · 计算机科学 2025-01-29 Weijie He , Yuwei Zhang , Ting Xu , Tai An , Yingbin Liang , Bo Zhang

This paper investigates the problem of object detection with a focus on improving both the localization accuracy of bounding boxes and explicitly modeling prediction uncertainty. Conventional detectors rely on deterministic bounding box…

计算机视觉与模式识别 · 计算机科学 2025-07-22 Xingshu Chen , Sicheng Yu , Chong Cheng , Hao Wang , Ting Tian

Previous studies on event camera sensing have demonstrated certain detection performance using dense event representations. However, the accumulated noise in such dense representations has received insufficient attention, which degrades the…

机器人学 · 计算机科学 2025-06-12 Yangjie Cui , Boyang Gao , Yiwei Zhang , Xin Dong , Jinwu Xiang , Daochun Li , Zhan Tu