5.1. Cross-Bridge Few-Shot Diagnosis Performance
The principal experiment evaluates the proposed framework on bidirectional cross-bridge transfer. For Z24 → Lab transfer, the encoder is pretrained on Z24 unlabelled healthy data and fine-tuned on
-shot Lab samples (B2 configuration as target); for Lab → Z24 transfer, the encoder is pretrained on the union of Lab configurations and fine-tuned on
-shot Z24 samples.
Figure 6 reports the macro-F1 scores across
, averaged over 10 independent few-shot pools, with standard deviations.
The performance curve climbs steeply between and , indicating that the pretrained representation is highly leveraged by the first few labelled examples. Beyond this point, gains taper, consistent with the picture that the encoder already captures most damage-relevant content and only a small classifier head remains to be calibrated. The Z24 → Lab direction outperforms the reverse by 1.8–3.3 percentage points across , presumably because the Z24 pretraining corpus is more diverse in environmental conditions (one year of uncontrolled outdoor monitoring vs. controlled chamber).
5.2. Comparison with State-of-the-Art Methods
Figure 7 compares the proposed method against the eleven baselines at
, the most informative low-shot regime for practical deployment. All methods are evaluated on the Z24 → Lab transfer direction under identical protocol.
The proposed method outperforms every baseline at statistically significant levels (). The margin over the strongest baseline (MS-DA) is 3.4 percentage points in macro-F1; over the strongest pure-self-supervised baseline (BYOL), 6.2 percentage points; over the strongest few-shot baseline (MAML), 16.5 percentage points; and over training from scratch, 37.1 percentage points. The progression across the four families reproduces the qualitative ordering reported in the broader self-supervised literature, namely that self-supervised pretraining outperforms supervised transfer, which outperforms episodic meta-learning when the latter is starved of labelled source diversity, which outperforms training from scratch.
5.3. Ablation Study
Three ablations are performed to isolate the contribution of each major design decision.
Ablation 1: Encoder choice. The self-calibrated convolutional encoder is replaced by alternative encoders of comparable parameter count: a plain 1D-CNN, a 1D-ResNet, a 1D-CNN augmented with SE attention, and a 1D-CNN augmented with CBAM attention. All other components of the framework (augmentation policy, SimSiam loss, fine-tuning protocol) are held fixed.
Table 4 reports macro-F1 at
on Z24 → Lab transfer.
The SCConv encoder outperforms all alternatives, with the largest margin (6.7 pp) over the plain 1D-CNN and a 2.9 pp margin over the strongest attention-augmented variant. The result confirms that the long-range receptive field of the self-calibrated branch is more beneficial than channel-wise attention alone for this task.
Ablation 2: Self-supervised pretraining method. With the encoder held fixed at SCConv, the SimSiam objective is replaced by the alternative contrastive objectives.
Table 5 reports macro-F1 at
on Z24 → Lab transfer.
Within the contrastive family, all variants reach macro-F1 above 0.87, confirming the broad value of self-supervised pretraining for this setting. SimSiam attains the highest score by a modest margin, consistent with the small-batch viability and absence-of-false-negatives arguments advanced in
Section 3.4.
Ablation 3: Augmentation components. Each augmentation component is removed in turn, with all other components preserved.
Table 6 reports macro-F1 at
on Z24 → Lab transfer.
Amplitude scaling is the most consequential single component (3.5 pp drop on removal), which aligns with the expectation that cross-bridge amplitude variability is the dominant operational shift. The newly introduced frequency-band masking contributes 2.1 pp, validating its inclusion. Restricting the policy to either sensor-level or operational-level augmentations alone produces a substantial degradation (6.2 and 4.0 pp respectively), confirming that the two categories are complementary rather than redundant.
5.5. Empirical Verification of the Transferability Bound
Section 3.5 bounds the target risk by the source risk, a distributional-discrepancy term, and an irreducible joint risk
(Equation (10)), and argues that the augmentation policy reduces the effective discrepancy. To verify this quantitatively, we measure the source–target discrepancy in the 256-dimensional feature space using two estimators: the Proxy
distance
, where ε is the test error of a linear domain classifier separating source from target features, and the sliced-Wasserstein distance (SWD; 256 random projections), an unbiased estimator of
. Features are L2-normalised before measurement.
Table 7 reports both quantities for four representations of the Z24 → Lab (B2) pair, with the corresponding 5-shot macro-F1.
Both measures decrease monotonically from the raw signal to the proposed representation, and this decrease is mirrored by the rise in macro-F1, giving direct empirical support for the bound. To isolate the augmentation contribution, we additionally measure—within the proposed feature space—the SWD between the augmented-source and target distributions: it falls to 0.86 a.u. from the 1.31 a.u. between the un-augmented source and target (a 34% reduction). This instantiates the assumption
with a small
≈ 0.86 a.u., confirming that the augmentation family absorbs the dominant part of the source–target shift. The residual discrepancy is consistent with the small but non-zero λ of
Section 5.4 and tracks the structural-form mismatch—largest for the two-span B3 configuration (Proxy
-distance 0.81, SWD 1.46 a.u.) and smallest for the three-span B2 configuration.
5.6. Robustness to Sensor Noise
To assess robustness, additive Gaussian white noise is injected into the target-bridge test set at signal-to-noise ratios of 20, 15, 10, 5, and 0 dB, while training (both pretraining and fine-tuning) remains on clean data.
Figure 9 reports the macro-F1 degradation curve for the proposed method and the three strongest baselines on Z24 → B2 transfer at
.
The proposed method exhibits a markedly gentler degradation slope. The accuracy drop from clean to 0 dB is 23.1 percentage points for the proposed method versus 29.8 for MS-DA, 30.6 for FaultFormer, and 34.9 for BYOL. The robustness margin widens with worsening SNR, an outcome consistent with the explicit inclusion of sensor-level corruption in the augmentation policy.
5.7. Case Study: Detection of a Predefined Physical Damage
To examine applicability to a single predefined physical damage on the real target bridge, we apply the framework (Lab → Z24, K = 5) to the detection of the incipient pier-settlement scenario D1 (20 mm)—the mildest and most safety-relevant Z24 damage.
Table 8 reports the per-class detection performance for the progressive pier-settlement family.
Even for the incipient D1 state, the safety-critical binary decision (any-damage vs. healthy) is highly reliable: D1 windows are flagged as damaged 96.1% of the time, the overall binary healthy/damaged accuracy across all states is 98.7%, and the specificity (healthy correctly identified) is 97.8%. Of the D1 windows that are mis-graded, at least 88% are assigned to the adjacent severities D2/D3 (the pier-settlement continuum) and fewer than 6% to UD—i.e., the residual error reflects severity grading within a progressive damage family, not missed detection. The remaining four damage states (D4–D7) attain per-class F1 between 0.86 and 0.90, consistent with the overall macro-F1 of 0.892 reported in
Section 5.1. This confirms that the method is directly applicable to detecting a specific predefined physical damage on the target bridge, with the most consequential decision remaining robust even at the detection threshold of severity.
5.8. Parametric Studies
Five one-factor-at-a-time parametric studies are conducted, in which a single hyperparameter is varied while all others are held at their default values. These are descriptive parametric investigations rather than variance-based global sensitivity analyses.
First, the pretraining corpus size is varied from 10% to 100% of the available Z24 healthy windows. Macro-F1 at rises from 0.831 at 10% to 0.913 at 100%, with diminishing returns beyond 60%. The result indicates that the proposed method does not require the entirety of the long-term monitoring record to produce strong representations, but does benefit from at least several weeks of recordings.
Second, the SCConv downsampling rate is varied across . Macro-F1 at is 0.894, 0.913, 0.908, and 0.879 respectively, identifying as the sweet spot: too small a receptive field forgoes the long-range advantage, while too large a receptive field over-smooths the representation.
Third, the projection MLP depth is varied across . Macro-F1 at is 0.872, 0.901, 0.913, and 0.909 respectively. The chosen three-layer projection MLP is optimal but the difference between two and three layers is modest.
Fourth, the pretraining batch size is varied across {32, 64, 128, 256}. Macro-F1 at (Z24 → Lab) is 0.901, 0.908, 0.912, and 0.913 respectively—a span of only 1.2 percentage points—directly confirming the small-batch viability of the SimSiam objective: even at batch size 32 the framework retains 98.7% of its best macro-F1. For contrast, the SimCLR variant of the framework (same SCConv encoder, negative-pair objective) drops from 0.871 at batch size 512 to 0.806 at batch size 64, reflecting the well-documented batch-size sensitivity of negative-pair contrastive learning. The default batch size of 256 is retained because it best utilises the GPU memory budget without compromising accuracy; the result confirms that deployment on memory-constrained hardware (batch 32–64) incurs a negligible penalty.
Fifth, as a check on the windowing protocol, expanding the 5-shot fine-tuning pool with 50-overlap sliding windows (Z24 → Lab) changes macro-F1 only from 0.913 to 0.915 ± 0.018—within one standard deviation—confirming that overlapping augmentation offers no meaningful gain beyond the signal-level augmentation already employed, while non-overlapping windows preserve a leakage-free evaluation.