REVIEW 2 cited by
Align-DETR: Enhancing End-to-end Object Detection with Aligned Loss
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
DETR has set up a simple end-to-end pipeline for object detection by formulating this task as a set prediction problem, showing promising potential. Despite its notable advancements, this paper identifies two key forms of misalignment within the model: classification-regression misalignment and cross-layer target misalignment. Both issues impede DETR's convergence and degrade its overall performance. To tackle both issues simultaneously, we introduce a novel loss function, termed as Align Loss, designed to resolve the discrepancy between the two tasks. Align Loss guides the optimization of DETR through a joint quality metric, strengthening the connection between classification and regression. Furthermore, it incorporates an exponential down-weighting term to facilitate a smooth transition from positive to negative samples. Align-DETR also employs many-to-one matching for supervision of intermediate layers, akin to the design of H-DETR, which enhances robustness against instability. We conducted extensive experiments, yielding highly competitive results. Notably, our method achieves a 49.3% (+0.6) AP on the H-DETR baseline with the ResNet-50 backbone. It also sets a new state-of-the-art performance, reaching 50.5% AP in the 1x setting and 51.7% AP in the 2x setting, surpassing several strong competitors. Our code is available at https://github.com/FelixCaae/AlignDETR.
Forward citations
Cited by 2 Pith papers
-
An Uncertainty-aware DETR Enhancement Framework for Object Detection
Adding a Gaussian-box Gromov-Wasserstein loss and Bayes-risk-based refinement to DETR detectors improves their AP on COCO and leukocyte datasets while producing localization uncertainty estimates.
-
DS-Det: Single-Query Paradigm and Attention Disentangled Learning for Flexible Object Detection
A flexible-query transformer detector that separates cross-attention localization from self-attention deduplication reports consistent accuracy gains over DINO across five backbones.
Discussion (0). Sign in to comment.