CVJul 5, 2022

Attention Guided Network for Salient Object Detection in Optical Remote Sensing Images

arXiv:2207.01755v121 citationsh-index: 18Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of detecting salient objects in remote sensing images for applications like surveillance, but it is incremental as it adapts existing SOD methods to a specific domain.

The authors tackled salient object detection in optical remote sensing images by proposing AGNet, which uses attention modules and hybrid loss, achieving competitive performance on two benchmarks.

Due to the extreme complexity of scale and shape as well as the uncertainty of the predicted location, salient object detection in optical remote sensing images (RSI-SOD) is a very difficult task. The existing SOD methods can satisfy the detection performance for natural scene images, but they are not well adapted to RSI-SOD due to the above-mentioned image characteristics in remote sensing images. In this paper, we propose a novel Attention Guided Network (AGNet) for SOD in optical RSIs, including position enhancement stage and detail refinement stage. Specifically, the position enhancement stage consists of a semantic attention module and a contextual attention module to accurately describe the approximate location of salient objects. The detail refinement stage uses the proposed self-refinement module to progressively refine the predicted results under the guidance of attention and reverse attention. In addition, the hybrid loss is applied to supervise the training of the network, which can improve the performance of the model from three perspectives of pixel, region and statistics. Extensive experiments on two popular benchmarks demonstrate that AGNet achieves competitive performance compared to other state-of-the-art methods. The code will be available at https://github.com/NuaaYH/AGNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes