HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Salience DETR: Enhancing Detection Transformer with Hierarchical Salience Filtering Refinement

Hou Xiuquan ; Liu Meiqin ; Zhang Senlin ; Wei Ping ; Chen Badong

Salience DETR: Enhancing Detection Transformer with Hierarchical
  Salience Filtering Refinement

Abstract

DETR-like methods have significantly increased detection performance in anend-to-end manner. The mainstream two-stage frameworks of them perform denseself-attention and select a fraction of queries for sparse cross-attention,which is proven effective for improving performance but also introduces a heavycomputational burden and high dependence on stable query selection. This paperdemonstrates that suboptimal two-stage selection strategies result in scalebias and redundancy due to the mismatch between selected queries and objects intwo-stage initialization. To address these issues, we propose hierarchicalsalience filtering refinement, which performs transformer encoding only onfiltered discriminative queries, for a better trade-off between computationalefficiency and precision. The filtering process overcomes scale bias through anovel scale-independent salience supervision. To compensate for the semanticmisalignment among queries, we introduce elaborate query refinement modules forstable two-stage initialization. Based on above improvements, the proposedSalience DETR achieves significant improvements of +4.0% AP, +0.2% AP, +4.4% APon three challenging task-specific detection datasets, as well as 49.2% AP onCOCO 2017 with less FLOPs. The code is available athttps://github.com/xiuqhou/Salience-DETR.

Code Repositories

xiuqhou/Salience-DETR
Official
pytorch
Mentioned in GitHub
xunull/read-Salience-DETR
pytorch
Mentioned in GitHub
xiuqhou/relation-detr
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-coco-2017-valSalience-DETR (Focal-L 1x)
AP: 57.3
AP50: 75.5
AP75: 62.3
APL: 74.5
APM: 61.8
APS: 40.9
Param.: 220M
object-detection-on-coco-2017-valSalience-DETR (ResNet50 1x)
AP: 50.0
AP50: 67.7
AP75: 54.2
APL: 64.4
APM: 54.4
APS: 33.3
Param.: 56M
object-detection-on-coco-2017-valSalience-DETR (Swin-L 1x)
AP: 56.5
AP50: 75.0
AP75: 61.5
APL: 72.8
APM: 61.2
APS: 40.2
Param.: 210M

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Salience DETR: Enhancing Detection Transformer with Hierarchical Salience Filtering Refinement | Papers | HyperAI