Abstract
Natural disasters such as earthquake severely damage buildings and introduce obstacles to people trying to evacuate an affected area. Detecting and analyzing the severity of damage to an affected area is a challenge. This paper proposes a novel model for classifying damaged buildings and supporting people's evacuation from natural disaster affected areas using satellite images. The model integrates image segmentation and classification with a shortest path algorithm. First, buildings are detected from pre-disaster satellite images using the proposed Segmentation model. Second, post-disaster images are classified based on the severity of the damage using the proposed Classification model. Finally, the shortest and safest evacuation route to a rescue shelter is detected using the Dijkstra's algorithm. Results show that the Route Detection model dynamically adapts to new and updated satellite images. The Segmentation model shows an F1 score 5% better than the Building Footprint Extraction model and the Classification model shows F1 scores 8% and 10% better than the VGG16 and VGG19 respectively. The Evacuation Route model is useful to disaster management teams and trapped people for planning safe evacuation routes out of the affected area.
Original language | English |
---|---|
Pages (from-to) | 61-72 |
Number of pages | 12 |
Journal | CEUR Workshop Proceedings |
Volume | 2771 |
Publication status | Published - 2020 |
Externally published | Yes |
Event | 28th Irish Conference on Artificial Intelligence and Cognitive Science, AICS 2020 - Dublin, Ireland Duration: 7 Dec 2020 → 8 Dec 2020 |
Keywords
- Deep Learning
- Image Processing
- Natural Disaster Management
- Shortest Path Algorithm