Title: GCSANet:A Global Context Spatial Attention Deep Learning Network for Remote Sensing Scene Classification
Authors: Weitao Chen, Shubing Ouyang, Wei Tong, Xianju Li, Xiongwei Zheng, Lizhe Wang*
Source: IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing
Date of Publication:11 January 2022
DOI: 10.1109/JSTARS.2022.3141826
Link of Paper: https://ieeexplore.ieee.org/document/9678028
Link of Codes: https://github.com/ShubingOuyangcug/GCSANet
Link of Dataset: https://pan.baidu.com/s/18NW5syly4WnrHOXDO8uSmQ, watchdog: cug0
Abstract:
Deep convolutional neural networks have become an indispensable method in remote sensing image scene classification because of their powerful feature extraction capabilities. However, the ability of the models to extract multiscale features and global features on surface objects of complex scenes is currently insufficient. We propose a framework based on global context spatial attention (GCSA) and densely connected convolutional networks to extract multiscale global scene features, called GCSANet. The mixup operation is used to enhance the spatial mixed data of remote sensing images, and the discrete sample space is rendered continuous to improve the smoothness in the neighborhood of the data space. The characteristics of multiscale surface objects are extracted, and their internal dense connection is strengthened by the densely connected backbone network. GCSA is introduced into the densely connected backbone network to encode the context information of the remote sensing scene image into the local features. Experiments were performed on four remote sensing scene datasets to evaluate the performance of GCSANet. The GCSANet achieved the highest classification precision on AID and NWPU datasets and the second-best performance on the UC Merced dataset, indicating the GCSANet can effectively extract the global features of remote sensing images. In addition, the GCSANet presents the highest classification accuracy on the constructed mountain image scene dataset. These results reveal that the GCSANet can effectively extract multiscale global scene features on complex remote sensing scenes. The source codes of this method can be found in https://github.com/ShubingOuyangcug/GCSANet.