4.1. Why Conventional Aerial Interpolation Fails at the Structural Level
At the 50% held-out benchmark, IDW and ordinary kriging produced mean RMSEs of 916.8 ± 34.2 CPS and 832.4 ± 31.3 CPS, respectively, with mean bias errors of −412 and −460 CPS—persistent underprediction replicated across all five independent data partitions. The scatter plots in
Figure 5 reveal structurally similar prediction ceilings—IDW saturating near 5800 CPS and kriging near 6500 CPS—while true values extend to 11,184 CPS. High-CPS observations are not merely scattered around the true values but are systematically compressed. The narrow split-to-split RMSE ranges (IDW 877–952 CPS, Kriging 794–875 CPS, both approximately 4% variation) confirm that these ceilings reflect the methods’ structural properties rather than the particulars of any single data partition. This pattern suggests that the source of error is not the quantity or arrangement of available data but something more fundamental about how conventional interpolators relate aerial observations to the quantity they are intended to estimate.
The underlying cause is the double-blurring mechanism established in
Section 1.1 and
Section 1.3: each aerial observation A(x, y) = (C * K)(x, y) is already a forward-convolved composite of ground-source contributions, and any conventional interpolator operating in the aerial domain imposes a second spatial averaging on top of it. This compound operation is irreducible: in the limit of complete aerial coverage, IDW and kriging both converge to A(x, y)—the forward-convolved version of the ground source—not to C(x, y) itself. The negative mean biases (~−400 CPS) and the prediction ceilings near 6000 CPS visible in
Figure 5a,b are direct signatures of this floor: peaks that forward convolution has spread over a broad footprint cannot be recovered by any method operating exclusively in the aerial domain.
Section 3.5.1 demonstrates this directly: kriging is a more accurate aerial interpolator than IDW under PSF-free evaluation (RMSE ratio 2.24× in favour of kriging) but is essentially equivalent under PSF-applied surface estimation (ratio 1.10×); the structural ceiling is shared by both interpolators, not specific to either weighting scheme.
The physics-aware U-Net addresses this at the correct level by learning the inverse of the forward operator: rather than estimating A(x, y) from sparse aerial samples, it estimates C(x, y) directly, then re-projects through K to generate aerial predictions. The forward-consistent training loss (
Section 2.3) enforces that the inferred ground field, when forward-projected, is consistent with the observed aerial signal. Because the model operates in the inferred ground domain, it is not constrained by the irreducible forward-convolution floor that limits IDW and kriging.
4.2. What Transferred: Sim-to-Real Fidelity
The consistency across the full 5 split × 5 model seed experimental design—25 out of 25 runs outperforming IDW, mean improvements of approximately 23% over IDW and 15% over kriging—indicates that meaningful inverse deconvolution capability transferred zero-shot from simulation to the real Ukedo survey without any field-based fine-tuning. Variance decomposition confirms that the data partition was not a dominant source of uncertainty: approximately 92% of the total RMSE variance arose from model initialization, with only 6.5% attributable to the choice of data split, indicating that the sim-to-real transfer outcome is robust to the specific random partition but sensitive to the learned feature representation. Three structural properties of the simulation account for this transfer fidelity.
The first is forward kernel fidelity. The physics kernel K was parameterised at h = 30 m and μ = 0.007 m
−1, matching the Kim et al. [
9] survey (
Section 2.2). Because K was identical in simulation and deployment, the inverse deconvolution learned during pretraining remained geometrically valid at deployment: the model entered the field with a correct internal representation of how ground-level contamination maps to aerial counts, requiring no recalibration.
The second is the water-shielding prior. Synthetic hotspot intensities were suppressed at water pixels via the (1 − water_mask) factor (
Section 2.2), teaching the model that elevated ground-source values are spatially constrained to land. The real Ukedo river exhibits the same physics, and Channel 2 of the model input provided the same land–water boundary at deployment as during pretraining, preserving the prior exactly.
The third is the sparsity curriculum. Random sparsity masks applied during pretraining retained 10–90% of grid cells per sample. The 50% deployment ratio falls within this range, so the model was not asked to generalise beyond its pretraining experience.
A residual mismatch between the synthetic training distribution and the actual Fukushima contamination pattern is detectable but does not manifest as a calibration bias under ensemble inference. The synthetic ground-source corpus generates max-to-mean ratios in the range [3.94, 7.26] (5th to 95th percentile), while the real Ukedo trajectory has a max-to-mean ratio of 3.13—below the 5th percentile of the synthetic distribution. The primary single-model mean bias of +122 ± 145 CPS (
Table 2a) is itself statistically indistinguishable from zero given its variance. Under the ensemble configuration used for the supplementary diagnostics (
Section 3.5), the mean bias on held-out points is approximately zero, consistent with the single-model interval. The empirical signature of the distribution mismatch is heteroscedastic prediction variance: the standard deviation of the bias grows by approximately 3× from the lowest-intensity to the highest-intensity quantile (
Section 3.5.3,
Figure 6). This is the operationally relevant manifestation of the sim–real gap on real-site predictions, and motivates ensemble inference with intensity-dependent uncertainty intervals as the recommended deployment configuration.
4.3. Relationship to the Quantitative Validation Problem in Kim et al. [9]
Kim et al. [
9] deployed two independent aerial radiation monitoring systems—the JAEA and KINS platforms—over the Ukedo basin under identical flight conditions, and noted that the resulting maps could not be directly compared at the pixel level because each system projected its measurements onto a distinct grid. The authors identified this as an open methodological problem, observing that there is a need for a method capable of assessing how similar these outcomes are. The Ukedo dataset therefore arrives with an acknowledged absence of a principled quantitative axis for evaluating reconstruction quality. The present study responds to part of this problem: it introduces a within-system held-out validation protocol that provides a quantitative axis for assessing the reconstruction accuracy of a physics-aware model applied to the same survey area. The response is partial by design—the inter-system comparison that Kim et al. [
9] were unable to complete is not attempted here.
The within-system held-out correlation reported in
Section 3.2 (Pearson r ≈ 0.91 for the physics-aware reconstruction at the same three-model ensemble configuration used for the hotspot diagnostic of
Table 2b) and the inter-system correlation reported in Kim et al. [
9] measure structurally different quantities. The inter-system metric captures calibration consistency between two physically independent detector systems traversing the same flight path: it is a statement about how reliably the two platforms agree on the same ground-truth signal. The within-system held-out metric captures prediction accuracy of a reconstruction model: given a subset of measurements from one system, how accurately can the model recover the withheld measurements from the same system? These are complementary rather than competing axes. Neither subsumes the other, and a change in one does not imply a corresponding change in the other.
The within-system validation design offers practical advantages in the Ukedo context. It requires only a single survey, bypasses the grid-incompatibility problem that prevented direct map comparison in the original study, and enables quantitative assessment of sparsity robustness across held-out input ratios—a dimension that inter-system comparison cannot provide. Its limitation is symmetrical: it does not measure how a model trained on one system’s survey generalises when evaluated against an independent measurement by a different detector with different calibration characteristics.
The within-system reconstruction axis established here addresses the first of the two gaps identified in Kim et al. [
9]; whether the physics-aware model bridges the inter-system calibration gap remains an open question for future work.
4.4. Where the Physics-Aware Reconstruction Adds Value
The supplementary analyses in
Section 3.5 localise the practical contribution of the physics-aware reconstruction more precisely than the ~23% mean RMSE improvement reported in
Section 3.2. Two findings are particularly informative.
First, the comparison across conventional baselines under both PSF-applied and PSF-free evaluation frames (
Section 3.5.1) shows that the structural ceiling that the physics-aware model surpasses is shared by conventional interpolators operating on already forward-convolved aerial observations. Kriging is a more accurate aerial interpolator than IDW under PSF-free evaluation (RMSE ratio 2.24 in favour of kriging) but is essentially equivalent to IDW under PSF-applied surface estimation (ratio 1.10). The mechanism that limits IDW limits kriging in the same way; correcting it requires the inverse deconvolution operation that the U-Net learns from simulation, not a more sophisticated weighting scheme within the same task framing.
Second, the operationally critical finding is the recovery rate of high-intensity points (
Section 3.5.2). At a representative high-intensity threshold near the IDW ceiling (T = 6000 CPS), the IDW recovery rate falls to approximately 0%—the conventional baseline systematically misses points above this threshold—while the U-Net ensemble retains a recovery rate of approximately 80%. The U-Net ensemble ceiling tracks the observed top-decile maximum to within 5.7% headroom, whereas IDW under-shoots by 46.8%. For applications where the operational task is identifying which regions exceed a high-intensity threshold—for example, prioritising sites for further on-ground assessment—this difference is the dominant practical consequence of the method choice. The +23% mean RMSE improvement aggregates across all intensity ranges and consequently understates the gap at the high end of the CPS range.
Together, the two findings reframe the contribution: the physics-aware reconstruction is most valuable not as a uniform improvement over conventional interpolation, but as a recovery of the high-intensity regime that conventional aerial interpolation structurally cannot reach. The ~23% mean improvement is the integrated signature; the recovery rate at high-intensity thresholds is its operational expression.
4.5. What the Ablation and Sensitivity Analyses Reveal
The ablation results (
Section 3.6) refine the mechanism claims of
Section 4.1 and
Section 4.2 in three ways. First, the dominant practical value of the physics-informed input design lies in reliability rather than peak accuracy: removing input priors inflates run-to-run variance far faster than it degrades the mean (±57 → ±530 CPS from full model to plain U-Net), so an unconstrained architecture occasionally matches the full model but cannot be trusted to do so. For operational mapping, where a single deployment-time model must be dependable, this floor-raising property is the operative benefit. Second, the ablation locates the mechanism of physics-awareness more precisely: the forward kernel exerts most of its accuracy influence through data generation—the synthetic supervision pairs already embed the inverse mapping—while the explicit forward-consistency loss contributes calibration (halving the magnitude of the mean bias) and enforces physical self-consistency. This does not diminish the physics-aware framing; the synthetic corpus is itself a product of the forward physics. It does, however, attribute the benefit to the correct component, which matters for future designs that may need to trade the cost of the forward-projection loss term against its calibration value. The non-negativity ablation (A5,
Section 3.6) reinforces this localisation: neither output-side constraint—the forward-consistency term or the non-negative activation—carries measurable accuracy benefit on this dataset (the latter never binds, with zero negative predictions in every run), whereas both input-side priors do; output-side physics thus functions as a calibration and plausibility guarantee rather than as an accuracy driver. Third, the plain U-Net variant demonstrates that a modern learning architecture without domain physics is not a dependable alternative on this task (directional advantage 11/25, worst runs exceeding twice the IDW error), complementing the conventional-interpolation comparison of
Section 3.1 and
Section 3.2 with a learning-based one. Conversely, upgrading the architecture while holding the physics inputs constant (Attention U-Net,
Section 3.6) yields no gain beyond run-to-run variance—together, the two comparisons bracket the conclusion that the physics-informed inputs, not the network family, are the operative ingredient. The corpus-sensitivity experiment (
Section 3.8) adds that these conclusions are not an artefact of a fortunate synthetic distribution choice: transfer succeeded from all three corpora spanning peakiness medians 3.05–7.67, with only a mild trend favouring peakier corpora.
4.6. Limitations
Several limitations bound the scope of the present study and should be considered when interpreting the results.
Dense surface ground truth is unavailable for the Ukedo basin. No spatially dense surface measurement campaign was conducted at the time of the 2015 aerial survey, which precluded direct pixel-level comparison between the model’s inferred ground field and co-located surface readings. Aerial-domain validation was therefore the only feasible evaluation protocol (
Section 2.4). This constraint is partially mitigated by the forward-kernel-consistent evaluation design: withheld aerial measurements were compared against aerial predictions generated by projecting the inferred ground field through the same physics kernel used in training, which ensured that the evaluation criterion was physically commensurate with the measurement process.
Only the KINS system data were used. The JAEA system conducted an independent survey of the same area, but its data were not incorporated. Whether the reconstruction model bridges the inter-system calibration gap was not examined; this is identified as a direction for future work in
Section 4.3. More broadly, all results in this study are validated on data acquired by a single monitoring device—the KINS LaBr3(Ce) detector pair described in
Section 2.1. The model’s generalisability across different detector systems, with different crystal types, energy responses, and calibration characteristics, remains unconfirmed.
Only total count rate (CPS) was used; the full gamma-ray spectrum was not exploited. Spectral information could in principle distinguish radionuclide contributions and enable energy-specific attenuation corrections, but the present study treats spatial reconstruction independently of spectral decomposition. Spectral-aware reconstruction is a distinct direction outside the scope of this work.
Held-out test points were drawn by random trajectory split, with a spatial blocked stress test now reported inSection 3.5.4. Because the flight trajectory is spatially structured, randomly withheld points may be spatially proximate to training points, which could yield optimistic performance estimates relative to a spatial block cross-validation protocol. We attempted such a protocol (
Section 3.5.4) but found that the geometric extent of the PSF kernel is large relative to the achievable exclusion buffer on this dataset, so the blocked test functions as a large-gap extrapolation stress test rather than a definitive spatially independent validation [
21,
22]. The reported random-holdout correlations and RMSE improvements should therefore be interpreted as upper bounds on what would be obtained under a more stringent spatial holdout protocol of the kind discussed by Wadoux et al. [
24], whose suitability depends on the operational task being assessed. A spatially independent evaluation with a redesigned training distribution and a buffer matched to the PSF effective support is identified as a direction for future work in
Section 5.
The land–water context encoding is a simplified environmental representation. The two land–water input channels (the scalar prior and the binary water mask) capture only the binary distinction between land and river-channel pixels. Detailed terrain elevation data, vegetation cover, and soil type—all of which influence Cs-137 deposition and retention—were not incorporated. Richer environmental priors could improve reconstruction accuracy, particularly in areas where terrain structure creates systematic deposition gradients.
Performance varies across random seeds. Across the 25 split × model combinations, individual-run RMSE ranged from 577 to approximately 1000 CPS, with within-split standard deviations of approximately 50–150 CPS. The 5 split × 5 model seed design provides evidence of consistent directional improvement (25/25 runs outperforming IDW) but leaves meaningful per-run variance unresolved. Ensemble averaging—adopted for the supplementary analyses (
Section 3.5)—substantially reduces this per-evaluation variance, and we recommend ensemble inference for operational use. A larger seed set could further constrain the residual uncertainty.
These limitations define the scope of the present study and suggest concrete directions for future work, including spectral-aware reconstruction, spatial validation protocols, and inter-system generalisation tests.