TL;DR
This paper introduces MAResU-Net, a novel deep learning model that employs a linear attention mechanism to improve semantic segmentation of high-resolution remote sensing images efficiently.
Contribution
It proposes a Linear Attention Mechanism (LAM) that reduces computational costs and integrates it into a multi-stage attention ResU-Net for enhanced segmentation performance.
Findings
Demonstrated improved segmentation accuracy on Vaihingen dataset.
Achieved higher efficiency with reduced computational costs.
Validated effectiveness of the proposed model through experiments.
Abstract
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 spatio-temporal 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 re-factor the skip connections in the raw U-Net and design a Multi-stage Attention ResU-Net…
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
MethodsConvolution · Concatenated Skip Connection · Max Pooling · *Communicated@Fast*How Do I Communicate to Expedia? · Six Ways To Communicate To Someone At Expedia Via Phone And Email's. · U-Net
