自然災害(地震、ハリケーンなど)が発生した場合、迅速かつ効果的な対応が必要です。救援活動を展開する前に、衛星画像から建物の損傷を評価することが重要です。災害前と災害後の衛星画像のペアを使用して、建物の損傷評価は、建物の損傷の程度を予測することを目的としています。特徴表現の強力な機能により、ディープニューラルネットワークは建物の損傷評価にうまく適用されています。ほとんどの既存の作品は、それらの相関関係を考慮せずに、災害前と災害後の画像をディープニューラルネットワークの入力として単純に連結します。この論文では、BDANetと呼ばれる建物損傷評価のための新しい2段階畳み込みニューラルネットワークを提案します。最初の段階では、U-Netを使用して建物の場所を抽出します。次に、建物の損傷評価のために、第1段階のネットワークの重みが第2段階で共有されます。第2段階では、2ブランチのマルチスケールU-Netがバックボーンとして採用され、災害前と災害後の画像が別々にネットワークに送られます。災害前と災害後の画像間の相関関係を調査するために、クロスディレクショナルアテンションモジュールが提案されています。さらに、CutMixデータ拡張は、難しいクラスの課題に取り組むために活用されます。提案された方法は、大規模なデータセットであるxBDで最先端のパフォーマンスを実現します。コードはhttps://github.com/ShaneShen/BDANet-Building-Damage-Assessmentで入手できます。
Fast and effective responses are required when a natural disaster (e.g., earthquake, hurricane, etc.) strikes. Building damage assessment from satellite imagery is critical before relief effort is deployed. With a pair of pre- and post-disaster satellite images, building damage assessment aims at predicting the extent of damage to buildings. With the powerful ability of feature representation, deep neural networks have been successfully applied to building damage assessment. Most existing works simply concatenate pre- and post-disaster images as input of a deep neural network without considering their correlations. In this paper, we propose a novel two-stage convolutional neural network for Building Damage Assessment, called BDANet. In the first stage, a U-Net is used to extract the locations of buildings. Then the network weights from the first stage are shared in the second stage for building damage assessment. In the second stage, a two-branch multi-scale U-Net is employed as backbone, where pre- and post-disaster images are fed into the network separately. A cross-directional attention module is proposed to explore the correlations between pre- and post-disaster images. Moreover, CutMix data augmentation is exploited to tackle the challenge of difficult classes. The proposed method achieves state-of-the-art performance on a large-scale dataset -- xBD. The code is available at https://github.com/ShaneShen/BDANet-Building-Damage-Assessment.