Papers for

infrastructure maintenance teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Automated pipeline generates realistic crack images for inspection data

An End-to-End Automated Pipeline for Controllable Crack Data Synthesis

Abstract: Automated crack inspection increasingly relies on deep learning, yet its reliability is limited by scarce and weakly controllable defect data. Existing generative augmentation methods often treat crack synthesis as a generic image-generation task, offering insufficient control over morphology, boundary fidelity, and scene context. This paper proposes an end-to-end automated pipeline for controllable crack data synthesis that formalizes crack geometry and inspection context into reusable computational constraints. First, procedurally sampled Bézier-curve skeletons are translated into realistic crack masks using a GAN, enabling scalable generation of diverse crack morphologies without manual mask design. Second, a dual-ControlNet diffusion framework disentangles appearance guidance from geometric guidance, with an edge-based branch enforcing strict boundary consistency. The framework supports both background-free synthesis and context-aware inpainting. Experiments on CRACK500 and CrackTree200 show consistent gains over existing augmentation baselines, demonstrating a scalable engineering informatics workflow for automated crack-inspection data generation.

Fri 11 SeptComputer Vision and Pattern Recognition
The gist
Inspecting cracks with AI tools is hard because there aren’t many examples of cracks to learn from, and existing methods can’t easily control how cracks look or fit into scenes. The authors created a tool that automatically makes lots of detailed crack images by first drawing crack shapes using mathematical curves and then turning those into realistic crack pictures with AI. Their method can also add cracks into different backgrounds, improving how well AI can learn to find cracks. They tested their approach on popular crack image sets and showed it works better than older methods.
Open 2609.12431v1

Vision transformer improves sewer defect classification with lightweight models

Vision Transformer-Based Multi-Level Feature Fusion for Multi-Label Sewer Defect Classification

Abstract: Automated classification of sewer defects is essential for infrastructure condition assessment and maintenance decision-making, but existing deep learning methods struggle to balance classification accuracy and computational complexity in large-scale multi-label scenarios. This study develops Sewer-Transformer-ML, a hierarchical vision Transformer with multi-level feature fusion, together with two lightweight architectures, Sewer-MobileNet-ML and Sewer-Mobile-TransNet, for resource-constrained inspection scenarios. On the Sewer-ML test set, Sewer-Transformer-ML-Base achieved an $F2_{\text{CIW}}$ of 65.68% and an $F1_{\text{Normal}}$ of 92.68%, ranking first on the public leaderboard and exceeding the second-ranked method by 7.6 percentage points in $F2_{\text{CIW}}$. Sewer-MobileNet-ML achieved an $F2_{\text{CIW}}$ of 65.73% with only 17 M parameters, representing an approximately 95% parameter reduction relative to the base model. Under the standard Sewer-Capsule data split, Sewer-Mobile-TransNet achieved 96.43% classification accuracy. When the training set was reduced to 1,177 images, pretraining on Sewer-ML consistently improved model performance. Ablation experiments further showed that direct concatenation was more effective for Transformer features, whereas attention-based fusion better supported multiscale CNN features. These findings provide a computational basis for automated sewer inspection, lightweight model design, and adaptation across civil infrastructure inspection platforms.

Thu 10 SeptComputer Vision and Pattern Recognition
The gist
Sewer systems sometimes have different types of damage that need to be found to keep them working well. Existing computer programs find it hard to quickly and accurately recognize multiple types of sewer problems from images. The authors created a new way to analyze sewer photos using a vision Transformer that combines details at different levels, making it more accurate. They also built smaller models that work well with limited computing power, suitable for on-site inspections. Their tests showed these models can reliably detect sewer defects and work better than earlier methods, even when there is less training data.
Open 2609.11375v1