Downloads · 30 days
77
5% of all-time downloads
ldxxx/UAGLNet_Backbone
UAGLNet_Backbone is a image segmentation model from ldxxx. Use it for the image segmentation task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
This repository contains the official implementation of UAGLNet, a model for building extraction from remote sensing images, as presented in the paper "UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with…
Downloads · 30 days
77
5% of all-time downloads
All-time downloads
1.4K
Public
Parameters
11M
44 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors44 MB · 100%
From the Hugging Face model README
This repository contains the official implementation of UAGLNet, a model for building extraction from remote sensing images, as presented in the paper "UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with Cooperative CNN-Transformer for Building Extraction".
UAGLNet addresses the challenges of building extraction from remote sensing images due to complex structure variations. It proposes an Uncertainty-Aggregated Global-Local Fusion Network capable of exploiting high-quality global-local visual semantics under the guidance of uncertainty modeling. Specifically, it features a novel cooperative encoder with hybrid CNN and transformer layers, an intermediate cooperative interaction block (CIB) to narrow feature gaps, and a Global-Local Fusion (GLF) module. Additionally, an Uncertainty-Aggregated Decoder (UAD) is introduced to explicitly estimate pixel-wise uncertainty and mitigate segmentation ambiguity in uncertain regions.
The following table presents the performance of UAGLNet on building extraction benchmarks.
| Benchmark | IoU | F1 | P | R | Weight |
|---|---|---|---|---|---|
| Inria | 83.74 | 91.15 | 92.09 | 90.22 | UAGLNet_Inria |
| Mass | 76.97 | 86.99 | 88.28 | 85.73 | UAGLNet_Mass |
| WHU | 92.07 | 95.87 | 96.21 | 95.54 | UAGLNet_WHU |
If you find this project useful in your research, please cite it as:
@article{UAGLNet,
title = {UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with Cooperative CNN-Transformer for Building Extraction},
author = {Siyuan Yao and Dongxiu Liu and Taotao Li and Shengjie Li and Wenqi Ren and Xiaochun Cao},
journal = {arXiv preprint arXiv:2512.12941},
year = {2025}
}