Home

Awesome

Transformer Meets Convolution: A Bilateral Awareness Network for Semantic Segmentation of Very Fine Resolution Urban Scene Images

Welcome to my HomePage

In this repository, we implement the Bilateral Awareness Network which contains a dependency path and a texture path to fully capture the long-range relationships and fine-grained details in very fine resolution (VFR) urban scene images .

The detailed results can be seen in the Transformer Meets Convolution: A Bilateral Awareness Network for Semantic Segmentation of Very Fine Resolution Urban Scene Images.

The training and testing code can refer to GeoSeg.

The related repositories include:

If our code is helpful to you, please cite:

Wang, L.; Li, R.; Wang, D.; Duan, C.; Wang, T.; Meng, X. Transformer Meets Convolution: A Bilateral Awareness Network for Semantic Segmentation of Very Fine Resolution Urban Scene Images. Remote Sensing. 2021, 13, 3065. https://doi.org/10.3390/rs13163065

Requirements:

numpy >= 1.16.5
PyTorch >= 1.3.1
sklearn >= 0.20.4
tqdm >= 4.46.1
imageio >= 2.8.0
timm >= 0.4.5

Network:

network
Fig. 1. The overall architecture of BANet.

Result:

The result on the UAVid dataset can seen from here, where the user name is AlexWang and the results can be downloaded by this link:

Methodbuildingtreeclutterroadvegetationstatic carmoving carhumanmIoU
MSD79.874.557.074.055.932.162.919.757.0
Fast-SCNN75.771.544.261.643.419.551.60.045.9
BiSeNet85.778.364.761.177.363.448.617.561.5
SwiftNet85.378.264.161.576.462.151.115.761.1
ShelfNet76.973.244.161.443.421.052.63.647.0
BANet85.478.966.680.762.152.869.321.064.6

Result
Fig. 2. The experimental results on the UAVid validation set. The first column illustrates the input RGB images, the second column depicts the ground reference and the third column shows the predictions of our BANet.

Result
Fig. 3. The experimental results on the UAVid test set. The first column illustrates the input RGB images, the second column depicts the outputs of MSD and the third column shows the predictions of our BANet.