Evaluation and Comparison of Deep Learning Methods for Pavement Crack Identification with Visual Images
Kai-Liang Lu

TL;DR
This paper reviews deep learning frameworks for pavement crack detection using visual images, compares their performance on public datasets, and introduces a weakly supervised learning approach to reduce labeling effort.
Contribution
It provides a comprehensive comparison of CNN, GAN, and transfer learning models for crack detection and proposes a novel weakly supervised framework to improve efficiency.
Findings
Transfer learning models achieve accuracy comparable to encoder-decoder models with faster prediction.
Both encoder-decoder and GAN models can perform pixel-level crack segmentation in real time.
The proposed weakly supervised framework reduces labeled data requirements while maintaining performance.
Abstract
Compared with contact detection techniques, pavement crack identification with visual images via deep learning algorithms has the advantages of not being limited by the material of object to be detected, fast speed and low cost. The fundamental frameworks and typical model architectures of transfer learning (TL), encoder-decoder (ED), generative adversarial networks (GAN), and their common modules were first reviewed, and then the evolution of convolutional neural network (CNN) backbone models and GAN models were summarized. The crack classification, segmentation performance, and effect were tested on the SDNET2018 and CFD public data sets. In the aspect of patch sample classification, the fine-tuned TL models can be equivalent to or even slightly better than the ED models in accuracy, and the predicting time is faster; In the aspect of accurate crack location, both ED and GAN…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInfrastructure Maintenance and Monitoring · Asphalt Pavement Performance Evaluation · Concrete Corrosion and Durability
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
