paper-with-me

Papers

Lightweight Salient Object Detection in Optical Remote Sensing Images via Feature Correlation

2022-01-20 · Gongyang Li, Zhi Liu, Zhen Bai, Weisi Lin, and Haibin Ling

Salient object detection in optical remote sensing images (ORSI-SOD) has been widely explored for understanding ORSIs. However, previous methods focus mainly on improving the detection accuracy while neglecting the cost in memory and computation, which may hinder their real-world applications. In this paper, we propose a novel lightweight ORSI-SOD solution, named CorrNet, to address these issues. In CorrNet, we first lighten the backbone (VGG-16) and build a lightweight subnet for feature extraction. Then, following the coarse-to-fine strategy, we generate an initial coarse saliency map from high-level semantic features in a Correlation Module (CorrM). The coarse saliency map serves as the location guidance for low-level features. In CorrM, we mine the object location information between high-level semantic features through the cross-layer correlation operation. Finally, based on low-level detailed features, we refine the coarse saliency map in the refinement subnet equipped with Dense Lightweight Refinement Blocks, and produce the final fine saliency map. By reducing the parameters and computations of each component, CorrNet ends up having only 4.09M parameters and running with 21.09G FLOPs. Experimental results on two public datasets demonstrate that our lightweight CorrNet achieves competitive or even better performance compared with 26 state-of-the-art methods (including 16 large CNN-based methods and 2 lightweight methods), and meanwhile enjoys the clear memory and run time efficiency. The code and results of our method are available at https://github.com/MathLee/CorrNet.

📄 PDF Abstract BibTeX arXiv:2201.08049

Code (1)

mathlee/corrnet 공식 구현 pytorch

Tasks

Feature Correlationobject-detectionObject DetectionSalient Object Detection

Similar Papers 제목 키워드 기반

A lightweight multi-scale context network for salient object detection in optical remote sensing images

2022-05-18 · Yuhan Lin, Han Sun, Ningzhong Liu, Yetong Bian 외

Due to the more dramatic multi-scale variations and more complicated foregrounds and backgrounds in optical remote sensing images (RSIs), the salient object detection (SOD) for optical RSIs becomes a huge challenge. Howe…

object-detectionObject DetectionSalient Object Detection

Lightweight Salient Object Detection in Optical Remote-Sensing Images via Semantic Matching and Edge Alignment

2023-01-07 · Gongyang Li, Zhi Liu, Xinpeng Zhang, Weisi Lin

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 computat…

Decoderobject-detectionObject DetectionSalient Object Detection

Nested Network with Two-Stream Pyramid for Salient Object Detection in Optical Remote Sensing Images

2019-06-20 · Chongyi Li, Runmin Cong, Junhui Hou, Sanyi Zhang 외

Arising from the various object types and scales, diverse imaging orientations, and cluttered backgrounds in optical remote sensing image (RSI), it is difficult to directly extend the success of salient object detection …

DecoderObjectobject-detectionObject Detection+2

RRNet: Relational Reasoning Network with Parallel Multi-scale Attention for Salient Object Detection in Optical Remote Sensing Images

2021-10-27 · Runmin Cong, Yumo Zhang, Leyuan Fang, Jun Li 외

Salient object detection (SOD) for optical remote sensing images (RSIs) aims at locating and extracting visually distinctive objects/regions from the optical RSIs. Despite some saliency models were proposed to solve the …

object-detectionObject DetectionRelational ReasoningSalient Object Detection

RSSOD-Bench: A large-scale benchmark dataset for Salient Object Detection in Optical Remote Sensing Imagery

2023-06-04 · Zhitong Xiong, Yanfeng Liu, Qi Wang, Xiao Xiang Zhu

We present the RSSOD-Bench dataset for salient object detection (SOD) in optical remote sensing imagery. While SOD has achieved success in natural scene images with deep learning, research in SOD for remote sensing image…

object-detectionObject DetectionSalient Object Detection