RIVIXI
LAB
RIVIXI
LAB
RIVIXI
LAB
← All ResearchRESEARCH PAPER

Spectral Shortcut Learning and Generalization Degradation in 2D-CNN Spectrogram Classifiers Trained on Physics-Agnostic Procedural Synthetic Data

Aleksandr Ivanaiskii, PhD

Industrial AI Founder & Systems Architect

Evgeny Ivanaiskii, PhD

Domain Expert

Sergei Shipilov

AI Architecture Lead, Rivixi LLC

Abstract

Applying 2D-CNN spectrogram classifiers for acoustic leak detection in fluid-transport pipelines is fundamentally hindered by the acute shortage of field positive leak recordings. An increasingly common practice among NDT practitioners is the rapid generation of surrogate acoustic WAV files using heuristic scripts produced via Large Language Models (LLMs). Such generators (e.g., heuristic parametric waveform generator) synthesize artificial waveforms using simplified correlator equations (additive noise and Gaussian bursts). In this work, employing a rigorous multi-seed statistical benchmark (10 independent random seeds, 40 complete training-evaluation cycles), we systematically examine the generalization dynamics of 2D-CNN spectrogram classifiers under progressive contamination by LLM-assisted procedural synthetic data . Validation is executed on a clean held-out physical validation corpus (, 39 leak targets, 22 normal pipes, sampling rate ). We establish that LLM-assisted procedural surrogate injection triggers Spectral Shortcut Learning and substantial Recall Degradation: at , physical leak detection Recall decreases from down to , while missed physical leaks surge 7.25-fold (from to out of 39 targets under a fixed operating threshold ). Convolutional filters selectively adapt to high-contrast narrowband bursts produced by the generator, reducing sensitivity to the stochastic vibroacoustic signatures of genuine field leaks.

Keywords: acoustic emission, pipeline non-destructive testing, spectrogram AI model, Mel-spectrograms, synthetic augmentation, heuristic procedural generators, shortcut learning, recall collapse, statistical benchmark.


1. Introduction and Physical Fundamentals

1.1. Physics of Frequency-Dependent Acoustic Wave Attenuation

High-frequency acoustic components () experience severe attenuation over distances , leaving low-amplitude residual spectra () at the sensor location, heavily masked by non-stationary hydrodynamic background interferences (pumps, cavitation, regulating valves, transport noise).

The physical origin of accelerated high-frequency attenuation stems from viscoelastic dissipation in the pipe wall and acoustic radiation losses into the surrounding medium (thermal insulation, backfill soil, conduits). According to the Stokes-Kirchhoff dissipation model and elastic wave radiation theory, the attenuation coefficient scales quadratically with frequency :

where is the acoustic wave frequency, is the material and fluid density, is the phase velocity of elastic waves in the pipe wall (), and denote shear and bulk dynamic viscosities, and () represents radiation damping into surrounding media.

Due to the quadratic frequency dependence (), acoustic energy above is completely dissipated over tens of meters. Consequently, acoustic NDT sensors capture residual leak emissions strictly within the narrow physical passband of , where weak defect signatures overlap with operational noise.

1.2. Practical Context and Synthetic Contamination Scenario

In industrial non-destructive testing (NDT) and automated defect detection pipelines, practitioners frequently face the challenge of procedural synthetic audio contamination. To rapidly augment scarce training archives or simulate acceptance test waveforms, heuristic procedural scripts (frequently generated via LLMs) are often employed, synthesizing simplified narrowband bursts in the interval designed primarily to satisfy basic cross-correlation benchmarks.

When such surrogate recordings are ingested into centralized data lakes, they risk being unintentionally used to train deep learning models alongside genuine field measurements. While recent studies explore model collapse in LLMs [Shumailov et al., Nature, 2024] and theoretical distribution shift bounds [Dohmatob et al., ICLR, 2025], domain-specific collapse mechanisms in 2D-CNN spectrogram classifiers require quantitative physical investigation.

1.3. Scientific Contributions

In this study, the behavior of 2D-CNN spectrogram classifiers (baseline architecture, 4,217,857 parameters) is evaluated via a 10-seed statistical benchmark (40 full training cycles) on a baseline field acoustic dataset () under varying synthetic contamination , validated on a clean held-out physical split ():

  1. Clean Baseline Performance (): Clean training achieves Recall = , Accuracy = , and PR-AUC = , missing on average only out of 39 real leaks per evaluation run (8 cumulative misses across 10 seeds).
  2. Discovery of Spectral Shortcut Learning and Recall Collapse: At , leak detection Recall drops by (down to ), while missed leaks surge 7.25-fold to defects. Precision exhibits an artifactual increase to due to hyper-conservative decision threshold shifting.
  3. Physical-Mathematical Proof of Surrogate Inadequacy: We demonstrate that idealized narrowband bursts produced by procedural scripts disproportionately influence gradient updates, significantly reducing classifier sensitivity to genuine physical leaks.

2. Methodology and Experimental Framework

2.1. Spectrogram AI Model Classifier Architecture (Baseline Spectrogram AI Model Classifier)

In acoustic non-destructive testing (NDT), the spectrogram classifier processes two-dimensional logarithmic Mel-spectrograms representing the time-frequency energy distribution of the pipeline vibroacoustic field.

Digital Signal Processing (DSP) Pipeline Parameters:

  1. Chunking and Digitization: Continuous acoustic streams are segmented into 3.0-second intervals () sampled at ( samples per vector).
  2. Short-Time Fourier Transform (STFT): A Hann window of length with a hop length of samples is applied.
  3. Log-Mel Filterbank: Power spectra are projected onto triangular Mel filters restricted to the physically active band of . This band captures acoustic emissions from pressurized orifice jetting while rejecting high-frequency transducer electrical interference. The input spectrogram matrix dimension is (128 frequency bands 256 temporal frames).
  4. Amplitude Scaling: Power values are converted to decibels () followed by min-max normalization mapping amplitudes to the continuous interval .

Layer-by-Layer Neural Architecture:

The network is partitioned into two distinct functional stages — a convolutional feature extractor (acoustic morphology analysis) and a fully connected classifier (diagnostic decision inference):

  • Stage 1: Convolutional Feature Extractor (23,296 weights):

    • Block 1 (Acoustic Primitives): . 16 filters scan the spectrogram to detect elementary time-frequency features (sharp transient wavefronts, water-hammer pulses, low-frequency pump hum). MaxPool reduces dimensions to ( parameters).
    • Block 2 (Turbulent Spectral Textures): . 32 intermediate kernels synthesize primitive detections into composite texture patterns (dispersion bands, pipe-wall resonance). Feature map size becomes ( parameters).
    • Block 3 (High-Level Leak Descriptors): . 64 kernels formulate generalized morphological representations of pressurized fluid escape. Output tensor dimension is ( parameters).
  • Stage 2: Fully Connected Dense Classifier (4,194,561 weights):

    • Unrolling Layer (Flatten): Flattens the 3D feature tensor into a 1D coordinate vector of length elements, preserving precise time-frequency location coordinates of all detected acoustic events.
    • Hidden Dense Layer : Core decision hub ( weights, 99.4% of total network parameter capacity). Performs global feature synthesis across all temporal and spectral bins, mapping inputs to a 128-dimensional latent space.
    • Regularization (Dropout 0.5): Randomly zeroes 50% of activation channels during training to prevent co-adaptation and memorization of training instances.
    • Output Layer : Maps the latent representation to the posterior class probability ( weights).
  • Total Model Complexity: 4,217,857 trainable parameters.

2.2. Dataset Architecture and In-Domain Validation Scheme

The experimental setup is established on the baseline physical field archive:

  1. Baseline Physical Field Dataset (): 203 verified acoustic recordings of underground pipelines (: 131 leak, 72 normal flow recordings, total duration ).
  2. Dataset Partitioning (70% Train / 30% Held-Out Validation):
    • Training split (): 70% physical records used for scratch training.
    • Held-out clean validation split (): 30% physical recordings (39 verified leaks, 22 normal flow segments), completely isolated from training and synthetic contamination.
  3. Synthetic Dataset (, procedural generators developed with LLM assistance): 65 unique synthetic WAV files injected into the training partition. The contamination ratio is rigorously defined relative to the clean physical training corpus:

yielding incremental contamination tiers with total training sizes . For each independent random seed, the specific subset of files is sampled pseudo-randomly from the synthetic pool () via sampling without replacement under deterministic random seed initialization, eliminating fixed-subset sampling bias and ensuring rigorous multi-run variance estimation.

2.3. Synthetic Generation Algorithm and Spectral Discrepancies

The synthetic waveform generator (heuristic parametric waveform generator) synthesizes audio files based on:

  • Colored Stationary Noise: Spectral density slope with baseline RMS level .
  • Impulsive Wave Packets: Narrowband bursts across with duration , peak amplitude ( SNR contrast over baseline noise), and coherent turbulent jet hiss at .
  • Inter-Channel TDOA Shift: Time-domain phase delay corresponding to acoustic propagation in steel walls ().
Time-frequency morphology

Fig. 1. Time-frequency morphology: broadband real acoustic emission (left) versus synthetic Gaussian envelope burst produced by LLM script (right).

Spectral Morphological Discrepancies

  1. Phase Information Elimination (Phase Loss): The Short-Time Fourier Transform magnitude operator discards the entire phase spectrum , eliminating inter-channel time-difference-of-arrival (TDOA) cues and forcing the 2D-CNN to rely exclusively on two-dimensional brightness and textural cues.
  2. Narrowband Spectral Corridor Geometry: On log-Mel spectrograms, procedural synthetic waveforms generate an unnaturally high-contrast, continuous horizontal band of elevated energy strictly confined to the interval, driven by the superposition of wave packets and coherent turbulent jet hiss, introducing artificial rectangular spectral boundaries.
  3. Min-Max Amplitude Normalization: The per-sample amplitude normalization into the continuous range , combined with high-contrast synthetic jet injection (peak amplitude , SNR over background), expands the band to unit intensity, establishing an overwhelming gradient attractor that monopolizes backpropagation updates over genuine low-frequency acoustic features.

2.4. 10-Seed Statistical Benchmark Protocol

To account for weight initialization and batch sequencing stochasticity at small batch size (), a 10-seed benchmark protocol was conducted:

  • Seed progression: SEEDS = [42, 101, 2024, 777, 13, 999, 555, 333, 123, 888].
  • Optimizer: Adam (), loss function: Binary Cross-Entropy (BCE), batch size , training budget: 10 epochs from scratch.
  • Scope: 4 contamination ratios 10 random seeds = 40 complete training-evaluation cycles.

3. Experimental Results and Engineering-Physical Analysis

3.1. Statistical Benchmark Metrics (10-Seed Multi-Run Protocol)

For reliable engineering validation, an industrial NDT diagnostic system cannot be appraised based on a single training trial: lucky batch sequencing can create the illusion of high accuracy that fails during field deployment. Therefore, each synthetic contamination level was evaluated across 10 independent random seeds, testing variations in weight initialization and batch ordering. Validation was executed strictly on a clean held-out physical validation corpus ( field recordings: 39 leak targets and 22 normal pipes), completely isolated from the training process.

Table 1 summarizes the resulting performance metrics (Mean Std), detailing the degradation of the classifier under increasing synthetic contamination.

Table 1. 10-Seed Performance Metrics (Mean Std) on Clean Held-Out Validation Split ()

Contamination Ratio (ε)Synthetic Samples in Training ()Overall Accuracy (%)Precision (%)Recall (Sensitivity, %)F1-Score (%)PR-AUC (Ranking Quality)Avg. Missed Leaks (Mean FN / 39 Targets)Avg. False Alarms (Mean FP / 22 Clean Pipes)
0% (Clean Baseline)0 / 14275.74 ± 6.2173.70 ± 5.6997.95 ± 1.5483.94 ± 3.290.9061 ± 0.00740.8 ± 0.614.0 ± 4.3
1% (Early Injection)1 / 14375.74 ± 6.1374.02 ± 5.8897.18 ± 2.1383.84 ± 3.220.9061 ± 0.00781.1 ± 0.813.7 ± 4.4
5% (Moderate Shift)7 / 14976.72 ± 5.4875.27 ± 5.6096.15 ± 2.6384.23 ± 2.750.9018 ± 0.00841.5 ± 1.012.7 ± 4.2
20% (Shortcut Collapse)28 / 17076.07 ± 1.6779.18 ± 2.4785.13 ± 2.9981.97 ± 1.170.8903 ± 0.00575.8 ± 1.28.8 ± 1.5

Statistical Significance Analysis (Paired 10-Seed Protocol)

To rigorously verify the statistical significance of the Recall Collapse, paired hypothesis testing was executed between the clean baseline () and contaminated () models across the 10 identical random seeds:

  • Magnitude of Recall Collapse: The mean degradation is with a 95% confidence interval of 95% CI: and standard error .
  • Paired Student's t-test: , two-tailed significance level (, highly significant at ).
  • Wilcoxon Signed-Rank Test: (every single seed out of 10 exhibited significant recall degradation with zero ties).
  • Standardized Effect Size (Cohen's d): , far exceeding the threshold for a "huge" empirical effect size (), confirming the high statistical consistency of the degradation across independent training runs and independent of initial weight stochasticity.
10-seed metric trajectories

Fig. 2. 10-seed metric trajectories on a continuous proportional scale: acute Recall collapse (97.95% down to 85.13%) and F1 degradation under progressive synthetic surrogate contamination.

3.2. Physical Nature of Three-Stage Neural Network Degradation

To understand why synthetic files compromise model reliability, we examine how convolutional decision logic evolves across the three stages:

1. Stage (Early Shock — Latent Erosion):

  • What Happened: Only 1 synthetic file featuring intense Gaussian bursts was introduced into 142 baseline recordings.
  • Underlying Physics: During optimization, this rare but unnaturally sharp pulse generates sudden gradient spikes. Convolutional filters lose their calibration to subtle leak acoustics and begin over-reacting to ambient noise, pumping cavitation, and pipe wall reverberations.
  • Practical Impact: False alarms remain high ( on clean pipes). The network begins its latent calibration drift, raising alarms where no defect exists.

2. Stage (Deceptive Calm — Emerging Defect Loss):

  • What Happened: 7 synthetic surrogate recordings (~5% of dataset volume) are present in the training set.
  • Underlying Physics: With 7 files uniformly distributed across mini-batches, abrupt gradient shocks are smoothed out, creating the illusion of recovery: overall Accuracy rebounds slightly to , and false alarms decline to .
  • Practical Impact: This stability is deceptive. Missed real leaks rise steadily (from to and then defects). Network reliability turns into a gamble dependent on random weight initialization.

3. Stage (Total Blindness — Shortcut Collapse):

  • What Happened: One in every six training files (28 out of 170) is an artificial synthetic surrogate.
  • Underlying Physics: Convolutional kernels discover that it is mathematically far easier to minimize cross-entropy loss by locking onto high-contrast Gaussian patches in the band than extracting subtle broadband leak turbulence. This represents classic Shortcut Learning: filters overfit completely to artificial generator stamps.
  • Practical Impact: The network becomes blind to real field leaks. Recall plunges from to , and missed leaks jump 7.25-fold (from to out of 39 targets; on seeds 123 and 777, the model misses 6 to 9 out of 39 real leaks!). Formally, Precision appears high () solely because the network has become overly conservative.

4. Discussion

4.1. Detection Recall Collapse and the Shortcut Learning Mechanism

The central empirical finding of this investigation is the severe degradation of real physical defect detection Recall, declining from 97.95 ± 1.54% at to 85.13 ± 2.99% at (a drop of 12.82 pp, , paired -test across 10 independent random seeds, Cohen's ).

The critical industrial hazard of this collapse is that standard ranking metrics (PR-AUC , a decline of under 1.7%) remain largely insensitive to the failure mode (Fig. 3). However, the number of missed field defects (False Negatives) under a fixed deployment threshold of surges from 0.8 ± 0.6 to 5.8 ± 1.2 out of 39 leaks (a 7.25-fold surge).

The mechanism driving this spectral collapse is governed by Shortcut Learning [4]:

  1. Gradient Dominance: Due to extreme spectral contrast ( over background) and perfect rectangular localization in , the synthetic gradient signal dominates backpropagation updates over genuine low-frequency acoustic cues.
  2. Kernel Specialization: Convolutional kernels specialize exclusively on detecting artificial high-frequency energy corridors, neglecting diffuse hydrodynamic turbulence.
  3. Field Sensitivity Erosion: During real-world inference, the network fails to identify physical pipe breaches, driving a 7.25-fold surge in missed leaks.
False Negative Surge vs PR-AUC
Fig. 3. Escalation of missed real field leaks (False Negatives) from 0.8 to 5.8 out of 39 defect targets (7.25-fold surge) contrasted against the deceptive stability of the PR-AUC metric across 10 independent seeds plotted on a continuous linear scale.

4.2. Confidence Calibration Drift, Precision Shift, and Noise-Margin Erosion

Superficial examination of summary metrics, notably the retention of and the nominal increase in Precision from 73.70% to 79.18% at , creates a dangerous illusion of model reliability. However, this Precision gain is merely an artifact of probability distribution shifting under a fixed threshold : the model assigns high confidence only to ultra-intense bursts, suppressing false alarms () at the cost of catastrophic real-world defect omission.

In practical non-destructive testing, this phenomenon reflects severe Confidence Calibration Drift [6, 7] (Fig. 4):

  1. Clean Model (ε = 0%): Assigns consistently high confidence scores () to confirmed field leaks. This establishes an expansive operational noise margin: site-specific attenuation may reduce confidence (e.g., from to ), but predictions remain well above the operational threshold , ensuring detection Recall.
  2. Contaminated Model (ε = 20%): Due to over-reliance on artificial spectral shortcuts, output probabilities for physical leaks disperse into the marginal ambiguity zone . The network forfeits its noise margin: minimal environmental attenuation drops confidence below , triggering severe defect omission.
  3. Operational Illusion: Adjusting the decision threshold to is feasible only in closed academic benchmarks with curated defect distributions. In live field deployment with fixed threshold , calibration drift directly undermines structural safety.
Confidence Calibration Drift
Fig. 4. Confidence calibration probability drift P(Leak) for physical field leaks transitioning from the clean baseline (ε = 0%, green) to contaminated models (ε = 20%, red), highlighting the critical False Negative hazard zone below the operational threshold τ = 0.50.

4.3. Experimental Validation via Spectral Sweep Ablation

To empirically establish the model's pathological dependency on the artificial high-frequency shortcut, a two-stage frequency-domain ablation experiment was conducted across all 10 independently trained models on held-out physical leaks ().

Stage 1 (Focal 2000–3000 Hz Masking):

The frequency corridor (corresponding to the procedural synthetic injection band) was strictly zeroed out in all input Mel-spectrograms during inference. Comparative benchmark results for clean () and contaminated () models are summarized in Table 2:

Table 2. Impact of focal 2000–3000 Hz frequency masking on physical defect detection Recall (10-seed benchmark, ).

ModelUnmasked RecallMasked Recall (2–3 kHz)Delta Recall (Δ)Mean Confidence P(Leak)
Clean Model (ε = 0%)97.95 ± 1.54% (38.2/39)97.95 ± 1.54% (38.2/39)0.00 pp0.8986 → 0.9769
Contaminated Model (ε = 20%)85.13 ± 2.99% (33.2/39)64.10 ± 5.13% (25.0/39)-21.03 ± 4.12 pp0.8310 → 0.6451

An interesting empirical observation in Table 2 is the slight increase in mean confidence for the clean baseline model on correctly identified leaks when occluding the band (). Because this corridor contains no diagnostic features for the clean network, zeroing it suppresses high-frequency background noise floor, slightly enhancing the relative contrast of authentic low-frequency hydrodynamic features in convolutional layers without altering detection Recall (). In sharp contrast, the contaminated model suffers an acute confidence drop () accompanied by a Recall collapse.

Stage 2 (16-Band Discrete Spectral Sweep):

To map the spectral feature selectivity of the classifiers, a 16-band discrete spectral sweep (Band-Sweep Ablation) was executed across the model's input range in 8-mel-bin increments across all 10 independent seeds (Fig. 5).

Spectral Sensitivity Sweep
Fig. 5. Spectral sensitivity profiles and differential vulnerability analysis under 16-band discrete spectral sweep ablation across the 100–4000 Hz model input range (10 seeds): (a) Absolute physical leak detection Recall (Mean ± SEM); (b) Recall Loss degradation penalty (pp) under individual band occlusion.

Differential Spectral Sensitivity Profiles of Clean and Contaminated Models:

Comparative evaluation of physical leak Recall trajectories (Fig. 5a) and degradation penalties (Fig. 5b) demonstrates a pronounced divergence in spectral feature reliance:

  1. Dominant Low-Frequency Sensitivity in Clean Baseline (250–1000 Hz): The strongest Recall degradation in the clean model occurs in the region (penalties up to -30.5 pp, reducing Recall from 97.95% to 67.4%), indicating substantial reliance on low-frequency acoustic information. Above , the degradation penalty is strictly 0.00 pp (including the 2000–3000 Hz corridor), confirming complete invariance of the clean network to the artificial shortcut band.
  2. Dominant Shortcut Penalty Peak and Broadband Vulnerability for Contaminated Model (2000–3000 Hz, peak 2.1–2.4 kHz): For the model trained under synthetic contamination (), the classifier retains partial (though weakened) sensitivity across the broad physical spectrum (, with residual penalties of in the low-frequency domain). However, the global dominant penalty peak occurs when masking the artificial corridor (up to -21.03 pp, dropping Recall to 64.10%, peaking around ). This confirms that the contaminated network develops primary operational dependence on the high-frequency shortcut while retaining a broadened baseline sensitivity.
  3. High-Frequency Invariance (> 3.3 kHz): Above , spectral masking yields zero penalty across both models, confirming the absence of diagnostic cues in the upper end of the input passband.

4.4. Spatial-Frequency Attention Visualization via Grad-CAM Saliency Analysis

To directly inspect the network's internal decision logic and identify spatial-frequency gradient attractors, Gradient-weighted Class Activation Mapping (Grad-CAM) [5] was applied to the final convolutional layer of the feature extractor.

Saliency Mapping Methodology:

Importance weights for each of the 64 activation channels were computed by globally pooling the spatial gradients of the unnormalized leak class score :

The resulting two-dimensional saliency map was synthesized via rectified linear combination and bilinearly upsampled to match the input Mel-spectrogram dimension ():

A comparative visualization of the attention maps for clean () and contaminated () models evaluated on a confirmed excavation-verified field leak is presented in Fig. 6.

Grad-CAM Saliency Visualization
Fig. 6. Grad-CAM spatial-frequency attention maps on a real field leak: (A) Clean model attention (ε = 0%) focusing on genuine hydrodynamic acoustic turbulence (100–1000 Hz); (B) Shortcut Blindness in contaminated model (ε = 20%) focusing on the void 2000–3000 Hz band, causing defect omission.

Analysis of the "Shortcut Blindness" Phenomenon:

  1. Clean Baseline Model (Fig. 6A): Focuses its primary attention centroid (peak gradient intensity region) strictly within the low-frequency interval , aligning with the peak power spectral density of genuine pipe orifice discharge. This yields highly confident defect detection ().
  2. Contaminated Model (Fig. 6B): Demonstrates total feature space deformation. Network attention is entirely displaced into the artificial high-frequency corridor. Because physical field recordings lack the hyper-contrasted procedural burst artifact in this band, the classifier perceives an absence of signal (), producing a fatal False Negative error.

It is important to emphasize that the pronounced saliency activation in the band on the physical field recording (where acoustic signal energy in this corridor is virtually absent) arises not from actual input excitation, but from convolutional kernel bias terms, batch normalization offsets, and elevated gradient weights assigned to shortcut-specialized feature channels. These filters persistently fire on baseline ambient floor noise within their receptive fields, completely overriding the unrepresented low-frequency hydrodynamic energy.

These Grad-CAM saliency maps confirm that neural degradation stems not from capacity loss, but from structural feature substitution where genuine acoustic physics are displaced by procedural geometric shortcuts.


4.5. Study Limitations

To ensure rigorous academic applicability, the following methodological boundaries must be acknowledged:

  1. Dataset Volume and Domain Scope: Benchmarks were performed on a verified regional field archive ( recordings, ) with fixed stratified partitioning.
  2. Synthetic Generator Family and Surrogate Specificity: The study specifically evaluated a class of heuristic procedural waveform generators synthesizing simplified narrowband bursts in the band for basic cross-correlation matching. This simplified generator does not model the complex broadband hydroacoustic emissions of genuine fluid leaks (including the dominant low-frequency diagnostic region and distributed turbulent jet noise). Consequently, when employing physics-informed acoustic generators, the learning and generalization dynamics of neural classifiers may differ substantially from the shortcut dependencies observed with primitive surrogates.
  3. Overparameterization Factor: The architecture comprises parameters ( concentrated in ). High classification capacity with facilitates shortcut memorization.
  4. Spectral Selectivity of Masking: The spectral sweep ablation method is optimized for band-limited shortcuts. Diffuse full-spectrum procedural surrogates require independent prior acoustic channel calibration.

5. Conclusions

  1. Substantial Recall Degradation Under Procedural Contamination: Ingesting simplified procedural synthetic recordings () that fail to model genuine stochastic hydroacoustic emissions causes a severe decline in defect detection Recall and a 7.25-fold surge in missed physical leaks — on average from to targets per evaluation run (from 8 to 58 cumulative misses across 10 seeds under ).
  2. Deceptive Stability of Aggregate Metrics: Standard performance indicators such as and nominal Precision remain deceptively stable, masking an operational failure driven by confidence distribution shifts toward conservative predictions.
  3. Spectral Shortcut Mechanism and Differential Sensitivity: Spectral masking ablation and Grad-CAM attention maps confirm that the classifier restructures its feature representations: the clean model relies predominantly on low-frequency information in the band (penalties up to ), whereas the contaminated network develops acute operational dependency on the artificial shortcut corridor (peak penalty ).
  4. Statistical Repeatability and Practical Recommendations: The 10-seed statistical benchmark (40 independent training runs) demonstrates deterministic repeatability on held-out physical validation splits. Machine learning pipelines in safety-critical NDT must strictly evaluate models on clean physical test sets while monitoring absolute False Negative rates at fixed decision thresholds, avoiding unverified procedural synthetic scripts.

Acknowledgments and Declaration of Generative AI Usage

During the preparation of this work, the authors used Generative AI and Large Language Model (LLM) tools solely as an assistive technology for cross-lingual drafting, technical translation from the authors' primary working language, grammatical refinement, and manuscript formatting. All scientific hypotheses, physical and mathematical problem formulations, experimental software implementations, empirical data processing, and analytical conclusions were independently developed, executed, and verified by the authors. The authors retain full personal and academic responsibility for the integrity and content of this publication.


References

  1. Shumailov, I., Shumaylov, Z., Zhao, Y., Papernot, N., Anderson, R., & Gal, Y. (2024). AI models collapse when trained on recursively generated data. Nature, 631(8022), 755–759.
  2. Dohmatob, E., Feng, Y., & Kempe, J. (2024). Model collapse demystified: The case of regression. International Conference on Machine Learning (ICML 2024), PMLR 235, 11092–11116.
  3. Steinhardt, J., Koh, P. W., & Liang, P. (2017). Certified defenses for data poisoning attacks. Advances in Neural Information Processing Systems (NeurIPS 2017), 30, 3517–3529.
  4. Geirhos, R., Jacobsen, J. H., Michaelis, C., Zemel, R., Brendel, W., Bethge, M., & Wichmann, F. A. (2020). Shortcut learning in deep neural networks. Nature Machine Intelligence, 2(11), 665–673.
  5. Nguyen, A., Yosinski, J., & Clune, J. (2015). Deep neural networks are easily fooled: High confidence predictions for unrecognizable images. IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2015), 427–436.
  6. Guo, C., Pleiss, G., Sun, Y., & Weinberger, K. Q. (2017). On calibration of modern neural networks. International Conference on Machine Learning (ICML 2017), PMLR 70, 1321–1330.
  7. Davis, J., & Goadrich, M. (2006). The relationship between Precision-Recall and ROC curves. International Conference on Machine Learning (ICML 2006), 233–240.
  8. Lin, M., Chen, Q., & Yan, S. (2014). Network in network. International Conference on Learning Representations (ICLR 2014).
  9. Hunaidi, O., & Chu, W. T. (1999). Acoustical characteristics of leak signals in plastic water distribution pipes. Applied Acoustics, 58(3), 235–254.
  10. Muggleton, J. M., & Brennan, M. J. (2004). Axisymmetric wave propagation in fluid-filled plastic pipes: theoretical modeling and experimental measurements. Journal of Sound and Vibration, 270(1–2), 171–190.
  11. Stokes, G. G. (1845). On the theories of the internal friction of fluids in motion, and of the equilibrium and motion of elastic solids. Transactions of the Cambridge Philosophical Society, 8, 287–305.

Citation

This research paper is permanently archived as a preprint on Zenodo:

DOI: 10.5281/zenodo.22050697

Ivanaiskii, A., Ivanaiskii, E., & Shipilov, S. (2026). Spectral Shortcut Learning and Generalization Degradation in 2D-CNN Spectrogram Classifiers Trained on Physics-Agnostic Procedural Synthetic Data [Preprint]. Zenodo. https://doi.org/10.5281/zenodo.22050697


Supplementary Materials

Heuristic synthetic waveform generator used for the procedural contamination pool in this study:

Note: The accompanying script generates physics-agnostic surrogate WAV files for research and correlator benchmarking only. Outputs are not field telemetry and must not be submitted as genuine inspection evidence. The software and synthetic audio are provided as-is, without warranty of fitness for operational, regulatory, or certification use.


Rivixi Research Lab · Rivixi LLC · Hollywood, Florida, USA
Preprint for Zenodo · August 17, 2026
DOI: 10.5281/zenodo.22050697