Pith. sign in

REVIEW 2 major objections 6 minor 1 cited by

A multi-conditioned diffusion pipeline turns a few dozen real sand-boil photos into hundreds of label-reliable synthetic inspection images without the seams of older cloning methods.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · grok-4.5

2026-07-13 06:47 UTC pith:2UQQVGK6

load-bearing objection Careful, reproducible generative-augmentation engineering for a scarce civil-infrastructure defect class, honestly scoped to image quality and label provenance with no downstream claim. the 2 major comments →

arxiv 2607.08794 v1 pith:2UQQVGK6 submitted 2026-07-08 cs.GR cs.AI

Multi-Conditioned Diffusion Synthesis of Sand Boils for Low-Resource Earthen-Levee Inspection

classification cs.GR cs.AI
keywords sand boil detectionearthen leveessynthetic image generationStable Diffusion XLDreamBoothControlNetsoft-mask inpaintinglow-resource computer vision
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

Sand boils are early surface signs of internal erosion in earthen levees, yet annotated field photos of them are rare, so pixel-level detectors starve for training data. This paper builds a generation pipeline that adapts Stable Diffusion XL with a small DreamBooth adapter, then constrains it with a stack of structural controls (edges, depth, surface normals) so the generator stays faithful to real levee geometry. A soft-mask inpainting step freezes the real defect pixels while re-rendering only the surrounding scene, eliminating the hard seams and colour bleed of earlier Poisson cloning. Text prompts come from a taxonomy-driven Prompt Atlas that expands one JSON domain file into a stratified, CLIP-filtered bank. From the real training set the pipeline produces 1,020 candidates; 815 pass an automatic CLIP admissibility filter. Image-quality metrics and a fidelity-diversity decomposition show that no single preset wins every trade-off, so the authors release the label-reliable soft-mask preset as the default and treat a curated mixture as the natural augmentation set. Claims stop at image quality, label provenance and diversity; whether the synthetic data improves a downstream segmenter is left open.

Core claim

From a small curated reference set, a DreamBooth-fine-tuned SDXL generator conditioned by multi-branch ControlNets and soft-mask inpainting can produce hundreds of synthetic sand-boil inspection images that preserve real defect pixels, carry a single-policy automated mask, and pass distributional and memorisation audits against the real set and a Poisson baseline. The soft-mask path is the released default because its labels rest on preserved real structure rather than on an unverified synthetic render.

What carries the argument

Defect-preserving soft-mask latent blending: at every diffusion step the inverted, size-adaptively eroded and Gaussian-blurred ground-truth mask freezes the real dome pixels while the denoiser renegotiates only the boundary ring and background, removing both hard seams and post-hoc colour bleed.

Load-bearing premise

The automatic CLIP similarity band and the real-trained segmenter used to clean synthetic masks are assumed good enough to keep out-of-distribution junk and bad labels out of the released set, even though the same segmenter fails to certify the complementary mask-conditioned path.

What would settle it

Train an identical segmentation network once on real data only and once on real plus the released 815-image soft-mask set, then measure pixel IoU on a held-out real test set that never entered the generation pipeline; a null or negative delta would falsify the claim that the synthetic set is usable supervision.

Watch this falsifier — get emailed when new claim-graph text bears on it.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 6 minor

Summary. The paper presents a multi-conditioned diffusion pipeline for synthesizing sand-boil inspection imagery under severe annotation scarcity. An SDXL backbone is adapted with DreamBooth-LoRA, steered by a multi-branch ControlNet stack (Canny, depth, HED, normals) plus IP-Adapter, and driven by a taxonomy-based Prompt Atlas. The default production path (V4) uses soft-mask latent blending (Eqs. 3–4) to preserve real defect pixels while re-rendering the scene, avoiding Poisson seamless-cloning seams and colour casts. A complementary mask-conditioned ControlNet (MaskCN) can generate a boil into a chosen silhouette so the mask is the label by construction, but is not released as default because a real-trained CHA/SandBoilNet gate cannot certify those labels at scale (median IoU drift 0.15). From the real training pool the pipeline yields 1,020 candidates of which 815 pass a leave-one-out CLIP admissibility filter. Evaluation covers FID (two implementations), KID±SD, CLIP image–text, LPIPS diversity, precision/recall/density/coverage, a Poisson baseline, and memorisation audits. Claims are explicitly limited to image quality, single-policy label provenance, and diversity; downstream segmentation is deferred. Code and an artefact manifest are released.

Significance. If the reported image-quality, provenance, and diversity results hold, the work is a solid, carefully scoped engineering contribution to low-resource generative augmentation for civil-infrastructure inspection. Strengths include: (i) an explicit soft-mask compositor with size-adaptive geometry that addresses documented failure modes of prior Poisson compositing; (ii) dual generation engines with complementary diversity axes; (iii) a reproducible Prompt Atlas that ports via a single JSON specification; (iv) multi-metric evaluation (two FID implementations, KID with SD, fidelity–diversity decomposition, Poisson baseline, memorisation audit) rather than a single FID number; and (v) released code, checkpoint, and seed/manifest discipline. The deliberate scoping away from untested downstream segmentation claims is appropriate and increases credibility. The paper is more applied generative-augmentation engineering than a foundational graphics result, but it is useful and reproducible within its stated bounds.

major comments (2)
  1. [Section V-B, Fig. 12 caption, Abstract] Section V-B and the abstract select V4 as the “label-reliable” default on the basis of soft-mask pixel preservation plus uniform CHA post-processing, yet the manuscript never reports quantitative agreement between CHA masks and either the source masks or human corrections on V4 synthetics. Figure 12’s caption states that the displayed synthetic masks are “human-verified corrections,” with CHA only the default for uncorrected samples. Because “label-reliable” is the explicit selection criterion over lower-FID presets (V1) and higher-diversity MaskCN, a load-bearing claim is under-supported. Please report CHA–source (or CHA–human) IoU / boundary-error statistics on the admitted V4 set, or rephrase the selection language to “single-policy provenance with preserved dome core” if quantitative reliability is not yet measured.
  2. [Section IV-F, Tables IV–VI] Section IV-F correctly notes that soft-mask V4 shares real dome pixels with the 199-image reference, which biases FID/KID downward and makes absolute distances “not directly comparable across families” to MaskCN or Poisson. Tables IV–VI nonetheless present FID/KID/precision side-by-side without a within-family-only reading guide or a non-shared-pixel metric (e.g., background-only FID, or FID after masking the preserved core). Given that the paper already rejects minimum-FID as the selection criterion, this is fixable by restructuring the tables or adding a short “comparability” paragraph that marks which cells are confounded. As written, a reader can still misread V4’s higher FID as a pure quality deficit rather than a mixture of genuine scene novelty and metric bias.
minor comments (6)
  1. [Section III-G, VI-F] Section III-G notes that the v1 Prompt Atlas template omits the season axis from rendered text (40/44 taxonomy values appear). Flag this more visibly in the main results discussion so readers do not over-interpret seasonal coverage.
  2. [Section VI-F, Table IV] Section VI-F acknowledges mild CLIP circularity (Prompt Atlas filtered by CLIP; V3/V4 style-conditioned with a CLIP-aligned adapter). A one-sentence note near Table IV that CLIP image–text scores are partly in-family would help interpretation.
  3. [Section V-A, Table I] The generator ablation (Table I, Fig. 9) is qualitative only. Even a small automated metric panel on the five shared sources would make the A→E progression easier to cite.
  4. [Section III-D, III-E, VI-F] ControlNet scales (λc,λd,λh,λn)=(0.40,0.25,0.40,0.40) and soft-mask coefficients 0.04d/0.12d are fixed without a sensitivity sweep (acknowledged in VI-F). Listing them as “fixed, reproducible settings” in the main hyperparameter table is fine; consider moving the “not swept” caveat earlier so it is not buried in Discussion.
  5. [Figures 8, 11] Figure 8 and Figure 11 are dense multi-panel galleries; slightly larger captions or a legend for which preset produced each tile would improve readability in print.
  6. [Figure 1 caption] Minor wording: “landsideseepage” / missing spaces in a few compound terms in the Figure 1 caption; check for similar OCR-style joins in the compiled PDF.

Circularity Check

1 steps flagged

No load-bearing circular derivation; only mild self-flagged CLIP encoder reuse for prompt validation plus generation conditioning, plus ordinary self-citation of the authors' prior CHA/thesis tooling that is not used to force uniqueness or predictions.

specific steps
  1. other [Section VI-F (CLIP circularity in prompt validation)]
    "The Prompt Atlas filters candidate prompts by their CLIP image–text similarity to the reference set, and the V3/V4 presets are in turn conditioned with a CLIP-aligned style. Validating prompts with the same family of encoder that guides generation is mildly circular and could bias the atlas toward CLIP-favoured phrasings."

    Authors themselves note that the same CLIP family both validates the Prompt Atlas (Stage 5) and later supplies style conditioning (IP-Adapter) for the selected V4 preset; this creates a mild self-referential bias risk for the prompt bank that feeds generation. It is not a definitional reduction of a claimed prediction to its inputs, is disclosed as a limitation, and does not underwrite the FID/KID/LPIPS or label-provenance results.

full rationale

This is an engineering methods paper whose claims are explicitly scoped to image quality (FID/KID under two implementations, CLIP image-text, LPIPS, precision/recall/density/coverage), single-policy label provenance, and diversity of 815 CLIP-admissible synthetics versus a Poisson baseline; downstream segmentation is deferred. Soft-mask blending (Eq. 4 with size-adaptive radii Eq. 3) preserves real defect pixels by construction and then re-predicts labels via CHA; MaskCN makes the conditioning mask the label by construction but is not released as default precisely because the real-trained SandBoilNet gate fails (median IoU 0.15). Neither is presented as an independent scientific prediction that reduces to its inputs. The leave-one-out CLIP admissibility band is auto-tuned from the reference set and applied as a filter, a standard practice rather than a fitted-parameter-as-prediction. The sole mild circularity is the authors' own limitation note that Prompt Atlas CLIP image-text filtering uses the same encoder family later used for IP-Adapter style conditioning; this is disclosed, non-central, and does not force the quality or provenance claims. Self-citations to the thesis and CHA library supply inherited tooling and a baseline, not a uniqueness theorem or ansatz that underwrites the new soft-mask/Prompt-Atlas results. Metrics are external and standard. Score 2 reflects only that minor self-referential CLIP reuse; the derivation chain is otherwise self-contained against the stated scope.

Axiom & Free-Parameter Ledger

5 free parameters · 4 axioms · 3 invented entities

The central claim rests on standard diffusion tooling plus a handful of hand-chosen geometric and filtering constants, domain assumptions about sand-boil appearance, and the invented but fully algorithmic Prompt Atlas / CHA / soft-mask machinery. No free parameters are fitted to the final quality numbers; most are fixed a priori or auto-tuned from the reference set itself.

free parameters (5)
  • soft-mask erosion/blur coefficients (0.04 d / 0.12 d)
    Chosen so that a 300-pixel dome recovers the earlier fixed (12,41) radii; floors of 4 and 15 px prevent degeneracy. Not swept; fixed for all production runs.
  • ControlNet conditioning scales (λc,λd,λh,λn)=(0.40,0.25,0.40,0.40)
    Selected on the five-source ablation; trade geometric tightness against residual texture capacity.
  • DreamBooth-LoRA rank 16, 1500 steps, LR 1e-4
    Production configuration after a smaller rank-8 prototype; not cross-validated against final FID/KID.
  • CLIP admissibility band (median−2.5 MAD, max+ε)
    Auto-tuned from leave-one-out reference statistics; the 2.5 multiplier and ε=0.01 are conventional choices.
  • IP-Adapter scale 0.55, CFG 8.5 (jittered [7.5,9.5] for V4)
    Fixed production values; strength jittered in [0.85,0.99] for the selected preset.
axioms (4)
  • domain assumption A stock SDXL backbone plus a small DreamBooth-LoRA adapter can be steered by multi-ControlNet residuals to produce photorealistic civil-infrastructure defects from ~39–199 reference images.
    Stated in Sections III-B/C and justified by qualitative comparison to rectified-flow successors; not proved.
  • domain assumption Soft-mask latent blending (Eq. 4) eliminates hard seams and Poisson colour bleed while preserving defect pixels verbatim up to a small rim drift that CHA can absorb.
    Core methodological claim of Section III-E; supported by qualitative ablation and comparison to Poisson baseline.
  • ad hoc to paper Leave-one-out CLIP centroid similarity defines a reliable in-distribution band that simultaneously rejects OOD drift and memorisation.
    Introduced in Section III-I; empirically demonstrated on the 1020-candidate set but not validated against human preference or downstream IoU.
  • domain assumption Standard generative metrics (FID/KID on Inception-v3, improved precision/recall, density/coverage, LPIPS) are informative for selecting augmentation presets even at N≈200 reference images.
    Used throughout Section V; paper itself notes small-sample bias and that lowest-FID is not the selection criterion.
invented entities (3)
  • Prompt Atlas independent evidence
    purpose: Taxonomy-driven, CLIP-validated, portable prompt bank that replaces hand-written lists and ports to new defect classes via one JSON file.
    Fully algorithmic construction (template/LM expansion + length/TF-IDF/negative/CLIP filters); independent evidence is the released builder and the 91-prompt sand-boil bank.
  • Convex Hull Annotator (CHA) independent evidence
    purpose: Shape-aware probability-to-annotation pipeline that supplies single-policy masks for soft-mask outputs and a drift gate for MaskCN.
    Released as a standalone library with form-factor routing; independent evidence is the public GitHub tool and self-tests on synthetic shapes.
  • Defect-size-adaptive soft-mask geometry no independent evidence
    purpose: Automatically scales erosion and blur radii from bounding-box size so preservation margin tracks defect extent.
    Simple closed-form rule (Eq. 3); no external validation beyond the production runs.

pith-pipeline@v1.1.0-grok45 · 42003 in / 3767 out tokens · 34586 ms · 2026-07-13T06:47:35.045989+00:00 · methodology

0 comments
read the original abstract

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.

Figures

Figures reproduced from arXiv: 2607.08794 by Abdullah Bin Naeem, Anav Katwal, Ayon Dey, Md Tamjidul Hoque, Padam Jung Thapa.

Figure 1
Figure 1. Figure 1: Cross-sectional anatomy of a levee system and the surface defects it produces. High water in the river drives [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Conceptual overview of the synthesis pipeline. [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Convex Hull Annotator (CHA), the shape-aware probability-to-annotation pipeline. After thresholding and component cleanup (connected components, area filter), each surviving component is routed by its form factor F = perim2/(4π area) to a convex hull (F < 3, compact), a morphological closing (3 ≤ F < 10, elongated), or a skeleton with controlled dilation (F ≥ 10, thin curvilinear), yielding a 0/255 binary … view at source ↗
Figure 4
Figure 4. Figure 4: Multi-ControlNet conditioning of SDXL. Canny, depth, [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: ControlNet conditioning for two real sand boil parents. Each row shows the real parent and its three control maps (Canny edges, [PITH_FULL_IMAGE:figures/full_fig_p010_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Soft-mask construction. The binary defect mask [PITH_FULL_IMAGE:figures/full_fig_p011_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Mask-conditioned generation (MaskCN) as a [PITH_FULL_IMAGE:figures/full_fig_p012_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: The sand boil v1 Prompt Atlas, presented as a visual catalogue. [PITH_FULL_IMAGE:figures/full_fig_p014_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: Qualitative outputs of the five generator-pipeline ablation columns on the same five sources, prompts, and seeds. Columns: [PITH_FULL_IMAGE:figures/full_fig_p018_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: Mask-conditioned ControlNet: controllable generation. Each [PITH_FULL_IMAGE:figures/full_fig_p019_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Curated best-diverse gallery of synthetic sand boils, arranged as two labelled rows. [PITH_FULL_IMAGE:figures/full_fig_p021_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Source-paired synthetic outputs (one source per row). [PITH_FULL_IMAGE:figures/full_fig_p021_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Empirical audits over the V4 augmented set ( [PITH_FULL_IMAGE:figures/full_fig_p023_13.png] view at source ↗
Figure 14
Figure 14. Figure 14: Texture-feature faithfulness of the synthetic pool. Real and [PITH_FULL_IMAGE:figures/full_fig_p023_14.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Leak-Free Cross-Validated Stacking with Per-Architecture Calibration for Sand-Boil Segmentation in Earthen Levees

    cs.CV 2026-07 conditional novelty 6.0

    A leak-free stacking protocol and mask-conditioned synthetic generation improve sand-boil segmentation to 0.707 IoU, but stacking underperforms the best single model and synthetic gains come only from label-fidelity f...

Reference graph

Works this paper leans on

58 extracted references · 7 linked inside Pith · cited by 1 Pith paper

  1. [1]

    Investigation of the performance of the new orleans flood protection systems in hurricane katrina on august 29, 2005,

    R.Seed,R.Bea,A.Athanasopoulos-Zekkosetal.,“Investigation of the performance of the new orleans flood protection systems in hurricane katrina on august 29, 2005,” Independent Levee Investigation Team, University of California Berkeley, Tech. Rep., 2006

  2. [2]

    High-resolution image synthesis with latent diffusion models,

    R.Rombach,A.Blattmann,D.Lorenz,P.Esser,andB.Ommer, “High-resolution image synthesis with latent diffusion models,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022

  3. [3]

    Effective data augmentation with diffusion models,

    B. Trabucco, K. Doherty, M. Gurinas, and R. Salakhutdinov, “Effective data augmentation with diffusion models,” inInter- nationalConferenceonLearningRepresentations(ICLR),2024

  4. [4]

    SDXL: Improving latent diffusion models for high-resolution image synthesis,

    D. Podell, Z. English, K. Lacey, A. Blattmann, T. Dockhorn, J. Müller, J. Penna, and R. Rombach, “SDXL: Improving latent diffusion models for high-resolution image synthesis,”arXiv preprint arXiv:2307.01952, 2023

  5. [5]

    Dreambooth: Fine tuning text-to-image diffu- sion models for subject-driven generation,

    N. Ruiz, Y. Li, V. Jampani, Y. Pritch, M. Rubinstein, and K. Aberman, “Dreambooth: Fine tuning text-to-image diffu- sion models for subject-driven generation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023

  6. [6]

    LoRA: Low-rank adaptation of large language models,

    E. J. Hu, Y. Shen, P. Wallis, Z. Allen-Zhu, Y. Li, S. Wang, L. Wang, and W. Chen, “LoRA: Low-rank adaptation of large language models,” inInternational Conference on Learning Representations (ICLR), 2022

  7. [7]

    Flow straight and fast: Learning to generate and transfer data with rectified flow,

    X. Liu, C. Gong, and Q. Liu, “Flow straight and fast: Learning to generate and transfer data with rectified flow,” inInterna- tional Conference on Learning Representations (ICLR), 2023

  8. [8]

    Scaling recti- fied flow transformers for high-resolution image synthesis,

    P. Esser, S. Kulal, A. Blattmann, R. Entezari, J. Müller, H. Saini, Y. Levi, D. Lorenz, A. Sauer, F. Boesel, D. Podell, T. Dockhorn, Z. English, and R. Rombach, “Scaling recti- fied flow transformers for high-resolution image synthesis,” in Proceedings of the 41st International Conference on Machine Learning (ICML), 2024

  9. [9]

    Adding conditional control to text-to-image diffusion models,

    L. Zhang, A. Rao, and M. Agrawala, “Adding conditional control to text-to-image diffusion models,” inProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023

  10. [10]

    Vision transformers for dense prediction,

    R. Ranftl, A. Bochkovskiy, and V. Koltun, “Vision transformers for dense prediction,” inProceedings of the IEEE/CVF Inter- national Conference on Computer Vision (ICCV), 2021

  11. [11]

    Holistically-nested edge detection,

    S. Xie and Z. Tu, “Holistically-nested edge detection,” inPro- ceedings of the IEEE International Conference on Computer Vision (ICCV), 2015

  12. [12]

    Toward robust semantic segmentation in levee in- frastructure monitoring: Enhancing accuracy with high-fidelity synthetic data and ensemble learning,

    P. J. Thapa, “Toward robust semantic segmentation in levee in- frastructure monitoring: Enhancing accuracy with high-fidelity synthetic data and ensemble learning,” Master’s Thesis, Uni- versity of New Orleans, New Orleans, LA, USA, 2025, uni- versity of New Orleans Theses and Dissertations No. 3231. https://scholarworks.uno.edu/td/3231/

  13. [13]

    Poisson image editing,

    P. Pérez, M. Gangnet, and A. Blake, “Poisson image editing,” ACM Transactions on Graphics (SIGGRAPH), vol. 22, no. 3, pp. 313–318, 2003

  14. [14]

    Learning transferable visual models from natural language supervision,

    A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Gohet al., “Learning transferable visual models from natural language supervision,” inInternational Conference on Machine Learning (ICML), 2021

  15. [15]

    Improved precision and recall metric for assessing generative models,

    T. Kynkäänniemi, T. Karras, S. Laine, J. Lehtinen, and T. Aila, “Improved precision and recall metric for assessing generative models,” inAdvancesinNeuralInformationProcessingSystems (NeurIPS), 2019

  16. [16]

    Deeplearning approaches in pavement distress identification: A review,

    S.Guan,H.Liu,H.R.Pourreza,andH.Mahyar,“Deeplearning approaches in pavement distress identification: A review,”arXiv preprint arXiv:2308.00828, 2023

  17. [17]

    Deep learning approach for accurate segmen- tation of sand boils in levee systems,

    M. Panta, M. T. Hoque, K. N. Niles, J. Tom, M. Abdelguerfi, and M. Flanagin, “Deep learning approach for accurate segmen- tation of sand boils in levee systems,”IEEE Access, vol. 11, pp. 126263–126282, 2023

  18. [18]

    Machine learning applications in detecting sand boils from images,

    A. Kuchi, M. T. Hoque, M. Abdelguerfi, and M. C. Flanagin, “Machine learning applications in detecting sand boils from images,”Array, vol. 3, p. 100012, 2019

  19. [19]

    Imbalance-aware culvert-sewer defect segmen- tation using an enhanced feature pyramid network,

    R.Alshawi,M.M.Ferdaus,M.Abdelguerfi,K.Niles,K.Pathak, and S. Sloan, “Imbalance-aware culvert-sewer defect segmen- tation using an enhanced feature pyramid network,”arXiv preprint arXiv:2408.10181, 2024

  20. [20]

    A depth-wise separable U-Net architecture with multiscale filters to detect sinkholes,

    R. Alshawi, M. T. Hoque, and M. C. Flanagin, “A depth-wise separable U-Net architecture with multiscale filters to detect sinkholes,”Remote Sensing, vol. 15, no. 5, p. 1384, 2023

  21. [21]

    Application of deeplearningforsegmentingseepagesinleveesystems,

    M. Panta, P. J. Thapa, M. T. Hoque, K. N. Niles, S. Sloan, M. Flanagin, K. Pathak, and M. Abdelguerfi, “Application of deeplearningforsegmentingseepagesinleveesystems,”Remote Sensing, vol. 16, no. 13, p. 2441, 2024

  22. [22]

    Earthen levee monitoring with synthetic aperture radar,

    J. V. Aanstoos, K. Hasan, C. G. O’Hara, S. Prasad, L. Dab- biru, M. Mahrooghy, B. Gokaraju, and R. Nobrega, “Earthen levee monitoring with synthetic aperture radar,” in2011 IEEE Applied Imagery Pattern Recognition Workshop (AIPR), 2011

  23. [23]

    Auto-encoding variational bayes,

    D. P. Kingma and M. Welling, “Auto-encoding variational bayes,” inInternational Conference on Learning Representa- tions (ICLR), 2014

  24. [24]

    Generative adversarial nets,

    I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde- Farley, S. Ozair, A. Courville, and Y. Bengio, “Generative adversarial nets,” inAdvances in Neural Information Processing Systems (NeurIPS), 2014

  25. [25]

    Analyzing and improving the image quality of StyleGAN,

    T. Karras, S. Laine, M. Aittala, J. Hellsten, J. Lehtinen, and T. Aila, “Analyzing and improving the image quality of StyleGAN,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020

  26. [26]

    Training generative adversarial networks with limited data,

    T. Karras, M. Aittala, J. Hellsten, S. Laine, J. Lehtinen, and T. Aila, “Training generative adversarial networks with limited data,” inAdvances in Neural Information Processing Systems (NeurIPS), 2020

  27. [27]

    Denoising diffusion probabilistic models,

    J. Ho, A. Jain, and P. Abbeel, “Denoising diffusion probabilistic models,” inAdvancesinNeuralInformationProcessingSystems (NeurIPS), 2020

  28. [28]

    Denoising diffusion implicit models,

    J. Song, C. Meng, and S. Ermon, “Denoising diffusion implicit models,” inInternational Conference on Learning Representa- tions (ICLR), 2021

  29. [29]

    IP-Adapter: Text compatible image prompt adapter for text-to-image diffu- sion models,

    H. Ye, J. Zhang, S. Liu, X. Han, and W. Yang, “IP-Adapter: Text compatible image prompt adapter for text-to-image diffu- sion models,”arXiv preprint arXiv:2308.06721, 2023

  30. [30]

    Synthetic data from diffusion models improves ImageNet clas- sification,

    S. Azizi, S. Kornblith, C. Saharia, M. Norouzi, and D. J. Fleet, “Synthetic data from diffusion models improves ImageNet clas- sification,”Transactions on Machine Learning Research, 2023

  31. [31]

    Dif- fusion models meet remote sensing: Principles, methods, and perspectives,

    Y. Liu, J. Yue, S. Xia, P. Ghamisi, W. Xie, and L. Fang, “Dif- fusion models meet remote sensing: Principles, methods, and perspectives,”IEEE Transactions on Geoscience and Remote Sensing, vol. 62, pp. 1–22, 2024, arXiv:2404.08926

  32. [32]

    Diffusion models in medical imaging: A comprehensive survey,

    A. Kazerouni, E. K. Aghdam, M. Heidari, R. Azad, M. Fayyaz, I. Hacihaliloglu, and D. Merhof, “Diffusion models in medical imaging: A comprehensive survey,”Medical Image Analysis, vol. 88, p. 102846, 2023

  33. [33]

    Few-shot defect image generation via defect-aware feature manipulation,

    Y. Duan, Y. Hong, L. Niu, and L. Zhang, “Few-shot defect image generation via defect-aware feature manipulation,” in Proceedings of the AAAI Conference on Artificial Intelligence, 2023

  34. [34]

    AnomalyDiffusion: Few-shot anomaly image generation with diffusion model,

    T. Hu, J. Zhang, R. Yi, Y. Du, X. Chen, L. Liu, Y. Wang, and C. Wang, “AnomalyDiffusion: Few-shot anomaly image generation with diffusion model,” inProceedings of the AAAI Conference on Artificial Intelligence, 2024

  35. [35]

    RePaint: Inpainting using denoising diffusion probabilistic models,

    A. Lugmayr, M. Danelljan, A. Romero, F. Yu, R. Timofte, and L. Van Gool, “RePaint: Inpainting using denoising diffusion probabilistic models,” inProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition (CVPR), 2022

  36. [36]

    Blended diffusion for text-driven editing of natural images,

    O. Avrahami, D. Lischinski, and O. Fried, “Blended diffusion for text-driven editing of natural images,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022

  37. [37]

    Semantic image synthesis with spatially-adaptive normalization,

    T. Park, M.-Y. Liu, T.-C. Wang, and J.-Y. Zhu, “Semantic image synthesis with spatially-adaptive normalization,” inPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2019

  38. [38]

    DatasetGAN: Efficient labeled data factory with minimal human effort,

    Y. Zhang, H. Ling, J. Gao, K. Yin, J.-F. Lafleche, A. Barriuso, A. Torralba, and S. Fidler, “DatasetGAN: Efficient labeled data factory with minimal human effort,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2021

  39. [39]

    CLIPScore: A reference-free evaluation metric for image cap- tioning,

    J. Hessel, A. Holtzman, M. Forbes, R. Le Bras, and Y. Choi, “CLIPScore: A reference-free evaluation metric for image cap- tioning,” inConference on Empirical Methods in Natural Lan- guage Processing (EMNLP), 2021. 29

  40. [40]

    Levee owner’s manual for non- federal flood control works,

    U. A. C. of Engineers, “Levee owner’s manual for non- federal flood control works,” https://www.mvr.usace.army.mil/ Portals/48/docs/EC/LSP/LeveeOwnersManual.pdf, accessed 2025-02-17

  41. [41]

    Segment anything,

    A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafsonet al., “Segment anything,” inProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023

  42. [42]

    Convex_Hull_Annotator: Automated convex- hull mask annotation from a SandBoilNet probability map,

    P. J. Thapa, “Convex_Hull_Annotator: Automated convex- hull mask annotation from a SandBoilNet probability map,” https://github.com/padam56/Convex_Hull_Annotator, 2024, companion tool to [12]; applies thresholding, connected- component analysis, and per-component convex hulls to a CNN- predicted sandboil probability map

  43. [43]

    The VIA annotation software for images, audio and video,

    A. Dutta and A. Zisserman, “The VIA annotation software for images, audio and video,” inProceedings of the 27th ACM International Conference on Multimedia, ser. MM ’19. ACM, 2019, pp. 2276–2279

  44. [44]

    Albumentations: Fast and flexible image augmentations,

    A. Buslaev, V. I. Iglovikov, E. Khvedchenya, A. Parinov, M. Druzhinin, and A. A. Kalinin, “Albumentations: Fast and flexible image augmentations,”Information, vol. 11, no. 2, p. 125, 2020

  45. [45]

    8- bit optimizers via block-wise quantization,

    T. Dettmers, M. Lewis, S. Shleifer, and L. Zettlemoyer, “8- bit optimizers via block-wise quantization,” inInternational Conference on Learning Representations (ICLR), 2022

  46. [46]

    A computational approach to edge detection,

    J. Canny, “A computational approach to edge detection,”IEEE TransactionsonPatternAnalysisandMachineIntelligence,vol. PAMI-8, no. 6, pp. 679–698, 1986

  47. [47]

    Exploring CLIP for assessing the look and feel of images,

    J. Wang, K. C. Chan, and C. C. Loy, “Exploring CLIP for assessing the look and feel of images,” inProceedings of the AAAI Conference on Artificial Intelligence, 2023

  48. [48]

    Qwen2.5 technical report,

    A. Yanget al., “Qwen2.5 technical report,”arXiv preprint arXiv:2412.15115, 2024

  49. [49]

    SDXL-VAE-FP16-Fix: a numerically stable fp16 variational autoencoder for SDXL,

    O. Boer Bohan, “SDXL-VAE-FP16-Fix: a numerically stable fp16 variational autoencoder for SDXL,” https://huggingface. co/madebyollin/sdxl-vae-fp16-fix, 2023, hugging Face model repository

  50. [50]

    DPM- Solver: A fast ODE solver for diffusion probabilistic model sam- pling in around 10 steps,

    C. Lu, Y. Zhou, F. Bao, J. Chen, C. Li, and J. Zhu, “DPM- Solver: A fast ODE solver for diffusion probabilistic model sam- pling in around 10 steps,” inAdvances in Neural Information Processing Systems (NeurIPS), 2022

  51. [51]

    DPM-Solver++: Fast solver for guided sampling of dif- fusion probabilistic models,

    ——, “DPM-Solver++: Fast solver for guided sampling of dif- fusion probabilistic models,”arXiv preprint arXiv:2211.01095, 2022

  52. [52]

    Effectively unbiased FID and inception score and where to find them,

    M. J. Chong and D. Forsyth, “Effectively unbiased FID and inception score and where to find them,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2020

  53. [53]

    GANs trained by a two time-scale update rule converge to a local nash equilibrium,

    M. Heusel, H. Ramsauer, T. Unterthiner, B. Nessler, and S. Hochreiter, “GANs trained by a two time-scale update rule converge to a local nash equilibrium,” inAdvances in Neural Information Processing Systems (NeurIPS), 2017

  54. [54]

    Demystifying MMD GANs,

    M. Bińkowski, D. J. Sutherland, M. Arbel, and A. Gretton, “Demystifying MMD GANs,” inInternational Conference on Learning Representations (ICLR), 2018

  55. [55]

    Rethinking the inception architecture for computer vision,

    C. Szegedy, V. Vanhoucke, S. Ioffe, J. Shlens, and Z. Wojna, “Rethinking the inception architecture for computer vision,” in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016

  56. [56]

    On aliased resizing and surprising subtleties in GAN evaluation,

    G. Parmar, R. Zhang, and J.-Y. Zhu, “On aliased resizing and surprising subtleties in GAN evaluation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2022

  57. [57]

    The unreasonable effectiveness of deep features as a perceptual metric,

    R. Zhang, P. Isola, A. A. Efros, E. Shechtman, and O. Wang, “The unreasonable effectiveness of deep features as a perceptual metric,” inProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018

  58. [58]

    Reliable fidelity and diversity metrics for generative models,

    M. F. Naeem, S. J. Oh, Y. Uh, Y. Choi, and J. Yoo, “Reliable fidelity and diversity metrics for generative models,” inProceed- ings of the 37th International Conference on Machine Learning (ICML), 2020