NeFut Logo NeFut
Admin Login

[CS.AI] Breakthrough in Low-Resource Earthen-Levee Inspection with Multi-Conditioned Diffusion Synthesis

Published at: 2026-07-13 22:00 Last updated: 2026-07-14 12:04
#algorithm #Machine Learning #Open Source

Sand boils on earthen levees are safety-critical defects, but pixel-level detection is limited by scarce annotations. We present a diffusion-based synthesis pipeline for low-resource sand-boil imagery.

Using Stable Diffusion XL fine-tuned with DreamBooth and conditioned by a multi-branch ControlNet stack, the pipeline generates synthetic inspection images from a small curated reference set. A soft-mask inpainting protocol preserves the real defect pixels while re-rendering the surrounding scene, avoiding seams and color shifts from prior seamless-cloning compositing.

A mask-conditioned ControlNet can also generate a new boil inside a chosen mask, making the mask the segmentation label by construction; however, because large-scale label certification remains unresolved with the available real-trained gate, we release the soft-mask preset as the default.

Text conditioning is supplied by a taxonomy-driven Prompt Atlas that expands one domain specification into a stratified, CLIP-validated prompt bank and transfers to new defect classes without code changes. From the real training images, the pipeline produces 1,020 synthetic candidates, of which 815 pass a CLIP admissibility filter.

We evaluate image quality using distributional and fidelity-diversity measures against the real reference set and a Poisson baseline, and audit for out-of-distribution drift and memorization. No single preset dominates; each trades off fidelity, diversity, and label reliability.

We therefore release the label-reliable preset as the default and treat a curated mixture as the natural augmentation set. Our claims are limited to image quality, label provenance, and diversity; downstream segmentation is left for future work. Code and an artifact manifest are released for reproducibility.

Blogger's Review: This study showcases the potential of enhancing earthen levee inspections through synthetic imagery under low-resource conditions, particularly in the absence of sufficient annotated data. The multi-conditioned diffusion synthesis approach, combined with innovative masking and text conditioning, highlights the significance of generative models in practical applications, promising further advancements in this field.

Original Source: https://arxiv.org/abs/2607.08794

[h] Back to Home