Home

Awesome

A<sup>2</sup>-FPN for Semantic Segmentation of Fine-Resolution Remotely Sensed Images

Welcome to my HomePage

In this repository, we implement the Feature Pyramid Network (FPN) with Attention Aggregation Module (AAM), i.e., A<sup>2</sup>-FPN, for semantic segmentation of fine-resolution remotely sensed images.

The detailed results can be seen in the A<sup>2</sup>-FPN for Semantic Segmentation of Fine-Resolution Remotely Sensed Images.

The training and testing code can refer to GeoSeg.

The related repositories include:

If our code is helpful to you, please cite:

Rui Li, Libo Wang, Ce Zhang, Chenxi Duan & Shunyi Zheng (2022) A2-FPN for semantic segmentation of fine-resolution remotely sensed images, International Journal of Remote Sensing, 43:3, 1131-1155, DOI: 10.1080/01431161.2022.2030071.

Network:

network
Fig. 1. The overall architecture of A<sup>2</sup>-FPN.

Result:

The result on the UAVid dataset can seen from here or download by this link:

MethodBackbonebuildingtreeclutterroadvegetationstatic carmoving carhumanmIoU
MSD <sup>[1]</sup>-79.874.557.074.055.932.162.919.757.0
BiSeNet <sup>[2]</sup>ResNet-1885.778.364.761.177.363.448.617.561.5
SwiftNet <sup>[3]</sup>ResNet-1885.378.264.161.576.462.151.115.761.1
ShelfNet <sup>[4]</sup>ResNet-1885.378.244.161.443.421.052.63.647.0
MANet <sup>[5]</sup>ResNet-1885.477.064.577.860.353.667.214.962.6
BANet <sup>[6]</sup>ResNet-1885.478.966.680.762.152.869.321.064.6
ABCNet <sup>[7]</sup>ResNet-1886.479.967.481.263.148.469.813.963.8
A<sup>2</sup>-FPN <sup>[8]</sup>ResNet-1887.280.167.480.263.753.370.123.465.7

Reference:
[1] Lyu, Y., Vosselman, G., Xia, G. S., Yilmaz, A., & Yang, M. Y. (2020). UAVid: A semantic segmentation dataset for UAV imagery. ISPRS journal of photogrammetry and remote sensing, 165, 108-119.
[2] Yu, C., Wang, J., Peng, C., Gao, C., Yu, G., & Sang, N. (2018). Bisenet: Bilateral segmentation network for real-time semantic segmentation. In Proceedings of the European conference on computer vision (ECCV) (pp. 325-341).
[3] Oršić, M., & Šegvić, S. (2021). Efficient semantic segmentation with pyramidal fusion. Pattern Recognition, 110, 107611.
[4] Zhuang, J., Yang, J., Gu, L., & Dvornek, N. (2019). Shelfnet for fast semantic segmentation. In Proceedings of the IEEE/CVF International Conference on Computer Vision Workshops (pp. 0-0).
[5] R. Li, S. Zheng, C. Zhang, C. Duan *, J. Su, L. Wang, and P. M. Atkinson. (2021). Multiattention network for semantic segmentation of fine-resolution remote sensing images. IEEE Transactions on Geoscience and Remote Sensing, doi: 10.1109/TGRS.2021.3093977.
[6] L. Wang, R. Li, D. Wang, C. Duan, T. Wang, and X. Meng. (2021). Transformer Meets Convolution: A Bilateral Awareness Network for Semantic Segmentation of Very Fine Resolution Urban Scene Images. Remote Sensing, 13(16), 3065, doi: 10.3390/rs13163065.
[7] R. Li, S. Zheng, C. Zheng, C. Duan *, L. Wang, and P. M. Atkinson. ABCNet: Attentive bilateral contextual network for efficient semantic segmentation of Fine-Resolution remotely sensed imagery. ISPRS Journal of Photogrammetry and Remote Sensing, 181, 84-98, doi: 10.1016/j.isprsjprs.2021.09.005.
[8] R. Li, L. Wang, C. Zhang, C. Duan, S. Zheng. (2022) A2-FPN for semantic segmentation of fine-resolution remotely sensed images. International Journal of Remote Sensing, 43:3, 1131-1155, doi: 10.1080/01431161.2022.2030071.

Result
Fig. 2. 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 A<sup>2</sup>-FPN.