CVLGJan 25, 2022

Towards Cross-Disaster Building Damage Assessment with Graph Convolutional Networks

arXiv:2201.10395v17 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of rapid and generalizable damage mapping for disaster response teams, though it appears incremental as it builds on existing graph-based methods.

The paper tackled building damage assessment after disasters by proposing a graph convolutional network to capture relationships between neighboring buildings, which showed a promising advantage for cross-disaster generalization despite challenges with class imbalance.

In the aftermath of disasters, building damage maps are obtained using change detection to plan rescue operations. Current convolutional neural network approaches do not consider the similarities between neighboring buildings for predicting the damage. We present a novel graph-based building damage detection solution to capture these relationships. Our proposed model architecture learns from both local and neighborhood features to predict building damage. Specifically, we adopt the sample and aggregate graph convolution strategy to learn aggregation functions that generalize to unseen graphs which is essential for alleviating the time needed to obtain predictions for new disasters. Our experiments on the xBD dataset and comparisons with a classical convolutional neural network reveal that while our approach is handicapped by class imbalance, it presents a promising and distinct advantage when it comes to cross-disaster generalization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes