TL;DR
This paper introduces UNetFormer, a Transformer-based model with a lightweight encoder and global-local attention, achieving fast and accurate semantic segmentation of urban remote sensing images.
Contribution
It proposes a UNet-like Transformer architecture with a novel global-local attention mechanism for efficient urban scene segmentation.
Findings
Achieves 67.8% mIoU on UAVid dataset
Runs at 322.4 FPS on a GTX 3090 GPU
Outperforms state-of-the-art lightweight models
Abstract
Semantic segmentation of remotely sensed urban scene images is required in a wide range of practical applications, such as land cover mapping, urban change detection, environmental protection, and economic assessment.Driven by rapid developments in deep learning technologies, the convolutional neural network (CNN) has dominated semantic segmentation for many years. CNN adopts hierarchical feature representation, demonstrating strong capabilities for local information extraction. However, the local property of the convolution layer limits the network from capturing the global context. Recently, as a hot topic in the domain of computer vision, Transformer has demonstrated its great potential in global information modelling, boosting many vision-related tasks such as image classification, object detection, and particularly semantic segmentation. In this paper, we propose a…
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
MethodsAttention Is All You Need · Linear Layer · Stochastic Depth · Global-Local Attention · Swin Transformer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Label Smoothing · Multi-Head Attention
