Multistage Attention ResU-Net for Semantic Segmentation of Fine-Resolution Remote Sensing Images
Multistage Attention ResU-Net for Semantic Segmentation of Fine-Resolution Remote Sensing Images
复制标题
DOI:
10.1109/lgrs.2021.3063381
复制
发表时间:
2020-11
影响因子:
4.8
通讯作者:
Rui Li-;Jianlin Su;Chenxi Duan;Shunyi Zheng
中科院分区:
文献类型:
--
作者:
Rui Li-;Jianlin Su;Chenxi Duan;Shunyi Zheng
The attention mechanism can refine the extracted feature maps and boost the classification performance of the deep network, which has become an essential technique in computer vision and natural language processing. However, the memory and computational costs of the dot-product attention mechanism increase quadratically with the spatiotemporal size of the input. Such growth hinders the usage of attention mechanisms considerably in application scenarios with large-scale inputs. In this letter, we propose a linear attention mechanism (LAM) to address this issue, which is approximately equivalent to dot-product attention with computational efficiency. Such a design makes the incorporation between attention mechanisms and deep networks much more flexible and versatile. Based on the proposed LAM, we refactor the skip connections in the raw U-Net and design a multistage attention ResU-Net (MAResU-Net) for semantic segmentation from fine-resolution remote sensing images. Experiments conducted on the Vaihingen data set demonstrated the effectiveness and efficiency of our MAResU-Net. Our code is available at https://github.com/lironui/MAResU-Net.