Salience DETR: Enhancing Detection Transformer with Hierarchical Salience Filtering Refinement

24 Mar 2024  ·  Xiuquan Hou, Meiqin Liu, Senlin Zhang, Ping Wei, Badong Chen ·

DETR-like methods have significantly increased detection performance in an end-to-end manner. The mainstream two-stage frameworks of them perform dense self-attention and select a fraction of queries for sparse cross-attention, which is proven effective for improving performance but also introduces a heavy computational burden and high dependence on stable query selection. This paper demonstrates that suboptimal two-stage selection strategies result in scale bias and redundancy due to the mismatch between selected queries and objects in two-stage initialization. To address these issues, we propose hierarchical salience filtering refinement, which performs transformer encoding only on filtered discriminative queries, for a better trade-off between computational efficiency and precision. The filtering process overcomes scale bias through a novel scale-independent salience supervision. To compensate for the semantic misalignment among queries, we introduce elaborate query refinement modules for stable two-stage initialization. Based on above improvements, the proposed Salience DETR achieves significant improvements of +4.0% AP, +0.2% AP, +4.4% AP on three challenging task-specific detection datasets, as well as 49.2% AP on COCO 2017 with less FLOPs. The code is available at https://github.com/xiuqhou/Salience-DETR.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Object Detection COCO 2017 val Salience-DETR (Focal-L 1x) AP 56.8 # 2
AP50 74.7 # 2
AP75 61.7 # 1
APS 40.1 # 2
APM 61.1 # 2
APL 74.3 # 1
Param. 220M # 27
Object Detection COCO 2017 val Salience-DETR (Swin-L 1x) AP 56.5 # 3
AP50 75.0 # 1
AP75 61.5 # 2
APS 40.2 # 1
APM 61.2 # 1
APL 72.8 # 2
Param. 210M # 26
Object Detection COCO 2017 val Salience-DETR (ResNet50 1x) AP 50.0 # 9
AP50 67.7 # 6
AP75 54.2 # 4
APS 33.3 # 3
APM 54.4 # 3
APL 64.4 # 5
Param. 56M # 24

Methods