2024-09-25 スイス連邦工科大学ローザンヌ校(EPFL)
<関連情報>
- https://actu.epfl.ch/news/ai-helps-detect-and-monitor-infrastructure-defects/
- https://www.sciencedirect.com/science/article/pii/S0926580524002334
説明可能なAIによる分類からセグメンテーションへ:亀裂検出と成長モニタリングに関する研究 From classification to segmentation with explainable AI: A study on crack detection and growth monitoring
Florent Forest Hugo Porta, Devis Tuia, Olga Fink
Automation in Construction Available online: 14 June 2024
DOI:https://doi.org/10.1016/j.autcon.2024.105497
Highlights
- Crack segmentation and monitoring via classifier explanations.
- Without the need for pixel-level labels.
- Benchmarking various XAI methods.
- Extension of the Neural Network Explainer for damage classification proposed.
- Evaluating crack severity quantification and growth monitoring.
Abstract
Monitoring surface cracks in infrastructure is crucial for structural health monitoring. Automatic visual inspection offers an effective solution, especially in hard-to-reach areas. Machine learning approaches have proven their effectiveness but typically require large annotated datasets for supervised training. Once a crack is detected, monitoring its severity often demands precise segmentation of the damage. However, pixel-level annotation of images for segmentation is labor-intensive. To mitigate this cost, one can leverage explainable artificial intelligence (XAI) to derive segmentations from the explanations of a classifier, requiring only weak image-level supervision. This paper proposes applying this methodology to segment and monitor surface cracks. We evaluate the performance of various XAI methods and examine how this approach facilitates severity quantification and growth monitoring. Results reveal that while the resulting segmentation masks may exhibit lower quality than those produced by supervised methods, they remain meaningful and enable severity monitoring, thus reducing substantial labeling costs. Code and data available at https://github.com/EPFL-IMOS/crack-explanations.