3 research outputs found

    A Real-Time Detection Method for Concrete Surface Cracks Based on Improved YOLOv4

    No full text
    Many structures in civil engineering are symmetrical. Crack detection is a critical task in the monitoring and inspection of civil engineering structures. This study implements a lightweight neural network based on the YOLOv4 algorithm to detect concrete surface cracks. In the extraction of backbone and the design of neck and head, the symmetry concept is adopted. The model modules are improved to reduce the depth and complexity of the overall network structure. Meanwhile, the separable convolution is used to realize spatial convolution, and the SPP and PANet modules are improved to reduce the model parameters. The convolutional layer and batch normalization layer are merged to improve the model inference speed. In addition, using the focal loss function for reference, the loss function of object detection network is improved to balance the proportion of the cracks and the background samples. To comprehensively evaluate the performance of the improved method, 10,000 images (256 × 256 pixels in size) of cracks on concrete surfaces are collected to build the database. The improved YOLOv4 model achieves an mAP of 94.09% with 8.04 M and 0.64 GMacs. The results show that the improved model is satisfactory in mAP, and the model size and calculation amount are greatly reduced. This performs better in terms of real-time detection on concrete surface cracks

    Autonomous Crack and Bughole Detection for Concrete Surface Image Based on Deep Learning

    No full text
    Cracks and bugholes (surface air voids) are common factors that affect the quality of concrete surfaces, so it is necessary to detect them on concrete surfaces. To improve the accuracy and efficiency of the detection, this research implements a novel deep learning technique based on DeepLabv3+ to detect cracks and bugholes on concrete surfaces. Firstly, in the decoder, the 3×33\times 3 convolution of the feature fusion part is improved to a 3-layer depth separable convolution to reduce the information loss during up sampling. Secondly, the original expansion rate combination is changed from 1, 6, 12, 18 to 1, 2, 4, 8 to improve the segmentation effect of the model on the image. Thirdly, a weight value is added to each channel of the Atrous Spatial Pyramid Polling (ASSP) module, and the feature maps that contribute significantly to the target prediction are learned and screened. To use this method, a database is built containing 16, 662  256×256662\,\,256\times256 pixel images of bugholes and cracks on concrete surfaces. The two defects included in those images are labeled manually. The DeepLabv3+ architecture is then modified, trained, validated and tested using this database. A strategy of model-based transfer learning is applied to optimize and accelerate the learning efficiency of the model. The weights and biases of the Xception part of the model are initialized by the pretrained backbones. The results are 97.63% (crack), 93.53% (bughole) Average Precision (AP), 95.58% Mean Average Precision (MAP) and 81.87% Mean Intersection over Union (MIoU). A comparative study is conducted to verify the performance of the proposed method, and the results demonstrate that the proposed approach performs significantly better in crack and bughole detection on concrete surfaces
    corecore