Multi-stage Bridge Inspection System: Integrating Foundation Models with Location Anonymization
Takato Yasuno
TL;DR
This work tackles the dual challenge of accurate bridge damage assessment and regional privacy protection in field imagery. It introduces SAM3-based damage detection integrated with DBSCAN gap completion and a privacy framework that applies Gaussian blur to construction signs, complemented by OCR preprocessing to boost text recognition, all accelerated on GPUs to achieve around 1.7 seconds per image. The approach achieves high detection performance (e.g., $\text{precision}_{crack}=0.942$, $\text{recall}_{crack}=0.918$, $\text{precision}_{rebar}=0.961$, $\text{recall}_{rebar}=0.935$, $F1\approx0.951$) and strong privacy protection (e.g., $97.3\%$ sign detection, $99.1\%$ regional coverage, $98.7\%$ utility retention) with a $51 \times 51$ blur kernel and $k \ge 3$ regional anonymity. The system is open-source and designed for real-world deployment, balancing safety, inspection utility, and user privacy, and offers a practical, scalable solution for privacy-conscious infrastructure monitoring in Japan and beyond.
Abstract
In Japan, civil infrastructure condition monitoring is mandated through visual inspection every five years. Field-captured damage images frequently contain concrete cracks and rebar exposure, often accompanied by construction signs revealing regional information. To enable safe infrastructure use without causing public anxiety, it is essential to protect regional information while accurately extracting damage features and visualizing key indicators for repair decision-making. This paper presents an open-source bridge damage detection system with regional privacy protection capabilities. We employ Segment Anything Model (SAM) 3 for rebar corrosion detection and utilize DBSCAN for automatic completion of missed regions. Construction sign regions are detected and protected through Gaussian blur. Four preprocessing methods improve OCR accuracy, and GPU optimization enables 1.7-second processing per image. The technology stack includes SAM3, PyTorch, OpenCV, pytesseract, and scikit-learn, achieving efficient bridge inspection with regional information protection.
