CVLGFeb 4, 2025

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

arXiv:2502.02269v118 citationsh-index: 17I2MTC
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of enabling real-time, low-power crack detection on UAVs for structural health monitoring, but it is incremental as it applies existing quantization methods to a specific domain.

This study evaluated quantization techniques for deploying lightweight deep learning models on resource-constrained devices for vision-based crack detection, finding that quantization-aware training (QAT) achieved near-floating-point accuracy, such as an F1-score of 0.8376 for MobileNetV2x0.5, while maintaining efficient resource usage.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes