中文
相关论文

相关论文: Towards Data-Efficient Detection Transformers

200 篇论文

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture. However, trained with scratch transformers, DETR needs large-scale training data…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Zhigang Dai , Bolun Cai , Yugeng Lin , Junying Chen

DETR is a recently proposed Transformer-based method which views object detection as a set prediction problem and achieves state-of-the-art performance but demands extra-long training time to converge. In this paper, we investigate the…

计算机视觉与模式识别 · 计算机科学 2021-10-13 Zhiqing Sun , Shengcao Cao , Yiming Yang , Kris Kitani

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

Detection Transformer (DETR) is a Transformer architecture based object detection model. In this paper, we demonstrate that it can also be used as a data augmenter. We term our approach as DETR assisted CutMix, or DeMix for short. DeMix…

计算机视觉与模式识别 · 计算机科学 2023-04-27 Luping Wang , Bin Liu

Modern pre-trained architectures struggle to retain previous information while undergoing continuous fine-tuning on new tasks. Despite notable progress in continual classification, systems designed for complex vision tasks such as detection…

计算机视觉与模式识别 · 计算机科学 2024-07-16 Gaurav Bhatt , James Ross , Leonid Sigal

In this paper, we are interested in Detection Transformer (DETR), an end-to-end object detection approach based on a transformer encoder-decoder architecture without hand-crafted postprocessing, such as NMS. Inspired by Conditional DETR, an…

计算机视觉与模式识别 · 计算机科学 2022-07-20 Xiaokang Chen , Fangyun Wei , Gang Zeng , Jingdong Wang

Surface defect detection is an extremely crucial step to ensure the quality of industrial products. Nowadays, convolutional neural networks (CNNs) based on encoder-decoder architecture have achieved tremendous success in various defect…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Junpu Wang , Guili Xu , Fuju Yan , Jinjin Wang , Zhengsheng Wang

DETR is the first end-to-end object detector using a transformer encoder-decoder architecture and demonstrates competitive performance but low computational efficiency on high resolution feature maps. The subsequent work, Deformable DETR,…

计算机视觉与模式识别 · 计算机科学 2022-03-07 Byungseok Roh , JaeWoong Shin , Wuhyun Shin , Saehoon Kim

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…

计算机视觉与模式识别 · 计算机科学 2022-06-22 Wenqiang Zhang , Tianheng Cheng , Xinggang Wang , Shaoyu Chen , Qian Zhang , Wenyu Liu

Vision Transformers have attracted a lot of attention recently since the successful implementation of Vision Transformer (ViT) on vision tasks. With vision Transformers, specifically the multi-head self-attention modules, networks can…

计算机视觉与模式识别 · 计算机科学 2022-10-27 Xiangyu Chen , Ying Qin , Wenju Xu , Andrés M. Bur , Cuncong Zhong , Guanghui Wang

Detection Transformer (DETR) directly transforms queries to unique objects by using one-to-one bipartite matching during training and enables end-to-end object detection. Recently, these models have surpassed traditional detectors on COCO…

计算机视觉与模式识别 · 计算机科学 2022-12-13 Jeffrey Ouyang-Zhang , Jang Hyun Cho , Xingyi Zhou , Philipp Krähenbühl

DETR is a novel end-to-end transformer architecture object detector, which significantly outperforms classic detectors when scaling up. In this paper, we focus on the compression of DETR with knowledge distillation. While knowledge…

计算机视觉与模式识别 · 计算机科学 2025-06-26 Yu Wang , Xin Li , Shengzhao Weng , Gang Zhang , Haixiao Yue , Haocheng Feng , Junyu Han , Errui Ding

Transformers have become the dominant model in natural language processing, owing to their ability to pretrain on massive amounts of data, then transfer to smaller, more specific tasks via fine-tuning. The Vision Transformer was the first…

计算机视觉与模式识别 · 计算机科学 2020-12-21 Josh Beal , Eric Kim , Eric Tzeng , Dong Huk Park , Andrew Zhai , Dmitry Kislyuk

Object detection with Transformers (DETR) has achieved a competitive performance over traditional detectors, such as Faster R-CNN. However, the potential of DETR remains largely unexplored for the more challenging task of arbitrary-oriented…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Teli Ma , Mingyuan Mao , Honghui Zheng , Peng Gao , Xiaodi Wang , Shumin Han , Errui Ding , Baochang Zhang , David Doermann

Motivated by the remarkable achievements of DETR-based approaches on COCO object detection and segmentation benchmarks, recent endeavors have been directed towards elevating their performance through self-supervised pre-training of…

计算机视觉与模式识别 · 计算机科学 2023-12-04 Yan Ma , Weicong Liang , Bohan Chen , Yiduo Hao , Bojian Hou , Xiangyu Yue , Chao Zhang , Yuhui Yuan

Transformer-based detectors have shown success in computer vision tasks with natural images. These models, exemplified by the Deformable DETR, are optimized through complex engineering strategies tailored to the typical characteristics of…

计算机视觉与模式识别 · 计算机科学 2025-06-03 Yanqi Xu , Yiqiu Shen , Carlos Fernandez-Granda , Laura Heacock , Krzysztof J. Geras

Modern detection transformers (DETRs) use a set of object queries to predict a list of bounding boxes, sort them by their classification confidence scores, and select the top-ranked predictions as the final detection results for the given…

计算机视觉与模式识别 · 计算机科学 2023-11-06 Yifan Pu , Weicong Liang , Yiduo Hao , Yuhui Yuan , Yukang Yang , Chao Zhang , Han Hu , Gao Huang

Recent advances in Transformer architectures have empowered their empirical success in a variety of tasks across different domains. However, existing works mainly focus on predictive accuracy and computational cost, without considering…

机器学习 · 计算机科学 2023-11-09 Xing Han , Tongzheng Ren , Tan Minh Nguyen , Khai Nguyen , Joydeep Ghosh , Nhat Ho

We present a novel method for efficiently producing semi-dense matches across images. Previous detector-free matcher LoFTR has shown remarkable matching capability in handling large-viewpoint change and texture-poor scenarios but suffers…

计算机视觉与模式识别 · 计算机科学 2024-03-13 Yifan Wang , Xingyi He , Sida Peng , Dongli Tan , Xiaowei Zhou

This paper is concerned with the matching stability problem across different decoder layers in DEtection TRansformers (DETR). We point out that the unstable matching in DETR is caused by a multi-optimization path problem, which is…

计算机视觉与模式识别 · 计算机科学 2023-04-11 Shilong Liu , Tianhe Ren , Jiayu Chen , Zhaoyang Zeng , Hao Zhang , Feng Li , Hongyang Li , Jun Huang , Hang Su , Jun Zhu , Lei Zhang