Lightweight Salient Object Detection in Optical Remote-Sensing Images via Semantic Matching and Edge Alignment
Gongyang Li, Zhi Liu, Xinpeng Zhang, Weisi Lin

TL;DR
This paper introduces SeaNet, a lightweight neural network for optical remote sensing image salient object detection that balances high accuracy with low computational cost, suitable for practical applications.
Contribution
The paper proposes a novel lightweight network, SeaNet, combining semantic matching and edge alignment for efficient and accurate salient object detection in remote sensing images.
Findings
Outperforms most state-of-the-art lightweight methods
Achieves comparable accuracy with conventional methods
Uses only 2.76M parameters and 1.7G FLOPs for 288x288 inputs
Abstract
Recently, relying on convolutional neural networks (CNNs), many methods for salient object detection in optical remote sensing images (ORSI-SOD) are proposed. However, most methods ignore the huge parameters and computational cost brought by CNNs, and only a few pay attention to the portability and mobility. To facilitate practical applications, in this paper, we propose a novel lightweight network for ORSI-SOD based on semantic matching and edge alignment, termed SeaNet. Specifically, SeaNet includes a lightweight MobileNet-V2 for feature extraction, a dynamic semantic matching module (DSMM) for high-level features, an edge self-alignment module (ESAM) for low-level features, and a portable decoder for inference. First, the high-level features are compressed into semantic kernels. Then, semantic kernels are used to activate salient object locations in two groups of high-level features…
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
TopicsVisual Attention and Saliency Detection · Advanced Image Fusion Techniques · Remote-Sensing Image Classification
MethodsConvolution
