HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

UNetFormer: A UNet-like Transformer for Efficient Semantic Segmentation of Remote Sensing Urban Scene Imagery

Libo Wang Rui Li Ce Zhang Shenghui Fang Chenxi Duan Xiaoliang Meng Peter M. Atkinson

UNetFormer: A UNet-like Transformer for Efficient Semantic Segmentation of Remote Sensing Urban Scene Imagery

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 Transformer-based decoder and construct a UNet-like Transformer (UNetFormer) for real-time urban scene segmentation. For efficient segmentation, the UNetFormer selects the lightweight ResNet18 as the encoder and develops an efficient global-local attention mechanism to model both global and local information in the decoder. Extensive experiments reveal that our method not only runs faster but also produces higher accuracy compared with state-of-the-art lightweight models. Specifically, the proposed UNetFormer achieved 67.8% and 52.4% mIoU on the UAVid and LoveDA datasets, respectively, while the inference speed can achieve up to 322.4 FPS with a 512x512 input on a single NVIDIA GTX 3090 GPU. In further exploration, the proposed Transformer-based decoder combined with a Swin Transformer encoder also achieves the state-of-the-art result (91.3% F1 and 84.1% mIoU) on the Vaihingen dataset. The source code will be freely available at https://github.com/WangLibo1995/GeoSeg.

Code Repositories

WangLibo1995/GeoSeg
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
scene-segmentation-on-uavidUNetFormer
Category mIoU: 67.8
semantic-segmentation-on-isprs-potsdamFT-UNetFormer
Mean F1: 93.3
Mean IoU: 87.5
Overall Accuracy: 92.0
semantic-segmentation-on-isprs-potsdamUNetFormer
Mean F1: 92.8
Mean IoU: 86.8
Overall Accuracy: 91.3
semantic-segmentation-on-isprs-vaihingenUNetFormer
Average F1: 90.4
Category mIoU: 82.7
Overall Accuracy: 91.0
semantic-segmentation-on-isprs-vaihingenFT-UNetFormer
Average F1: 91.3
Category mIoU: 84.1
Overall Accuracy: 91.6
semantic-segmentation-on-lovedaUNetFormer
Category mIoU: 52.40
semantic-segmentation-on-potsdamUnetFormer
mIoU: 85.18
semantic-segmentation-on-uavidUNetFormer
Mean IoU: 67.8
semantic-segmentation-on-us3dUNetFormer
mIoU: 74.77
semantic-segmentation-on-vaihingenUnetFormer
mIoU: 77.24

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
UNetFormer: A UNet-like Transformer for Efficient Semantic Segmentation of Remote Sensing Urban Scene Imagery | Papers | HyperAI