English

A Novel Transformer Based Semantic Segmentation Scheme for Fine-Resolution Remote Sensing Images

Computer Vision and Pattern Recognition 2022-06-06 v6

Abstract

The fully convolutional network (FCN) with an encoder-decoder architecture has been the standard paradigm for semantic segmentation. The encoder-decoder architecture utilizes an encoder to capture multilevel feature maps, which are incorporated into the final prediction by a decoder. As the context is crucial for precise segmentation, tremendous effort has been made to extract such information in an intelligent fashion, including employing dilated/atrous convolutions or inserting attention modules. However, these endeavors are all based on the FCN architecture with ResNet or other backbones, which cannot fully exploit the context from the theoretical concept. By contrast, we introduce the Swin Transformer as the backbone to extract the context information and design a novel decoder of densely connected feature aggregation module (DCFAM) to restore the resolution and produce the segmentation map. The experimental results on two remotely sensed semantic segmentation datasets demonstrate the effectiveness of the proposed scheme.Code is available at https://github.com/WangLibo1995/GeoSeg

Keywords

Cite

@article{arxiv.2104.12137,
  title  = {A Novel Transformer Based Semantic Segmentation Scheme for Fine-Resolution Remote Sensing Images},
  author = {Libo Wang and Rui Li and Chenxi Duan and Ce Zhang and Xiaoliang Meng and Shenghui Fang},
  journal= {arXiv preprint arXiv:2104.12137},
  year   = {2022}
}

Comments

Accepted by GRSL.https://ieeexplore.ieee.org/abstract/document/9681903

R2 v1 2026-06-24T01:29:40.212Z