You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DAHiTra: UNET Architecture with Hierarchical Transformers for Automated Building Damage Assessment Using Satellite Imagery
A novel transformer-based network model is presented for building damage assessment which leverages hierarchical spatial features of multiple resolutions and captures temporal difference in feature domain after applying transformer encoder
on the spatial features. The proposed network achieves state of the art performance while tested on a large-scale disaster damage dataset (xBD) for building localization and damage classification, as well as on LEVIR-CD dataset for change detection
tasks.
"""
xBD damage classification data set with pixel-level binary labels;
├─train
|-images
├─masks
├─tier3
|-images
├─masks
├─test
|-images
"""
train and tier3 : pre-disaster and post-disaster images;
masks: 5 class label maps;
"""
LEVIR Change detection data set with pixel-level binary labels;
├─A
├─B
├─label
└─list
"""
A: images of t1 phase;
B:images of t2 phase;
label: label maps;
list: contains train.txt, val.txt and test.txt, each file records the image names (XXX.png) in the change detection dataset.