Changchun University of Science and Technology, Changchun, Jilin, China.
Jilin Provincial Science and Technology Innovation Center of Intelligent Perception and Information Processing, Changchun, Jilin, China.
PLoS One. 2024 May 31;19(5):e0300679. doi: 10.1371/journal.pone.0300679. eCollection 2024.
Road crack detection is one of the important parts of road safety detection. Aiming at the problems such as weak segmentation effect of basic U-Net on pavement crack, insufficient precision of crack contour segmentation, difficult to identify narrow crack and low segmentation accuracy, this paper proposes an improved U-net network pavement crack segmentation method. VGG16 and Up_Conv (Upsampling Convolution) modules are introduced as backbone network and feature enhancement network respectively, and the more abstract features in the image are extracted by using the Block depth separable convolution blocks, and the multi-scale features are captured and enhanced by higher level semantic information to improve the recognition accuracy of narrow cracks in the road surface. The improved network embedded the Ca(Channel Attention) attention mechanism in U-net's jump connection to enhance the crack portion to suppress background noise. At the same time, DG_Conv(Depthwise GSConv Convolution) module and UnetUp(Unet Upsampling) module are added in the decoding part to extract richer features through more convolutional layers in the network, so that the model pays more attention to the detailed part of the crack, so the segmentation accuracy can be improved. In order to verify the model's ability to detect cracks in complex backgrounds, experiments were carried out on CFD and Deepcrack datasets. The experimental results show that compared with the traditional U-net network F1-score and mIoU have increased by 13.6% and 9.9% respectively. Superior to advanced models such as U-net, Segnet and Linknet in accuracy and generalization ability, the improved model provides a new method for asphalt pavement crack detection. The model is more conducive to practical application and ground deployment, and can be applied in road maintenance projects.
道路裂缝检测是道路安全检测的重要组成部分之一。针对基本 U-Net 对路面裂缝分割效果较弱、裂缝轮廓分割精度不足、难以识别窄裂缝和分割精度低等问题,提出了一种改进的 U-Net 网络路面裂缝分割方法。引入 VGG16 和 Up_Conv(上采样卷积)模块分别作为骨干网络和特征增强网络,利用 Block depth separable convolution 块提取图像中更抽象的特征,通过更高层次的语义信息捕获和增强多尺度特征,提高路面窄裂缝的识别精度。改进后的网络在 U-net 的跳跃连接中嵌入了 Ca(通道注意力)注意力机制,增强了裂缝部分,抑制了背景噪声。同时,在解码部分添加了 DG_Conv(Depthwise GSConv 卷积)模块和 UnetUp(Unet 上采样)模块,通过网络中更多的卷积层提取更丰富的特征,使模型更加关注裂缝的细节部分,从而提高分割精度。为了验证模型在复杂背景下检测裂缝的能力,在 CFD 和 Deepcrack 数据集上进行了实验。实验结果表明,与传统的 U-net 网络相比,改进后的模型的 F1-score 和 mIoU 分别提高了 13.6%和 9.9%。在准确性和泛化能力方面优于 U-net、Segnet 和 Linknet 等先进模型,改进后的模型为沥青路面裂缝检测提供了一种新方法。该模型更有利于实际应用和地面部署,可应用于道路养护项目。