Abstract: When the Convolutional neural network (CNN) has been introduced for computer vision, many researches use CNN-based model to perform salient object detection (SOD). In recent years, The feature pyramid network (FPN) based structure is more popular for salient object detection tasks. In this paper, to improve the overall performance of salient object detection tasks, we propose a dual attention aggregating network (DAANet), which is an FPN-based deep convolutional neural network with a dual attention aggregation module (DAAM) and dilated refinement block (DRB). The DRB module uses convolutions with different dilation rates to expand the receptive field. The DAAM considers the salient map prediction from the low-level output as pseudo-attention which can efficiently aggregate multi-scale information. The convolution block attention module (CBAM) in DAAM can refine the aggregation of pseudo-attention which enables better performance. We evaluate DAANet on six benchmark datasets that prove the effectiveness of DAANet and its components. Our implementation can be found at: https://github.com/Att100/DAANet.
Loading