Datasets
Standard Dataset
GAZADeepDAV: A High Resolution Geotagged Satellite Imagery Dataset for Analyzing War-Induced Damage
- Citation Author(s):
- Submitted by:
- Marwen Bouabid
- Last updated:
- Wed, 10/09/2024 - 12:38
- DOI:
- 10.21227/stwb-3c59
- Data Format:
- License:
- Categories:
- Keywords:
Abstract
Designing practical algorithms for damage detection in satellite images requires a substantial and well-labeled dataset for training, validation, and testing. In this paper, we collect GAZADeepDav: a high-resolution PlanetScope satellite imagery dataset with 7264 tiles for no damage and 6196 tiles for damage . This work is delving into the steps of collecting the dataset, Geotagging and employing deep learning architectures to distinguish damage in war zones while also providing valuable insights for researchers undertaking similar tasks in real-world applications. The experimental results on this dataset, using SqueezeNet architecture, yielded an impressive 98.95\% accuracy in classifying damage. The study also explored augmenting SqueezeNet with Bidirectional Long Short-Term Memory (BiLSTM) layers, resulting in a heightened accuracy of 99.10\%. The combination of SqueezeNet and BiLSTM exemplifies the potential for advanced model architectures to enhance damage classification accuracy further.
To extract the dataset, please unzip the main file 'gaza_deep_dav.zip'. There will be 2 folders inside
A folder conatinaing tiles about damage taken from post war images
A second folder containing tiles about non damage from pre war images.
Tiles creation employs a multi-step process to extract meaningful information from high-resolution PlanetScope satellite imagery(3m resolution) depicting post and pre-war scenes in Gaza. The initial step involves reading the Red, Green, and Blue bands from the imagery and normalizing the pixel values. Subsequently, the images are partitioned into smaller tiles, each measuring 128x128 pixels. Each tile undergoes a check for the absence of empty (zero) values in any of the bands. If the tile meets this criterion, we stack the bands, generating an RGB representation of the tile.
if you use the dataset please cite the following paper
GAZADeepDav: A High Resolution Geotagged Satellite Imagery Dataset For Analyzing War-Induced Damage
M. Bouabid and M. Farah, "GAZADeepDav: A High Resolution Geotagged Satellite Imagery Dataset For Analyzing War-Induced Damage," IGARSS 2024 - 2024 IEEE International Geoscience and Remote Sensing Symposium, Athens, Greece, 2024, pp. 8876-8879, doi: 10.1109/IGARSS53475.2024.10642306.keywords: {Training;Accuracy;Recurrent neural networks;Image resolution;Geoscience and remote sensing;Satellite images;Task analysis;Satellite images;Deep learning;Gaza War;damage Detection;SqueezeNet;BiLSTM},
Comments
uhu