paper-with-me

Papers

DASNet: Dual attentive fully convolutional siamese networks for change detection of high resolution satellite images

2020-03-07 · Jie Chen, Ziyang Yuan, Jian Peng, Li Chen, Haozhe Huang, Jiawei Zhu, Yu Liu, Haifeng Li

Change detection is a basic task of remote sensing image processing. The research objective is to identity the change information of interest and filter out the irrelevant change information as interference factors. Recently, the rise of deep learning has provided new tools for change detection, which have yielded impressive results. However, the available methods focus mainly on the difference information between multitemporal remote sensing images and lack robustness to pseudo-change information. To overcome the lack of resistance of current methods to pseudo-changes, in this paper, we propose a new method, namely, dual attentive fully convolutional Siamese networks (DASNet) for change detection in high-resolution images. Through the dual-attention mechanism, long-range dependencies are captured to obtain more discriminant feature representations to enhance the recognition performance of the model. Moreover, the imbalanced sample is a serious problem in change detection, i.e. unchanged samples are much more than changed samples, which is one of the main reasons resulting in pseudo-changes. We put forward the weighted double margin contrastive loss to address this problem by punishing the attention to unchanged feature pairs and increase attention to changed feature pairs. The experimental results of our method on the change detection dataset (CDD) and the building change detection dataset (BCDD) demonstrate that compared with other baseline methods, the proposed method realizes maximum improvements of 2.1\% and 3.6\%, respectively, in the F1 score. Our Pytorch implementation is available at https://github.com/lehaifeng/DASNet.

📄 PDF Abstract BibTeX arXiv:2003.03608

Code (2)

lehaifeng/DASNet 공식 구현 pytorch
Hrach2003/change_detection pytorch

Tasks

Change DetectionChange detection for remote sensing images

Similar Papers 제목 키워드 기반

Deep Networks with Internal Selective Attention through Feedback Connections

2014-07-11 · NeurIPS 2014 12 · Marijn Stollenga, Jonathan Masci, Faustino Gomez, Juergen Schmidhuber

Traditional convolutional neural networks (CNN) are stationary and feedforward. They neither change their parameters during evaluation nor use feedback from higher to lower layers. Real brains, however, do. So does our D…

Deep AttentionGeneral Classification

Fruit Detection, Segmentation and 3D Visualisation of Environments in Apple Orchards

2019-11-28 · Hanwen Kang, Chao Chen

Robotic harvesting of fruits in orchards is a challenging task, since high density and overlapping of fruits and branches can heavily impact the success rate of robotic harvesting. Therefore, the vision system is demande…

Computational EfficiencyInstance SegmentationSegmentationSemantic Segmentation

DASNet: Dynamic Activation Sparsity for Neural Network Efficiency Improvement

2019-09-13 · Qing Yang, Jiachen Mao, Zuoguan Wang, Hai Li

To improve the execution speed and efficiency of neural networks in embedded systems, it is crucial to decrease the model size and computational complexity. In addition to conventional compression techniques, e.g., weigh…

Quantization

Re-Identification with Consistent Attentive Siamese Networks

2018-11-19 · CVPR 2019 6 · Meng Zheng, Srikrishna Karanam, Ziyan Wu, Richard J. Radke

We propose a new deep architecture for person re-identification (re-id). While re-id has seen much recent progress, spatial localization and view-invariant representation learning for robust cross-view matching remain ke…

Person Re-IdentificationRepresentation Learning

Change Detection in Multi-temporal VHR Images Based on Deep Siamese Multi-scale Convolutional Networks

2019-06-27 · Hongruixuan Chen, Chen Wu, Bo Du, Liangpei Zhang

Very-high-resolution (VHR) images can provide abundant ground details and spatial geometric information. Change detection in multi-temporal VHR images plays a significant role in urban expansion and area internal change …

Change Detection