Center-Boundary Dual Attention for Oriented Object Detection in Remote Sensing Images

Shuai Liu,Lu Zhang,Huchuan Lu,You He
DOI: https://doi.org/10.1109/tgrs.2021.3069056
IF: 8.2
2022-01-01
IEEE Transactions on Geoscience and Remote Sensing
Abstract:Recently, anchor-free object detectors have shown promising performance in oriented object detection on remote sensing images. However, the objects in remote sensing images always have large variations in arbitrary orientations, sizes, and aspect ratios, which makes the existing anchor-free methods hard to obtain satisfactory results. In this article, we propose a novel anchor-free detector, center-boundary dual attention (CBDA) network (CBDA-Net), for fast and accurate oriented object detection on remote sensing images. In CBDA-Net, we construct a CBDA module, which utilizes a dual attention mechanism to extract attention features on the center and boundary regions of objects. The CBDA module can learn more essential features for rotating objects and reduce the interference from complex background. Besides, to resolve the influence of object aspect ratio on angle errors, we propose an aspect ratio weighted angle loss (arwLoss), where diffident penalties are assigned on the angle loss based on the aspect ratios of objects. This loss construction is effective in improving the detection accuracy of oriented objects, especially for slender objects. We conduct extensive experiments on two publish benchmarks, i.e., DOTA and HRSC2016. The experimental results demonstrate that our CBDA-Net achieves favorable performance against other anchor-free state of the arts with a real-time speed of 50 FPS.
imaging science & photographic technology,remote sensing,engineering, electrical & electronic,geochemistry & geophysics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to perform fast and accurate oriented object detection in remote - sensing images. Specifically, the existing anchor - free object detection methods are difficult to obtain satisfactory results when dealing with objects in remote - sensing images with arbitrary orientations, large variations in size and aspect ratio. For this reason, the author proposes a novel anchor - free detector - Center - Boundary Dual - Attention Network (CBDA - Net) for fast and accurate oriented object detection in remote - sensing images. It mainly solves the following two problems: 1. **Reducing background interference and improving the accuracy of keypoint localization**: By designing the CBDA module and using the dual - attention mechanism to extract the attention features of the target center area and the boundary area, the influence of other objects and complex backgrounds on keypoint localization is reduced, and the keypoint localization accuracy of targets with different aspect ratios is improved. 2. **Solving the influence of aspect ratio on angle error**: A new aspect - ratio - weighted angle loss function (arwLoss) is proposed, which automatically assigns angle loss weights according to the aspect ratio of the target. Specifically, targets with a larger aspect ratio will obtain a higher penalty weight, and vice versa. This helps to improve the detection accuracy of elongated targets, especially in the angle regression process. Through these two improvements, CBDA - Net can achieve efficient detection of oriented objects in remote - sensing images while maintaining real - time speed. Experimental results show that CBDA - Net performs better than other state - of - the - art anchor - free methods on two public datasets, DOTA and HRSC2016.