paper-with-me

Papers

Salient Object Detection in Optical Remote Sensing Images Driven by Transformer

2023-09-15 · Gongyang Li, Zhen Bai, Zhi Liu, Xinpeng Zhang, Haibin Ling

Existing methods for Salient Object Detection in Optical Remote Sensing Images (ORSI-SOD) mainly adopt Convolutional Neural Networks (CNNs) as the backbone, such as VGG and ResNet. Since CNNs can only extract features within certain receptive fields, most ORSI-SOD methods generally follow the local-to-contextual paradigm. In this paper, we propose a novel Global Extraction Local Exploration Network (GeleNet) for ORSI-SOD following the global-to-local paradigm. Specifically, GeleNet first adopts a transformer backbone to generate four-level feature embeddings with global long-range dependencies. Then, GeleNet employs a Direction-aware Shuffle Weighted Spatial Attention Module (D-SWSAM) and its simplified version (SWSAM) to enhance local interactions, and a Knowledge Transfer Module (KTM) to further enhance cross-level contextual interactions. D-SWSAM comprehensively perceives the orientation information in the lowest-level features through directional convolutions to adapt to various orientations of salient objects in ORSIs, and effectively enhances the details of salient objects with an improved attention mechanism. SWSAM discards the direction-aware part of D-SWSAM to focus on localizing salient objects in the highest-level features. KTM models the contextual correlation knowledge of two middle-level features of different scales based on the self-attention mechanism, and transfers the knowledge to the raw features to generate more discriminative features. Finally, a saliency predictor is used to generate the saliency map based on the outputs of the above three modules. Extensive experiments on three public datasets demonstrate that the proposed GeleNet outperforms relevant state-of-the-art methods. The code and results of our method are available at https://github.com/MathLee/GeleNet.

📄 PDF Abstract BibTeX arXiv:2309.08206

Code (1)

mathlee/gelenet 공식 구현 pytorch

Tasks

object-detectionObject DetectionSalient Object DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Batch Normalization 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

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

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

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

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

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

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

object-detectionObject DetectionPositionSalient Object Detection