Decoupled Self Attention for Accurate One Stage Object Detection
Kehe WU, Zuge Chen, Qi MA, Xiaoliang Zhang, Wei Li

TL;DR
This paper introduces a decoupled self-attention (DSA) module for one-stage object detection models, improving feature extraction for classification and localization tasks, leading to enhanced detection accuracy.
Contribution
The paper proposes a simple yet effective DSA module that extracts task-specific features and can be integrated into existing detection models to improve performance.
Findings
DSA improves detection AP by up to 1.4% on COCO.
Embedding DSA in RetinaNet increases AP by 0.4-0.5%.
Combining DSA with object confidence task yields further AP gains.
Abstract
As the scale of object detection dataset is smaller than that of image recognition dataset ImageNet, transfer learning has become a basic training method for deep learning object detection models, which will pretrain the backbone network of object detection model on ImageNet dataset to extract features for classification and localization subtasks. However, the classification task focuses on the salient region features of object, while the location task focuses on the edge features of object, so there is certain deviation between the features extracted by pretrained backbone network and the features used for localization task. In order to solve this problem, a decoupled self attention(DSA) module is proposed for one stage object detection models in this paper. DSA includes two decoupled self-attention branches, so it can extract appropriate features for different tasks. It is located…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsFocal Loss · Convolution · 1x1 Convolution · Feature Pyramid Network · RetinaNet
