中文
相关论文

相关论文: Detection Transformer with Stable Matching

200 篇论文

Real-time object detection has advanced rapidly in recent years. The YOLO series of detectors is among the most well-known CNN-based object detection models and cannot be overlooked. The latest version, YOLOv26, was recently released, while…

计算机视觉与模式识别 · 计算机科学 2026-03-02 Taozhe Li , Guansu Wang , Bo Yu , Yiming Liu , Wei Sun

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

Modern object detectors are static, fixed-depth networks optimized for a single operating point, requiring separate models for different deployment scenarios. We present an any-depth detection framework that enables a single network to span…

计算机视觉与模式识别 · 计算机科学 2026-05-12 Woochul Kang , Hyungseop Lee , Jiho Lee

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

We propose ST-DETR, a Spatio-Temporal Transformer-based architecture for object detection from a sequence of temporal frames. We treat the temporal frames as sequences in both space and time and employ the full attention mechanisms to take…

计算机视觉与模式识别 · 计算机科学 2021-07-27 Eslam Mohamed , Ahmad El-Sallab

Small object detection in complex scenes exposes a fundamental tension in neural network design: backbone attention distributes computation uniformly regardless of content, pyramid necks inflate activation magnitudes during upsampling…

计算机视觉与模式识别 · 计算机科学 2026-05-25 Bo Gao , Jingcheng Tong , Xingsheng Chen , Han Yu , Zichen Li

We present a conceptually simple, efficient, and general framework for localization problems in DETR-like models. We add plugins to well-trained models instead of inefficiently designing new models and training them from scratch. The…

计算机视觉与模式识别 · 计算机科学 2023-07-25 Yiqun Chen , Qiang Chen , Peize Sun , Shoufa Chen , Jingdong Wang , Jian Cheng

Stereo depth estimation relies on optimal correspondence matching between pixels on epipolar lines in the left and right images to infer depth. In this work, we revisit the problem from a sequence-to-sequence correspondence perspective to…

计算机视觉与模式识别 · 计算机科学 2021-08-27 Zhaoshuo Li , Xingtong Liu , Nathan Drenkow , Andy Ding , Francis X. Creighton , Russell H. Taylor , Mathias Unberath

We present a new table structure recognition (TSR) approach, called TSRFormer, to robustly recognizing the structures of complex tables with geometrical distortions from various table images. Unlike previous methods, we formulate table…

计算机视觉与模式识别 · 计算机科学 2023-07-13 Jiawei Wang , Weihong Lin , Chixiang Ma , Mingze Li , Zheng Sun , Lei Sun , Qiang Huo

The tasks of object detection and trajectory forecasting play a crucial role in understanding the scene for autonomous driving. These tasks are typically executed in a cascading manner, making them prone to compounding errors. Furthermore,…

计算机视觉与模式识别 · 计算机科学 2024-06-14 Sergio Casas , Ben Agro , Jiageng Mao , Thomas Gilles , Alexander Cui , Thomas Li , Raquel Urtasun

We present consistent optimization for single stage object detection. Previous works of single stage object detectors usually rely on the regular, dense sampled anchors to generate hypothesis for the optimization of the model. Through an…

计算机视觉与模式识别 · 计算机科学 2019-01-24 Tao Kong , Fuchun Sun , Huaping Liu , Yuning Jiang , Jianbo Shi

Most change detection models based on vision transformers currently follow a "pretraining then fine-tuning" strategy. This involves initializing the model weights using large scale classification datasets, which can be either natural images…

计算机视觉与模式识别 · 计算机科学 2023-12-11 Yang Zhao , Yuxiang Zhang , Yanni Dong , Bo Du

We present RiO-DETR: DETR for Real-time Oriented Object Detection, the first real-time oriented detection transformer to the best of our knowledge. Adapting DETR to oriented bounding boxes (OBBs) poses three challenges: semantics-dependent…

计算机视觉与模式识别 · 计算机科学 2026-03-11 Zhangchi Hu , Yifan Zhao , Yansong Peng , Wenzhang Sun , Xiangchen Yin , Jie Chen , Peixi Wu , Hebei Li , Xinghao Wang , Dongsheng Jiang , Xiaoyan Sun

Driven by the simple and effective Dense O2O, DEIM demonstrates faster convergence and enhanced performance. In this work, we extend it with DINOv3 features, resulting in DEIMv2. DEIMv2 spans eight model sizes from X to Atto, covering GPU,…

计算机视觉与模式识别 · 计算机科学 2026-01-27 Shihua Huang , Yongjie Hou , Longfei Liu , Xuanlong Yu , Xi Shen

Despite the promising results, existing oriented object detection methods usually involve heuristically designed rules, e.g., RRoI generation, rotated NMS. In this paper, we propose an end-to-end framework for oriented object detection,…

计算机视觉与模式识别 · 计算机科学 2023-03-02 Qiang Zhou , Chaohui Yu , Zhibin Wang , Fan Wang

DETR and its variants have emerged as promising architectures for object detection, offering an end-to-end prediction pipeline. In practice, however, DETRs generate hundreds of predictions that far outnumber the actual objects present in an…

计算机视觉与模式识别 · 计算机科学 2026-04-22 Young-Jin Park , Carson Sobolewski , Navid Azizan

Practical object detection application can lose its effectiveness on image inputs with natural distribution shifts. This problem leads the research community to pay more attention on the robustness of detectors under Out-Of-Distribution…

计算机视觉与模式识别 · 计算机科学 2023-08-03 Xiaofeng Mao , Yuefeng Chen , Yao Zhu , Da Chen , Hang Su , Rong Zhang , Hui Xue

We provide a complete pipeline for the detection of patterns of interest in an image. In our approach, the patterns are assumed to be adequately modeled by a known template, and are located at unknown positions and orientations that we aim…

图像与视频处理 · 电气工程与系统科学 2021-04-15 Julien Fageot , Virginie Uhlmann , Zsuzsanna Püspöki , Benjamin Beck , Michael Unser , Adrien Depeursinge

Image-text matching is an interesting and fascinating task in modern AI research. Despite the evolution of deep-learning-based image and text processing systems, multi-modal matching remains a challenging problem. In this work, we consider…

计算机视觉与模式识别 · 计算机科学 2021-01-27 Nicola Messina , Fabrizio Falchi , Andrea Esuli , Giuseppe Amato

Recently, object detection models have witnessed notable performance improvements, particularly with transformer-based models. However, new objects frequently appear in the real world, requiring detection models to continually learn without…

计算机视觉与模式识别 · 计算机科学 2025-06-11 Duc Thanh Pham , Hong Dang Nguyen , Nhat Minh Nguyen Quoc , Linh Ngo Van , Sang Dinh Viet , Duc Anh Nguyen