paper-with-me

Papers

BDANet: Multiscale Convolutional Neural Network with Cross-directional Attention for Building Damage Assessment from Satellite Images

2021-05-16 · Yu Shen, Sijie Zhu, Taojiannan Yang, Chen Chen, Delu Pan, Jianyu Chen, Liang Xiao, Qian Du

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.

📄 PDF Abstract BibTeX arXiv:2105.07364

Code (1)

ShaneShen/BDANet-Building-Damage-Assessment 공식 구현 pytorch

Tasks

2D Semantic SegmentationBuilding Damage AssessmentData AugmentationExtracting Buildings In Remote Sensing Images

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
U-Net 설명 없음
CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

LambdaNetworks: Modeling Long-Range Interactions Without Attention

2021-02-17 · ICLR 2021 1 · Irwan Bello

We present lambda layers -- an alternative framework to self-attention -- for capturing long-range interactions between an input and structured contextual information (e.g. a pixel surrounded by other pixels). Lambda lay…

image-classificationImage ClassificationInstance Segmentationobject-detection+2

Small Lesions-aware Bidirectional Multimodal Multiscale Fusion Network for Lung Disease Classification

2025-08-06 · Jianxun Yu, Ruiquan Ge, Zhipeng Wang, Cheng Yang 외 arxiv

The diagnosis of medical diseases faces challenges such as the misdiagnosis of small lesions. Deep learning, particularly multimodal approaches, has shown great potential in the field of medical disease diagnosis. Howeve…

Bidirectional Multiscale Feature Aggregation for Speaker Verification

2021-04-01 · Jiajun Qi, Wu Guo, Bin Gu

In this paper, we propose a novel bidirectional multiscale feature aggregation (BMFA) network with attentional fusion modules for text-independent speaker verification. The feature maps from different stages of the backb…

Speaker VerificationText-Independent Speaker Verification

EMC2A-Net: An Efficient Multibranch Cross-channel Attention Network for SAR Target Classification

2022-08-03 · Xiang Yu, Zhe Geng, Xiaohua Huang, Qinglu Wang 외

In recent years, convolutional neural networks (CNNs) have shown great potential in synthetic aperture radar (SAR) target recognition. SAR images have a strong sense of granularity and have different scales of texture fe…

Dimensionality Reduction

Directionally Constrained Fully Convolutional Neural Network For Airborne Lidar Point Cloud Classification

2019-08-19 · Congcong Wen, Lina Yang, Ling Peng, Xiang Li 외

Point cloud classification plays an important role in a wide range of airborne light detection and ranging (LiDAR) applications, such as topographic mapping, forest monitoring, power line detection, and road detection. H…

General ClassificationLine DetectionPoint Cloud Classification