Add pipeline and library tags, and enrich description for UAGLNet

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # UAGLNet
6
 
 
 
7
  **Repository:** [https://github.com/Dstate/UAGLNet](https://github.com/Dstate/UAGLNet)
8
 
9
- **Paper:** *“UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with Cooperative CNN-Transformer for Building Extraction”* ([arXiv:2512.12941](https://arxiv.org/abs/2512.12941))
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: pytorch
5
  ---
6
 
7
  # UAGLNet
8
 
9
+ UAGLNet (Uncertainty-Aggregated Global-Local Fusion Network) is a model designed for building extraction from remote sensing images. It exploits high-quality global-local visual semantics under the guidance of uncertainty modeling, using a cooperative encoder with hybrid CNN and transformer layers.
10
+
11
  **Repository:** [https://github.com/Dstate/UAGLNet](https://github.com/Dstate/UAGLNet)
12
 
13
+ **Paper:** *“UAGLNet: Uncertainty-Aggregated Global-Local Fusion Network with Cooperative CNN-Transformer for Building Extraction”* ([arXiv:2512.12941](https://arxiv.org/abs/2512.12941))