Abstract:Aiming at the low recognition accuracy in complex remote sensing images due to the variety of road materials, complex background and shadow occlusion, as well as the large number of parameters in the existing models, this paper designs an improved model based on U-Net for road detection in remote sensing images. Firstly, MobileNetV2 is introduced into the encoder instead of the original backbone extraction network, which ensures the detection accuracy while greatly reducing the computational complexity. Secondly, in the decoder part, depthwise separable convolution is introduced to separate spatial feature extraction and channel fusion processing, thereby accomplishing the recovery of high-resolution road details with reduced computation. Finally, the spatial group enhancement attention mechanism is introduced to strengthen the model"s ability to model spatial level features, so as to improve the perception accuracy and detection effect on the target area. The experimental results show that compared with the control model, the improved model in this paper achieves the highest mIOU and F1-score of 79.50% and 87.46% on the Massachusetts Roads Dataset, respectively. An effective balance between detection performance and model complexity is realized, which provides strong support for road extraction in remote sensing images.