paper-with-me

Papers

Dual-R-DETR: Resolving Query Competition with Pairwise Routing in Transformer Decoders

2025-12-15 · Ye Zhang, Qi Chen, Wenyou Huang, Rui Liu, Zhengjian Kang arxiv

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 competition among all query pairs. This often leads to inefficient query dynamics, where multiple queries converge to the same object while others fail to explore alternative regions. We propose Dual-R-DETR, a competition-aware DETR framework that explicitly regulates query interactions via pairwise routing in transformer decoders. Dual-R-DETR distinguishes query-to-query relations as either competitive or cooperative based on appearance similarity, prediction confidence, and spatial geometry. It introduces two complementary routing behaviors: suppressor routing to attenuate interactions among queries targeting the same object, and delegator routing to encourage diversification across distinct regions. These behaviors are realized through lightweight, learnable low-rank biases injected into decoder self-attention, enabling asymmetric query interactions while preserving the standard attention formulation. To ensure inference efficiency, routing biases are applied only during training using a dual-branch strategy, and inference reverts to vanilla self-attention with no additional computational cost. Extensive experiments on COCO and Cityscapes demonstrate that Dual-R-DETR consistently improves multiple DETR variants, outperforming DINO by 1.7% mAP with a ResNet-50 backbone and achieving 57.6% mAP with Swin-L under comparable settings. Code is available at https://github.com/YZk67/Dual-R-DETR.

📄 PDF Abstract BibTeX arXiv:2512.13876

Code (0)

등록된 구현이 없습니다.

Tasks

Object Detection

Similar Papers 제목 키워드 기반

EASE-DETR: Easing the Competition among Object Queries

2024-01-01 · CVPR 2024 1 · Yulu Gao, Yifan Sun, Xudong Ding, Chuyang Zhao 외

This paper views the DETR's non-duplicate detection ability as a competition result among object queries. Around each object there are usually multiple queries within which only a single one can win the chance to bec…

DecoderObject

Team DETR: Guide Queries as a Professional Team in Detection Transformers

2023-02-14 · Tian Qiu, Linyun Zhou, Wenxiang Xu, Lechao Cheng 외

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 …

SAP-DETR: Bridging the Gap Between Salient Points and Queries-Based Transformer Detector for Fast Model Convergency

2022-11-03 · CVPR 2023 1 · Yang Liu, Yao Zhang, Yixin Wang, Yang Zhang 외

Recently, the dominant DETR-based approaches apply central-concept spatial prior to accelerate Transformer detector convergency. These methods gradually refine the reference points to the center of target objects and imb…

Objectobject-detectionObject Detection

Dual DETRs for Multi-Label Temporal Action Detection

2024-03-31 · CVPR 2024 1 · Yuhan Zhu, Guozhen Zhang, Jing Tan, Gangshan Wu 외

Temporal Action Detection (TAD) aims to identify the action boundaries and the corresponding category within untrimmed videos. Inspired by the success of DETR in object detection, several methods have adapted the query-b…

Action Detectionobject-detectionObject DetectionTemporal Action Localization

Exploring the Evolution of Altruistic Punishment with a PDE Model of Cultural Multilevel Selection

2024-05-28 · Daniel B. Cooney

Two mechanisms that have been used to study the evolution of cooperative behavior are altruistic punishment, in which cooperative individuals pay additional costs to punish defection, and multilevel selection, in which c…