L-UNet:一种用于遥感图像变化检测的LSTM网络 / L-UNet: An LSTM Network for Remote Sensing Image Change Detection
1️⃣ 一句话总结
这篇论文提出了一种名为L-UNet的新型神经网络,它通过将具有时空特性的特殊LSTM模块融入经典的UNet结构,显著提升了高分辨率遥感图像变化检测的准确性。
Change detection of high-resolution remote sensing images is an important task in earth observation and was extensively investigated. Recently, deep learning has shown to be very successful in plenty of remote sensing tasks. The current deep learning-based change detection method is mainly based on conventional long short-term memory (Conv-LSTM), which does not have spatial characteristics. Since change detection is a process with both spatiality and temporality, it is necessary to propose an end-to-end spatiotemporal network. To achieve this, Conv-LSTM, an extension of the Conv-LSTM structure, is introduced. Since it shares similar spatial characteristics with the convolutional layer, L-UNet, which substitutes partial convolution layers of UNet-to-Conv-LSTM and Atrous L-UNet (AL-UNet), which further using Atrous structure to multiscale spatial information is proposed. Experiments on two data sets are conducted and the proposed methods show the advantages both in quantity and quality when compared with some other methods.
L-UNet:一种用于遥感图像变化检测的LSTM网络 / L-UNet: An LSTM Network for Remote Sensing Image Change Detection
这篇论文提出了一种名为L-UNet的新型神经网络,它通过将具有时空特性的特殊LSTM模块融入经典的UNet结构,显著提升了高分辨率遥感图像变化检测的准确性。
源自 arXiv: 2603.22842