Deployment Conscious Automatic Surface Crack Detection

Abstract

Automatic crack detection from images is a challenging problem long studied by many, and it has a potential to drastically reduce the labor intensive building and road inspections currently done manually. In this paper, we propose a deep learning based crack detection model with a strong emphasis on deployability. By applying various network architecture designs utilized in state of the art semantic segmentation models, as well as augmenting the network with Multiple Instance Learning (MIL), our model is able to accurately predict cracks at a significantly reduced inference time. Moreover, in order to realize a more holistic inspection automation, we propose a semi-supervised training method which enables a model to predict crack orientations in addition to predicting crack locations. Experimental results show that the proposed model surpasses the state of the art in terms of accuracy at a significantly reduced inference time.

Cite

Text

Inoue and Nagayoshi. "Deployment Conscious Automatic Surface Crack Detection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2019. doi:10.1109/WACV.2019.00078

Markdown

[Inoue and Nagayoshi. "Deployment Conscious Automatic Surface Crack Detection." IEEE/CVF Winter Conference on Applications of Computer Vision, 2019.](https://mlanthology.org/wacv/2019/inoue2019wacv-deployment/) doi:10.1109/WACV.2019.00078

BibTeX

@inproceedings{inoue2019wacv-deployment,
  title     = {{Deployment Conscious Automatic Surface Crack Detection}},
  author    = {Inoue, Yuki and Nagayoshi, Hiroto},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2019},
  pages     = {686-694},
  doi       = {10.1109/WACV.2019.00078},
  url       = {https://mlanthology.org/wacv/2019/inoue2019wacv-deployment/}
}