paper-with-me

홈 › Papers

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

2021-09-18 · Libo Wang, Rui Li, Ce Zhang, Shenghui Fang, Chenxi Duan, Xiaoliang Meng, Peter M. Atkinson

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.

📄 PDF Abstract BibTeX arXiv:2109.08937

Code (1)

WangLibo1995/GeoSeg 공식 구현 pytorch

Tasks

Change DetectionDecoderGPUimage-classificationImage Classificationobject-detectionObject DetectionScene SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…
Global-Local Attention 설명 없음
Swin Transformer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Neighborhood Attention Makes the Encoder of ResUNet Stronger for Accurate Road Extraction

2023-06-08 · Ali Jamali, Swalpa Kumar Roy, Jonathan Li, Pedram Ghamisi

In the domain of remote sensing image interpretation, road extraction from high-resolution aerial imagery has already been a hot research topic. Although deep CNNs have presented excellent results for semantic segmentati…

SegmentationSemantic Segmentation

General-Purpose Multimodal Transformer meets Remote Sensing Semantic Segmentation

2023-07-07 · Nhi Kieu, Kien Nguyen, Sridha Sridharan, Clinton Fookes

The advent of high-resolution multispectral/hyperspectral sensors, LiDAR DSM (Digital Surface Model) information and many others has provided us with an unprecedented wealth of data for Earth Observation. Multimodal AI s…

Earth ObservationSemantic Segmentation

Mapping and Classification of Trees Outside Forests using Deep Learning

2025-10-29 · Moritz Lucas, Hamid Ebrahimy, Viacheslav Barkov, Ralf Pecenka 외 arxiv

Trees Outside Forests (TOF) play an important role in agricultural landscapes by supporting biodiversity, sequestering carbon, and regulating microclimates. Yet, most studies have treated TOF as a single class or relied …

Semantic Segmentation

UNetFormer: A Unified Vision Transformer Model and Pre-Training Framework for 3D Medical Image Segmentation

2022-04-01 · Ali Hatamizadeh, Ziyue Xu, Dong Yang, Wenqi Li 외

Vision Transformers (ViT)s have recently become popular due to their outstanding modeling capabilities, in particular for capturing long-range information, and scalability to dataset and model sizes which has led to stat…

Brain Tumor SegmentationImage SegmentationMedical Image AnalysisMedical Image Segmentation+4

Deep Multimodal Fusion for Semantic Segmentation of Remote Sensing Earth Observation Data

2024-10-01 · Ivica Dimitrovski, Vlatko Spasev, Ivan Kitanovski

Accurate semantic segmentation of remote sensing imagery is critical for various Earth observation applications, such as land cover mapping, urban planning, and environmental monitoring. However, individual data sources …

Earth ObservationSegmentationSegmentation Of Remote Sensing ImagerySemantic Segmentation+1