English

Survey of Quantization Techniques for On-Device Vision-based Crack Detection

Computer Vision and Pattern Recognition 2025-07-22 v1 Machine Learning

Abstract

Structural Health Monitoring (SHM) ensures the safety and longevity of infrastructure by enabling timely damage detection. Vision-based crack detection, combined with UAVs, addresses the limitations of traditional sensor-based SHM methods but requires the deployment of efficient deep learning models on resource-constrained devices. This study evaluates two lightweight convolutional neural network models, MobileNetV1x0.25 and MobileNetV2x0.5, across TensorFlow, PyTorch, and Open Neural Network Exchange platforms using three quantization techniques: dynamic quantization, post-training quantization (PTQ), and quantization-aware training (QAT). Results show that QAT consistently achieves near-floating-point accuracy, such as an F1-score of 0.8376 for MBNV2x0.5 with Torch-QAT, while maintaining efficient resource usage. PTQ significantly reduces memory and energy consumption but suffers from accuracy loss, particularly in TensorFlow. Dynamic quantization preserves accuracy but faces deployment challenges on PyTorch. By leveraging QAT, this work enables real-time, low-power crack detection on UAVs, enhancing safety, scalability, and cost-efficiency in SHM applications, while providing insights into balancing accuracy and efficiency across different platforms for autonomous inspections.

Keywords

Cite

@article{arxiv.2502.02269,
  title  = {Survey of Quantization Techniques for On-Device Vision-based Crack Detection},
  author = {Yuxuan Zhang and Luciano Sebastian Martinez-Rau and Quynh Nguyen Phuong Vu and Bengt Oelmann and Sebastian Bader},
  journal= {arXiv preprint arXiv:2502.02269},
  year   = {2025}
}

Comments

Accepted by IEEE International Instrumentation and Measurement Technology Conference (I2MTC) 2025

R2 v1 2026-06-28T21:32:02.895Z