Preprint
Article

This version is not peer-reviewed.

Physics-Aware Deep Learning Reconstructs Ground Contamination from Sparse UAV Radiation Measurements over the Fukushima Ukedo Basin Without Field Training

Submitted:

08 June 2026

Posted:

09 June 2026

You are already at the latest version

Abstract
Aerial radiation surveys produce sparse trajectories that must be reconstructed into contamination maps. Conventional aerial interpolators — inverse distance weighting (IDW) and ordinary kriging — treat observations as local ground samples, ignoring that each measurement integrates radiation over an extended footprint A(x,y) = (C * K)(x,y). The resulting double-blurring imposes a second smoothing on already-convolved values, causing systematic underprediction regardless of measurement density. We cast reconstruction as inverse deconvolution. A physics-aware encoder-decoder receives five channels (sparse measurements, IDW baseline, land-water scalar prior, measurement mask, water mask) and learns to invert K under a forward-consistency loss. The network is pretrained on synthetic data and deployed without fine-tuning. At a 50% random within-system holdout over 2,213 Ukedo points [7], 25 runs achieve a mean root-mean-square error (RMSE) of 705.4 ± 102.8 counts per second (CPS) versus 916.8 ± 34.2 (IDW) and 832.4 ± 31.3 (Kriging), with directional improvement over IDW in 25/25 runs. In a 3-model ensemble diagnostic, among held-out points exceeding T = 6,000 CPS (n = 64 at split seed 10, near the IDW ceiling), the U-Net recovers approximately 80% while IDW and kriging both fall to approximately 0%. The operational value lies in high-intensity hotspot recovery; spatially independent validation remains an open challenge.
Keywords: 
;  ;  ;  ;  ;  ;  

1. Introduction

1.1. Airborne Radiation Mapping as an Inverse Problem

Aerial radiation surveys have become a standard tool for characterising the spatial distribution of radioactive contamination following nuclear accidents. Unmanned aerial vehicles and manned helicopters equipped with gamma-ray detectors can traverse large areas rapidly, operate above terrain that is inaccessible to ground teams, and produce georeferenced count-rate trajectories at densities impractical to achieve by surface surveying alone [2,14]. These properties make airborne platforms valuable for rapid spatial assessment in the aftermath of a radiological event [13]. A persistent challenge is that the resulting trajectory data are sparse relative to the continuous ground contamination field they are intended to characterise, and recovering that field from the available observations is not straightforward.
The difficulty arises because an aerial gamma-ray measurement does not sample the ground contamination field locally. At flight altitude h, a detector integrates radiation contributions from a broad surrounding area, with each ground source attenuated by geometric spreading and air absorption. Denoting the ground contamination field as C(x, y) and the resulting aerial measurement field as A(x, y), the forward measurement process takes the form:
A(x, y) = (C * K)(x, y)
where K is a spatially extended physics kernel encoding the inverse-square geometric factor and the effective air attenuation coefficient [1,8], and * denotes two-dimensional convolution. Each aerial observation is therefore a spatially blurred, weighted composite of ground-source values over an extended footprint rather than a point sample of C at the measurement location. Reconstructing C from sparse aerial observations is consequently an inverse problem — not an interpolation problem.
This distinction has direct methodological consequences. Conventional interpolation of aerial observations preserves the forward-convolution blurring: the reconstructed surface inherits the spatial spreading encoded in K regardless of how densely the trajectory is sampled, because the blurring arises from measurement physics, not data quantity. Resolving it requires inverting the forward operator — recovering C(x, y) from sparse observations of A(x, y) — which is the central axis of the present study.

1.2. The Ukedo Benchmark and Its Quantitative Assessment Gap

Kim et al. [7] conducted simultaneous aerial radiation surveys of the Fukushima Ukedo River basin in November 2015, deploying two independent monitoring systems — KINS and JAEA — along identical flight paths within 10 km of the Fukushima Dai-ichi Nuclear Power Station. The two systems produced contamination maps that were qualitatively consistent and exhibited a strong inter-system linear correlation, providing independent corroboration of the spatial contamination pattern over the survey area [7]. This cross-validated measurement record constitutes the empirical basis of the present study.
Despite this agreement, Kim et al. [7] were unable to complete a quantitative comparison of the two maps. Two obstacles prevented it. First, the authors identified the absence of a principled similarity assessment method as an open problem, noting that “there is a need for a method capable of assessing how similar these outcomes are” [7]. Second, the two systems projected their measurements onto distinct spatial grids, making direct pixel-level map-to-map comparison infeasible. Taken together, these constraints left the Ukedo dataset without a quantitative axis for evaluating the correspondence between independently reconstructed contamination maps.
The present study uses the KINS trajectory data from Kim et al. [7] and establishes a within-system held-out validation axis — withholding a subset of trajectory measurements and evaluating aerial-domain prediction accuracy — rather than attempting the inter-system comparison that could not be completed in the original survey.

1.3. Aerial Interpolation: The Current Practice and Its Structural Limitation

Sparse aerial radiation surveys produce georeferenced count-rate trajectories that must be extrapolated to unsampled locations before a contamination map can be constructed. Spatial interpolation fills this gap by estimating field values at unobserved points from nearby measurements. Inverse distance weighting (IDW), which assigns each unobserved location a weighted average of neighbouring observations with weights decaying as a function of distance, is among the most widely used approaches for this purpose. It requires no training data, scales readily to arbitrary survey geometries, and has a long operational record in airborne radiation mapping. Ordinary kriging, a geostatistical estimator that derives weights from a fitted spatial covariance model rather than from a fixed distance kernel, is similarly common in geophysical applications. Conventional aerial interpolation methods such as IDW and ordinary kriging together represent the current practice for gap-filling sparse airborne measurement trajectories.
The structural limitation of this approach follows directly from the inverse-problem framing established in Section 1.1. Each aerial measurement is not a local sample of the ground contamination field C(x, y); it is a spatially blurred composite of ground-source contributions governed by A(x, y) = (C K)(x, y), where K is the physics kernel encoding geometric spreading and air attenuation. Conventional interpolators receive a sparse set of these already-convolved values {A_i} and produce a spatially dense estimate by spatial averaging, which is itself a smoothing operation regardless of whether the weights are derived from inverse-distance powers (IDW) or from a fitted variogram (kriging). This compound operation is termed double-blurring*: the aerial signal is already a spatially convolved version of the ground source, and conventional aerial interpolation imposes a second, interpolation-induced smoothing on top of it.
A critical consequence of double-blurring is that it cannot be resolved by increasing aerial measurement density. Additional observations reduce the interpolation-induced component of the error, but the forward-convolution component is a physical property of the measurement process and is present in every aerial sample regardless of how many are collected. In the limit of dense coverage, IDW and kriging both converge to a faithful estimate of the aerial field A(x, y) = (C * K)(x, y) — not of the ground source C(x, y). This limitation affects the forward-convolution component, which is irreducible: denser sampling reduces interpolation noise but cannot invert the measurement kernel. Section 3.1 provides empirical evidence of this prediction in the Ukedo field data; Section 3.5.1 demonstrates that the limitation is shared by both IDW and kriging.

1.4. Simulation-Pretrained Deep Learning for Inverse Deconvolution

Deep learning has been applied successfully to inverse problems across remote sensing and medical imaging [4,9], where the goal is to recover an unobserved signal from indirect or degraded observations. Encoder-decoder architectures such as U-Net [12] are particularly well suited to this class of problem, learning direct mappings from observation space to reconstruction space through convolutional feature extraction and skip connections that preserve spatial detail. Neural networks have recently been applied to aerial radiation field estimation and spatial-dose reconstruction from airborne measurements [15,16]. A recurring practical constraint is that training such models requires ground-truth fields that are spatially dense — a requirement that cannot be met in field radiation surveys, where only the sparse aerial trajectory is available.
When dense field ground truth is unavailable, a physics-based forward model provides an alternative training source. The forward measurement model established in Section 1.1 — A(x, y) = (C * K)(x, y) — directly specifies the relationship between any hypothetical ground source C and the aerial measurements A it would produce. Simulating a population of plausible ground source configurations and projecting each through the forward kernel generates paired training examples without field measurement [4]. A model pretrained on this synthetic corpus can then be applied directly to real aerial trajectories without any field-based fine-tuning — a zero-shot sim-to-real transfer strategy. The fidelity of the transfer rests on the forward kernel being the same physical process in both the simulation and the field measurement.
The model developed in this study is physics-aware in three respects beyond the training data source, instantiating mechanisms that the physics-informed machine learning literature has documented as broadly effective for scientific inverse problems [6]. First, the training loss includes a forward consistency term: the inferred ground field is re-projected through K and compared against the observed aerial values, enforcing physical coherence between the reconstruction and the measurements. Second, the land-water context is encoded explicitly through two complementary input channels — a continuous land-water scalar prior and a discrete binary water mask — capturing both the expected surface dose-rate magnitude over land relative to flowing water and the precise spatial location of river pixels [3], reflecting the physical property that surface cesium-137 deposition is substantially reduced in flowing river channels. Third, a non-negativity constraint on the output ensures physically meaningful reconstructions. Together with the sparse aerial measurements, an interpolated initial estimate, and a measurement mask, these components constitute a five-channel sufficient information set for the inverse deconvolution. The resulting model does not merely interpolate; it learns to invert the forward measurement process under physical constraints.

1.5. Contributions

The contributions of this study are fourfold:
  • A within-system held-out validation protocol that provides a quantitative axis for evaluating sparse UAV aerial radiation reconstruction in the absence of dense surface ground truth. The protocol withholds a subset of the aerial trajectory from the reconstruction model and compares aerial-domain predictions against the withheld observations.
  • A demonstration of zero-shot sim-to-real transfer: a physics-aware encoder-decoder network pretrained solely on simulated data, without any field-based fine-tuning, reconstructs real UAV measurements over the Fukushima Ukedo basin.
  • Robust improvement under random within-system holdout (~23% over IDW and ~15% over ordinary kriging across 5 splits × 5 model initializations, with directional agreement in 25/25 runs), supported by supplementary analyses showing that the gain is concentrated in high-intensity hotspot recovery rather than uniform improvement across the intensity range.
  • Quantitative reactivation of the Kim et al. [7] Ukedo benchmark. The original survey identified the absence of a principled reconstruction accuracy metric as an open problem; the within-system held-out protocol introduced here supplies that axis.
The remainder of this paper is organised as follows: Section 2 describes the study area, simulation framework, and network architecture; Section 3 presents the quantitative results; Section 4 discusses the findings and their implications; and Section 5 concludes.

2. Methods

2.1. Study Area and Dataset

Aerial radiation measurements were collected over the Ukedo River basin, located within 10 km of the Fukushima Dai-ichi Nuclear Power Plant, on 3–4 November 2015. The survey area is characterized by a river basin landscape with a pronounced land-water contrast, where the Ukedo River crosses the contaminated zone. The dataset was originally acquired as part of a cross-system comparison study reported by Kim et al. [7], in which two independent aerial radiation monitoring systems — operated by the Korea Institute of Nuclear Safety (KINS) and the Japan Atomic Energy Agency (JAEA) — surveyed the same region along identical flight trajectories. The present study uses the KINS system data only.
Measurements were acquired using a Yamaha RMAX G1 autonomous unmanned helicopter flown at an altitude of 30 m above ground level, with a lateral flight-line spacing of 30 m and a forward speed of approximately 5 km/h. Gamma-ray counts were recorded by a pair of LaBr3(Ce) scintillation detectors (2.0-inch diameter × 2.0-inch height each) mounted on the helicopter platform, as described in Kim et al. [7].
The dataset comprises 2,213 georeferenced trajectory points. Each point records four fields: acquisition time (UTC), geographic latitude, geographic longitude, and count rate in counts per second (CPS). The CPS values range from 1,809 to 11,184 across the full trajectory. Only the CPS count rate was used in this study; the full gamma-ray spectral channels available in the raw data were not utilized, as the focus of the present work is on spatial reconstruction rather than spectral decomposition.

2.2. Simulation Pretraining

The network was pretrained exclusively on synthetic data generated from a physics-based forward measurement model. The forward model describes how a detector flying at altitude h above a ground-level radiation field produces a measured count rate. For a detector located at horizontal offset (dx, dy) from a point source at ground level, the measured signal follows an inverse-square law with exponential air attenuation:
K(dx, dy) = exp(-mu * d) / (dx^2 + dy^2 + h^2)
where d = sqrt(dx^2 + dy^2 + h^2) is the straight-line distance from source to detector, mu = 0.007 m^-1 is an effective linear attenuation coefficient for gamma radiation in air [1], and h = 30 m is the nominal flight altitude matching the Kim et al. [7] survey protocol. The full aerial measurement at each detector position (x, y) was modelled as a two-dimensional convolution of the ground source field g(x’, y’) with this kernel:
aerial(x, y) = sum over (x’, y’) of g(x’, y’) * K(x - x’, y - y’)
The kernel was evaluated on a discrete grid with a cell size of approximately 10 m x 10 m, matching the spatial resolution of the rasterised trajectory data described in Section 2.3.
Synthetic ground source fields were generated by superimposing 5 to 15 randomly placed Gaussian hotspots over a diffuse background level set at 0.3 times the mean hotspot amplitude. To incorporate water-shielding physics, each hotspot intensity was multiplied by (1 - water_mask) at the corresponding grid cell, where water_mask is the same binary water-channel map used as input channel 4 (Section 2.3). This reflects the physical behaviour of Cs-137, whose surface deposition is substantially reduced in flowing river channels and is therefore suppressed over river pixels. All ground source fields were normalised to the range [0,1] before forward projection.
Aerial measurement fields were obtained by applying the forward convolution to each synthetic ground source. A random sparsity mask was then applied, retaining between 10% and 90% of grid cells as simulated trajectory observations and setting all remaining cells to zero. An IDW baseline was computed from the retained points to serve as the second input channel (Section 2.3). A total of 1,000 samples were generated for training and 200 for validation. No real Ukedo trajectory data were used during pretraining; all parameters were drawn from the synthetic distribution at each iteration.

2.3. Physics-Aware Network Architecture

The 2,213 georeferenced trajectory points were rasterised onto a discrete 64 × 128 grid (height × width) prior to model input. Geographic coordinates were mapped to grid indices by linear scaling between the observed latitude and longitude extents of the survey; each grid cell represents approximately 10 m × 10 m on the ground, consistent with the kernel resolution described in Section 2.2. Where multiple trajectory points fell within the same cell, their CPS values were averaged. Cells containing at least one observation were treated as measured; all remaining cells were set to zero and identified by a separate mask channel. This rasterisation procedure was applied identically to the physics-aware model and to the IDW baseline, ensuring a fair comparison on the same spatial grid.
The network received a five-channel input tensor of shape 5 × 64 × 128. Channel 0: sparse aerial measurements (CPS normalised by the per-sample maximum, non-zero only at observed grid cells). Channel 1: IDW baseline (spatially dense interpolation providing a full-field initialisation). Channel 2: land-water scalar prior (a continuous-valued scalar map taking the value 5.0 on land cells and 3.0 on water cells, encoding the expected relative magnitude of surface dose-rate contributions; this scalar is normalised by 10 before being fed to the network). Channel 3: measurement mask (binary indicator set to one at observed cells, allowing the network to distinguish a genuinely low measurement from an unobserved cell). Channel 4: water mask (binary map derived from the Ukedo basin river boundary, providing the discrete spatial location of water pixels and reflecting the physical property that Cs-137 deposition is suppressed in flowing water). Channels 2 and 4 together encode the land-water physical context: the scalar prior provides the expected magnitude of surface dose-rate, while the binary water mask provides precise spatial localisation. This five-channel input constitutes a sufficient information set to resolve the inverse deconvolution in the presence of water shielding and sparsity.
The network followed an encoder-decoder architecture with skip connections [12]. The encoder comprised three double-convolution blocks with group normalisation (8 groups) and ReLU activations, progressively expanding feature maps from 5 to 16, 16 to 32, and 32 to 64 channels, with max-pooling between stages. Group normalisation was chosen over batch normalisation to provide stable normalisation statistics at the batch size of 16 used here, where per-batch mean and variance estimates can be noisy. The decoder mirrored this structure using transposed convolutions, with skip connections concatenating encoder and decoder feature maps at matching spatial resolutions. A final 1 × 1 convolution followed by a Softplus activation produced the output: a single-channel estimated ground source field of shape 1 × 64 × 128. Softplus was chosen to guarantee non-negative outputs, consistent with the physical constraint that ground contamination counts per second cannot be negative.
The network was trained with a forward-consistent composite loss:
L = L_surface + 2.0 * L_aerial
L_surface = SmoothL1(G_pred, G_true)
L_aerial = SmoothL1(G_pred * K, A_true)
where G_pred is the predicted ground source field, G_true is the synthetic ground truth, (*) denotes two-dimensional convolution with the physics kernel K from Section 2.2, and A_true is the simulated aerial field. L_surface penalises deviation from the true ground field directly; L_aerial penalises inconsistency between the forward projection of the predicted field and the observed aerial signal, enforcing physical self-consistency. The aerial consistency term was weighted at 2.0 to emphasise agreement in the aerial domain, which is the domain in which held-out validation is conducted.
Five independent training runs were performed using random seeds {42, 123, 2026, 7, 99} applied to model weight initialisation only. The Adam optimiser was used with a learning rate of 1 × 10^-3 and a batch size of 16. Training ran for 30 epochs on 1,000 synthetic samples, with 200 held-out synthetic samples used for validation loss monitoring. All computations were performed in PyTorch on an NVIDIA GPU.

2.4. Within-System Held-Out Validation Protocol

No dense surface measurement exists against which a reconstructed ground contamination map can be directly evaluated in this field setting. An alternative is to withhold a portion of the aerial trajectory from the model and assess reconstruction quality by comparing forward-projected aerial predictions at withheld locations against the corresponding measured CPS values. This within-system held-out protocol was adopted because it circumvents the grid-compatibility limitation that prevented Kim et al. [7] from performing a direct map-to-map comparison between the two independently surveyed systems: evaluating at trajectory-point coordinates requires no grid alignment or inter-system calibration.
The 2,213 trajectory points were divided into an input portion and a held-out portion at a fixed 50% observed-data ratio. Five independent splits were generated using distinct random seeds ({10, 20, 30, 40, 50}), each randomly assigning half the trajectory points to the input set and the remainder to the held-out evaluation set. Because the split was random at the trajectory-point level rather than spatial blocks, each partition represents an independent draw of the data arrangement. The held-out set comprised 1,107 points in every split. For each of the five splits, five physics-aware model initializations were trained using random seeds {42, 123, 2026, 7, 99} applied to network weight initialization only, yielding 25 total training runs in a 5 × 5 hierarchical design. The IDW baseline is deterministic given a fixed input set and was therefore evaluated once per split (5 evaluations in total); observed variability in IDW RMSE across splits reflects differences in partition difficulty rather than estimator noise.
Validation proceeded in three steps: (i) the input set was used to construct both the IDW baseline and the U-Net reconstruction (each yielding a 64 × 128 ground-source field); (ii) each ground-source field was forward-projected through K to produce a predicted aerial field; and (iii) predicted aerial values were sampled at held-out trajectory coordinates and compared point-wise to measured CPS. This places both methods in the same aerial domain, ensuring that performance differences reflect reconstruction quality rather than evaluation geometry.
This protocol addresses the quantitative assessment gap identified in Kim et al. [7], where system outputs could not be placed on a common evaluation axis due to grid incompatibility and inter-system calibration offsets. By restricting evaluation to a single system (KINS) and comparing predictions to held-out observations from the same trajectory, both sources of inter-system ambiguity are avoided. The protocol does not replace inter-system validation; it provides a reproducible within-system quantitative axis that was absent from the original field study. Extension to inter-system comparison is left to future work.

2.5. Evaluation Metrics

Reconstruction performance was quantified primarily by the root-mean-square error (RMSE) of predicted aerial count rates at held-out trajectory points:
RMSE = sqrt( mean( (y_true - y_pred)^2 ) )
where y_true is the measured CPS at a held-out trajectory point and y_pred is the aerial CPS obtained by forward-projecting the reconstructed surface through the physics kernel at the same geographic coordinate. RMSE was selected as the primary metric because it penalises large deviations and is directly interpretable in the units of the original measurement (counts per second, CPS). Evaluation in the aerial domain, rather than at the surface, reflects the absence of dense surface reference measurements in the field, as described in Section 2.4.
Four secondary metrics were computed alongside RMSE. Mean absolute error (MAE) provides a linear-scale complement to RMSE. Lin’s concordance correlation coefficient (CCC) penalises systematic bias in addition to linear correlation, being depressed when predictions are consistently offset from observations. Mean bias error (MBE = mean(y_pred − y_true)) characterises directional tendency; positive values indicate overprediction. Two supplementary metrics — Spearman rank correlation and top-10% hotspot overlap (the fraction of true 90th-percentile locations jointly recovered above the same threshold) — characterise spatial ordering fidelity and hotspot localisation.
The Pearson correlation at held-out points is referred to throughout as the within-system held-out correlation — an intra-system prediction accuracy metric, distinct from the inter-system correlation reported in Kim et al. [7] between two independent detector systems traversing the same path.
All metrics were evaluated at each of the 25 runs in the 5 split × 5 model seed design. For the physics-aware model, results are reported as mean ± standard deviation across all 25 runs. The IDW and ordinary kriging baselines, being deterministic given a partition, yield one value per split; baseline summary statistics are reported as mean ± standard deviation across the five independent splits. Implementation details of the IDW and ordinary kriging baselines (power exponent, neighbour rule, variogram model, range, nugget, software libraries and versions) are provided in Section 3.1.

3. Results

3.1. Linear Interpolation Baselines at 50% Held-Out

We compare the physics-aware reconstruction against two widely used linear interpolation baselines: inverse distance weighting (IDW) and ordinary kriging. IDW is the dominant current practice in airborne radiation mapping (Section 1.3); ordinary kriging is included to test whether the structural limitation of linear interpolation under the forward-convolved measurement process depends on the specific weighting scheme or is a general property of the family. Both baselines were rasterised onto the same 64 × 128 grid as the U-Net input, and both surface estimates were forward-projected through the physics kernel K before comparison with held-out aerial CPS — the same evaluation pipeline applied to the U-Net. This ensures that the three methods are evaluated on a common axis: predictive accuracy of forward-projected aerial CPS at withheld trajectory points.
Baseline implementations. IDW was implemented in pure PyTorch with power exponent p = 2.0 (inverse squared distance), using all observed grid cells of each split as donors for every unobserved cell (no neighbour count restriction). Ordinary kriging was implemented in PyKrige 1.7.3 using the OrdinaryKriging class with an exponential variogram model, an isotropic range parameter of 22.5 grid cells (≈ 225 m at the 10 m × 10 m grid resolution), a nugget of 0.0, and a sill fitted automatically per split from the 50% input data variance. Both baselines were evaluated at the 1,107 held-out trajectory coordinates of each split using the same forward-projection pipeline applied to the U-Net (Section 2.4), so the comparison axis is identical across all three methods.
Across five independent 50% holdout partitions (Table 2a), IDW produced a mean RMSE of 916.8 ± 34.2 CPS and ordinary kriging produced a mean RMSE of 832.4 ± 31.3 CPS — a modest 9% improvement of kriging over IDW. The Pearson correlations were 0.78 (IDW) and 0.85 (Kriging), and concordance correlation coefficients were 0.69 and 0.76 respectively. Both methods showed strong negative mean bias errors (IDW: −412 CPS; Kriging: −460 CPS), reflecting systematic underprediction of high-CPS regions across all five splits. Because both methods are deterministic given a partition, these values reflect only the data partition at each split seed; they are identical across all five model initializations evaluated on the same partition.
The negative mean biases are mechanistically linked to the double-blurring limitation common to both methods: each observed aerial CPS value already reflects the forward integration of ground-source contributions over an extended detector footprint, and any spatial interpolation of these already-blurred measurements imposes a second layer of spatial smoothing on top of the existing convolution. The consequence is that high-CPS peaks — which occupy only a fraction of the spatial domain — are flattened and spread outward, providing more instances of a blurred quantity without recovering the underlying unblurred ground field. This ceiling is apparent in Figure 5(a): IDW predictions are substantially compressed below approximately 6,000 CPS while observed values extend to 11,184 CPS; kriging shows a structurally similar ceiling at a slightly higher saturation point. The shared underprediction signature across both interpolators is direct evidence that double-blurring is a structural property of conventional interpolation methods applied to forward-convolved measurements rather than a peculiarity of the IDW weighting scheme. Section 3.5.1 quantifies this further by comparing the two methods under a PSF-applied versus PSF-free evaluation.
Across the five independent partitions, IDW RMSE ranged from 877 to 952 CPS (SD = 34 CPS, approximately 4% of the mean) and Kriging from 794 to 875 CPS (SD = 31 CPS, ~4%), reflecting partition-difficulty differences rather than estimator noise. This split-induced variation accounts for only 6.5% of total RMSE variance in the U-Net experimental design (Section 3.3).
Figure 1. Study area and flight geometry of the Fukushima Ukedo benchmark. (a) Location relative to FDNPS. (b) UAV flight trajectory with CPS overlay, shown on the 64×128 analysis grid with the land–water boundary used by the physics-aware model. Flight altitude 30 m AGL, line spacing 30 m, speed ~5 km/h (n = 2,213 points). Map lines delineate study areas and do not necessarily depict accepted national boundaries.
Figure 1. Study area and flight geometry of the Fukushima Ukedo benchmark. (a) Location relative to FDNPS. (b) UAV flight trajectory with CPS overlay, shown on the 64×128 analysis grid with the land–water boundary used by the physics-aware model. Flight altitude 30 m AGL, line spacing 30 m, speed ~5 km/h (n = 2,213 points). Map lines delineate study areas and do not necessarily depict accepted national boundaries.
Preprints 217565 g001
Figure 2. Two-phase sim-to-real workflow. Pretraining (green): the physics-aware U-Net is trained entirely on synthetic data with five-channel inputs (sparse aerial, IDW, land-water scalar prior, measurement mask, water mask) and a composite SmoothL1 surface-aerial loss (L = L_surface + 2.0 * L_aerial; Section 2.3); weights are frozen before deployment. Evaluation (amber): a single IDW interpolation over the observed 50% of Ukedo trajectory data is used in two roles — as channel 1 of the five-channel input to the frozen U-Net, and as the IDW baseline surface proxy. Both methods forward-project through the physics kernel K before scoring at 1,107 held-out points (25 AI runs: 5 splits × 5 model seeds; 5 IDW runs).
Figure 2. Two-phase sim-to-real workflow. Pretraining (green): the physics-aware U-Net is trained entirely on synthetic data with five-channel inputs (sparse aerial, IDW, land-water scalar prior, measurement mask, water mask) and a composite SmoothL1 surface-aerial loss (L = L_surface + 2.0 * L_aerial; Section 2.3); weights are frozen before deployment. Evaluation (amber): a single IDW interpolation over the observed 50% of Ukedo trajectory data is used in two roles — as channel 1 of the five-channel input to the frozen U-Net, and as the IDW baseline surface proxy. Both methods forward-project through the physics kernel K before scoring at 1,107 held-out points (25 AI runs: 5 splits × 5 model seeds; 5 IDW runs).
Preprints 217565 g002
Figure 3. Reconstruction RMSE by method at the 50% random within-system holdout benchmark, displayed as a boxplot. Boxes show the interquartile range with the solid central line marking the median; whiskers extend to the most extreme runs within 1.5× IQR. The dashed green line within each box marks the mean RMSE. IDW and ordinary kriging are reported across 5 independent data splits (deterministic per split). The physics-aware U-Net is reported across 25 runs (5 splits × 5 model seeds). Individual run values are overlaid as points. The mean RMSE — IDW 916.8 ± 34.2 CPS, Kriging 832.4 ± 31.3 CPS, U-Net 705.4 ± 102.8 CPS — corresponds to a ~23% improvement over IDW and ~15% over Kriging, consistent across all 25 U-Net runs (directional 25/25 vs IDW; 5/5 for Kriging vs IDW).
Figure 3. Reconstruction RMSE by method at the 50% random within-system holdout benchmark, displayed as a boxplot. Boxes show the interquartile range with the solid central line marking the median; whiskers extend to the most extreme runs within 1.5× IQR. The dashed green line within each box marks the mean RMSE. IDW and ordinary kriging are reported across 5 independent data splits (deterministic per split). The physics-aware U-Net is reported across 25 runs (5 splits × 5 model seeds). Individual run values are overlaid as points. The mean RMSE — IDW 916.8 ± 34.2 CPS, Kriging 832.4 ± 31.3 CPS, U-Net 705.4 ± 102.8 CPS — corresponds to a ~23% improvement over IDW and ~15% over Kriging, consistent across all 25 U-Net runs (directional 25/25 vs IDW; 5/5 for Kriging vs IDW).
Preprints 217565 g003
Figure 4. Qualitative reconstruction example for the representative run (split seed 10, model seed 42, 50% observed data). Upper row (surface domain): (a) sparse aerial input (n = 1,106, circles); (b) IDW surface proxy; (c) AI ground estimate. Lower row (aerial domain): (d) held-out observed (n = 1,107, squares); (e) IDW aerial prediction; (f) AI aerial prediction. The surface-domain colorbar (1,809–25,000 CPS) substantially exceeds the aerial-domain range (1,809–11,200 CPS); this asymmetry is a direct consequence of the forward physics kernel, which spatially disperses and attenuates concentrated ground sources into the broader aerial footprint, making inverse deconvolution a necessary step for recovering surface-level activity. Grey shading denotes region outside UAV trajectory coverage (extrapolation domain, not evaluated). Land–water boundary derived from the binary prior used during training.
Figure 4. Qualitative reconstruction example for the representative run (split seed 10, model seed 42, 50% observed data). Upper row (surface domain): (a) sparse aerial input (n = 1,106, circles); (b) IDW surface proxy; (c) AI ground estimate. Lower row (aerial domain): (d) held-out observed (n = 1,107, squares); (e) IDW aerial prediction; (f) AI aerial prediction. The surface-domain colorbar (1,809–25,000 CPS) substantially exceeds the aerial-domain range (1,809–11,200 CPS); this asymmetry is a direct consequence of the forward physics kernel, which spatially disperses and attenuates concentrated ground sources into the broader aerial footprint, making inverse deconvolution a necessary step for recovering surface-level activity. Grey shading denotes region outside UAV trajectory coverage (extrapolation domain, not evaluated). Land–water boundary derived from the binary prior used during training.
Preprints 217565 g004
Figure 5. Scatter plots of predicted versus held-out observed aerial CPS for the representative run (split seed 10, model seed 42, 50% input, n = 1,107 held-out points). (a) IDW aerial prediction: predictions are compressed near 5,800 CPS (95th percentile of predictions in the observed top decile) while observed values extend to 11,184 CPS — a direct consequence of the double-blurring mechanism in which IDW interpolates values that already reflect forward convolution, imposing a second spatial smoothing on the blurred aerial measurements. Mean across 5 IDW runs: RMSE = 916.8 ± 34.2 CPS, r ≈ 0.78 (Table 2a). (b) Ordinary kriging aerial prediction: structurally similar saturation at a slightly higher ceiling (~6,500 CPS) with mean RMSE = 832.4 ± 31.3 CPS, r ≈ 0.85 (Table 2a). (c) Physics-aware U-Net (single model, model seed 42) aerial prediction: predictions span the full observed range with substantially improved concordance relative to the conventional baselines; the U-Net continues to track observed values into the high-intensity tail where IDW and Kriging saturate. The grand mean across 25 single-model runs is RMSE = 705.4 ± 102.8 CPS, r ≈ 0.91, CCC ≈ 0.85 (Table 2a); the ensemble-level ceiling and recovery analysis are reported separately in Table 2b and Figure 7. Dashed line indicates perfect agreement (y = x).
Figure 5. Scatter plots of predicted versus held-out observed aerial CPS for the representative run (split seed 10, model seed 42, 50% input, n = 1,107 held-out points). (a) IDW aerial prediction: predictions are compressed near 5,800 CPS (95th percentile of predictions in the observed top decile) while observed values extend to 11,184 CPS — a direct consequence of the double-blurring mechanism in which IDW interpolates values that already reflect forward convolution, imposing a second spatial smoothing on the blurred aerial measurements. Mean across 5 IDW runs: RMSE = 916.8 ± 34.2 CPS, r ≈ 0.78 (Table 2a). (b) Ordinary kriging aerial prediction: structurally similar saturation at a slightly higher ceiling (~6,500 CPS) with mean RMSE = 832.4 ± 31.3 CPS, r ≈ 0.85 (Table 2a). (c) Physics-aware U-Net (single model, model seed 42) aerial prediction: predictions span the full observed range with substantially improved concordance relative to the conventional baselines; the U-Net continues to track observed values into the high-intensity tail where IDW and Kriging saturate. The grand mean across 25 single-model runs is RMSE = 705.4 ± 102.8 CPS, r ≈ 0.91, CCC ≈ 0.85 (Table 2a); the ensemble-level ceiling and recovery analysis are reported separately in Table 2b and Figure 7. Dashed line indicates perfect agreement (y = x).
Preprints 217565 g005
Figure 6. Synthetic-versus-real distribution mismatch and its empirical signature in U-Net predictions (Section 3.5.3). (a) Histogram of the synthetic training corpus’s max-to-mean ratio over 1,000 samples (grey), with the real Ukedo trajectory’s max-to-mean ratio (3.13, red vertical line) marked. The 5th, 50th, and 95th percentiles of the synthetic distribution are 3.94, 5.18, and 7.26 respectively; only 0.1% of synthetic samples have a peakiness as low as the real value, indicating approximately disjoint support in this summary statistic. (b) Bin-wise standard deviation of the U-Net ensemble bias (predicted − observed) across eight quantile bins of observed CPS. The standard deviation grows from approximately 409 CPS at the lowest-intensity quantile (median observed CPS ~2,100) to approximately 1,216 CPS at the highest-intensity quantile (median observed CPS ~7,900) — a ~3× increase. The bin-mean bias remains near zero across all quantiles (linear fit slope ≈ 0.002, R² ≈ 0). The distribution mismatch therefore manifests as heteroscedastic predictive variance that grows with hotspot intensity, not as a systematic calibration offset. Results are based on a 3-model U-Net ensemble at split seed 10.
Figure 6. Synthetic-versus-real distribution mismatch and its empirical signature in U-Net predictions (Section 3.5.3). (a) Histogram of the synthetic training corpus’s max-to-mean ratio over 1,000 samples (grey), with the real Ukedo trajectory’s max-to-mean ratio (3.13, red vertical line) marked. The 5th, 50th, and 95th percentiles of the synthetic distribution are 3.94, 5.18, and 7.26 respectively; only 0.1% of synthetic samples have a peakiness as low as the real value, indicating approximately disjoint support in this summary statistic. (b) Bin-wise standard deviation of the U-Net ensemble bias (predicted − observed) across eight quantile bins of observed CPS. The standard deviation grows from approximately 409 CPS at the lowest-intensity quantile (median observed CPS ~2,100) to approximately 1,216 CPS at the highest-intensity quantile (median observed CPS ~7,900) — a ~3× increase. The bin-mean bias remains near zero across all quantiles (linear fit slope ≈ 0.002, R² ≈ 0). The distribution mismatch therefore manifests as heteroscedastic predictive variance that grows with hotspot intensity, not as a systematic calibration offset. Results are based on a 3-model U-Net ensemble at split seed 10.
Preprints 217565 g006
Figure 7. Quantification of the prediction ceiling and high-intensity recovery rate (Section 3.5.2). (a) Decile-by-decile median predicted CPS for IDW, ordinary kriging, and the U-Net ensemble against observed CPS. The IDW and Kriging median curves bend below the 1:1 line beginning at the 7th–8th decile of observed CPS, while the U-Net ensemble continues to track 1:1 into the 10th decile. (b) Recovery rate curve: for each threshold T, the fraction of held-out points with observed CPS ≥ T whose prediction also exceeds T. At T = 6,000 CPS, the IDW and Kriging recovery rates fall to approximately 0% while the U-Net ensemble retains approximately 80%. The U-Net curve remains above 50% out to T ≈ 9,000 CPS. The ceiling values reported in Table 2b — IDW 5,794 CPS, Kriging 6,474 CPS, U-Net ensemble 10,275 CPS — are the 95th percentiles of each method’s predictions among held-out points whose observed CPS lies in the top decile.
Figure 7. Quantification of the prediction ceiling and high-intensity recovery rate (Section 3.5.2). (a) Decile-by-decile median predicted CPS for IDW, ordinary kriging, and the U-Net ensemble against observed CPS. The IDW and Kriging median curves bend below the 1:1 line beginning at the 7th–8th decile of observed CPS, while the U-Net ensemble continues to track 1:1 into the 10th decile. (b) Recovery rate curve: for each threshold T, the fraction of held-out points with observed CPS ≥ T whose prediction also exceeds T. At T = 6,000 CPS, the IDW and Kriging recovery rates fall to approximately 0% while the U-Net ensemble retains approximately 80%. The U-Net curve remains above 50% out to T ≈ 9,000 CPS. The ceiling values reported in Table 2b — IDW 5,794 CPS, Kriging 6,474 CPS, U-Net ensemble 10,275 CPS — are the 95th percentiles of each method’s predictions among held-out points whose observed CPS lies in the top decile.
Preprints 217565 g007
Figure 8. First-pass spatial blocked stress test (Supplement S2). (a) Fold geometry: the 2,213 trajectory points partitioned into five contiguous longitudinal bands; points within 27 m of a test-fold boundary are excluded from the corresponding training set. (b) RMSE comparison between random within-system holdout (Section 3.2) and the spatial blocked stress test for IDW, ordinary kriging, and the U-Net ensemble. All three methods show substantial RMSE inflation under the blocked protocol (IDW +201 CPS, Kriging +202 CPS, U-Net ensemble +380 CPS). Because each test band contains no observed measurements after partitioning and the PSF support extends well beyond the 27 m exclusion buffer, this protocol is interpreted as a large-gap extrapolation stress test rather than a definitive spatially independent validation [10,11]. The results are reported as a robustness diagnostic; the hotspot recovery analysis (Figure 7) is treated as the primary operational evidence in the main text.
Figure 8. First-pass spatial blocked stress test (Supplement S2). (a) Fold geometry: the 2,213 trajectory points partitioned into five contiguous longitudinal bands; points within 27 m of a test-fold boundary are excluded from the corresponding training set. (b) RMSE comparison between random within-system holdout (Section 3.2) and the spatial blocked stress test for IDW, ordinary kriging, and the U-Net ensemble. All three methods show substantial RMSE inflation under the blocked protocol (IDW +201 CPS, Kriging +202 CPS, U-Net ensemble +380 CPS). Because each test band contains no observed measurements after partitioning and the PSF support extends well beyond the 27 m exclusion buffer, this protocol is interpreted as a large-gap extrapolation stress test rather than a definitive spatially independent validation [10,11]. The results are reported as a robustness diagnostic; the hotspot recovery analysis (Figure 7) is treated as the primary operational evidence in the main text.
Preprints 217565 g008

3.2. Physics-Aware U-Net Performance

Across 5 independent splits with 5 model initializations per split — 25 runs in total — the physics-aware U-Net achieved a grand-mean RMSE of 705.4 ± 102.8 CPS (Table 2a), corresponding to mean improvements of 23.1 ± 6.5% over the IDW baseline and 15.3 ± 4.8% over the kriging baseline. Pearson r reached 0.91 and CCC reached 0.85, both substantially exceeding the corresponding values for either conventional baseline (IDW: r = 0.78, CCC = 0.69; Kriging: r = 0.85, CCC = 0.76). Individual run RMSE ranged from 577 to 999 CPS across the 25 runs.
The concordance correlation coefficient shows a larger proportional gain over the conventional baselines than Pearson r alone, because CCC penalises systematic bias in addition to imprecision. The strong negative mean biases of the conventional baselines (IDW −412 CPS, Kriging −460 CPS) inflate the squared deviation from the perfect-agreement line even where rank ordering is preserved. The U-Net’s much smaller mean bias (reported below) maintains closer alignment between its CCC (0.85) and Pearson r (0.91).
Mean bias was strongly reduced relative to the baselines: IDW underestimated by ~412 CPS and Kriging by ~460 CPS, whereas the single-model U-Net mean bias was +122 ± 145 CPS — statistically indistinguishable from zero given that variance. Under the 3-model ensemble used in the supplementary diagnostics (Section 3.5), the mean bias was further reduced to approximately zero. The reversal in sign relative to the conventional baselines — from systematic underprediction of ~−400 CPS to a small overprediction or near-zero — confirms that the physics-aware model addresses the double-blurring limitation at the structural level rather than merely improving the precision of the same biased estimator.
The physics-aware U-Net produced lower RMSE than the IDW baseline in 25 out of 25 runs, spanning all 5 independent data partitions and all 5 model initializations. No individual training run failed to improve over the IDW baseline. Per-split mean improvements ranged from approximately 18% to 31% across the five splits. This consistent directional agreement across all split × initialization combinations confirms that the zero-shot sim-to-real transfer is robust on the random holdout protocol: the improvement does not depend on a favourable data partition or a particular weight initialization.

3.3. Variance Decomposition: Split versus Model Initialization

To separate the contributions of data partitioning and model initialization to the variability in RMSE, the analysis decomposed the total RMSE variance across the 25 runs into additive split and model components. Model initialization accounted for approximately 92.2% of the total RMSE variance, while the choice of data partition contributed only 6.5% (the remaining ~1% reflecting cross-term residuals). The decomposition is consistent with the manuscript’s variance attribution: 92–94% of the total RMSE variance is attributable to model initialization, with only 6–7% arising from the choice of data partition.
The low split contribution indicates that the five independent 50% partitions are approximately interchangeable in terms of reconstruction difficulty. Regardless of which specific half of the trajectory is used as input, the IDW RMSE varies by only 34 CPS across splits and the per-split AI improvement ranges by only ~6 percentage points. The dominant model-initialization component confirms that the primary source of uncertainty in any single evaluation run is weight initialization rather than partition choice. This empirical finding validates the use of multiple model seeds as the more consequential axis of replication, and motivates reporting the grand mean ± SD across all 25 runs — rather than a single-seed result — as the primary performance summary. It also motivates the ensemble averaging adopted in the supplementary analyses (Section 3.5), which substantially reduces the per-evaluation variance contributed by model initialization.

3.4. Qualitative Reconstruction Example

Figure 4 provides a qualitative comparison of the two reconstruction methods for the representative run (split seed 10, model seed 42, 50% observed input). The upper row shows outputs in the surface domain; the lower row shows corresponding outputs in the aerial domain after forward projection through the physics kernel K.
Upper row (surface domain): Panel (a) shows the sparse aerial measurements rasterised onto the 64×128 grid — CPS values recorded along UAV flight lines, with the majority of grid cells unobserved. Panel (b) shows the IDW surface proxy: a spatially dense interpolation of the 50% observed aerial measurements, used simultaneously as the channel 1 input to the physics-aware model and as the IDW baseline surface. Panel (c) shows the AI ground estimate output by the frozen physics-aware U-Net — the inferred ground-level contamination field before forward projection. The AI ground estimate exhibits higher peak amplitudes and more spatially concentrated hotspots than the IDW surface proxy, reflecting the model’s attempt to invert the forward convolution and recover the unblurred source distribution beneath the aerial signal.
Lower row (aerial domain): Panel (d) shows the held-out aerial observations used for quantitative scoring (n = 1,107). Panel (e) shows the IDW aerial prediction — the IDW surface proxy forward-projected through K — and panel (f) shows the AI aerial prediction, obtained by projecting the AI ground estimate through K. In the IDW aerial result (e), high-CPS regions spread broadly outward from the flight lines, consistent with the double-blurring mechanism: IDW interpolates values that already reflect forward convolution, imposing a second smoothing layer on the blurred aerial measurements. The AI aerial prediction (f) exhibits more spatially contained high-CPS concentrations and reduced lateral spread into adjacent grid cells, consistent with the model recovering a more localised ground source before forward projection. Both predictions are evaluated quantitatively against the same 1,107 held-out points in Section 3.1, Section 3.2 and Section 3.3.

3.5. Supplementary Robustness Analyses

To address the principal anticipated reviewer concerns regarding the evaluation protocol, we performed four supplementary analyses on the same 50% holdout data: (i) a comparison of evaluation frames distinguishing surface estimation from aerial interpolation accuracy; (ii) a quantification of the IDW prediction ceiling and its operational consequences for hotspot detection; (iii) an analysis of the synthetic-versus-real distribution mismatch and its statistical signature in U-Net predictions; and (iv) a first-pass blocked stress test reported in Supplement S2.
The supplementary analyses use a 3-model U-Net ensemble for inference. The ensemble averages the predictions of three independently initialised U-Net instances trained on the same synthetic corpus, which substantially reduces the per-evaluation variance from model initialisation that dominates the single-model results in Section 3.2 (~93% of total variance per Section 3.3). All other configuration parameters — synthetic data, kernel, channels, loss, and evaluation pipeline — are identical to the main analysis.

3.5.1. PSF-Applied versus PSF-Free Evaluation

The main results in Section 3.1 and Section 3.2 evaluate IDW and kriging by treating their outputs as surface estimates and forward-projecting them through K before comparison with held-out aerial CPS. This protocol is consistent with the standard operational use of these methods to produce contamination maps, but a reviewer may reasonably ask whether applying K to IDW and kriging outputs penalises the conventional baselines unfairly relative to the U-Net, whose output is a learned surface estimate by construction. To address this, we compared the same five splits under two evaluation frames: Frame A (the main protocol, with PSF applied to all three methods’ surface estimates) and Frame B (no PSF; the conventional interpolator outputs were treated directly as aerial predictions). Frame B asks a different scientific question — aerial interpolation accuracy — and is not the operational task of contamination mapping, but its results clarify whether the PSF-applied frame penalises one method asymmetrically.
Under Frame B (PSF-free), IDW achieved RMSE of 347.7 ± 33.6 CPS and kriging RMSE of 155.3 ± 14.0 CPS — substantially lower than under Frame A, as expected for a less demanding task. The Frame A / Frame B ratio was 2.64 for IDW and 5.36 for kriging. The U-Net is not evaluated under Frame B because its task is surface estimation, and a PSF-free aerial comparison evaluates a task it is not designed for; including it under Frame B would be inappropriate.
A direct test for asymmetry is to compare IDW and kriging against each other under both frames. Under Frame B, kriging outperforms IDW by a ratio of 2.24 (155.3 vs 347.7 CPS) — kriging is genuinely a more accurate aerial interpolator on this dataset. Under Frame A, the same comparison yields a ratio of only 1.10 (832.4 vs 916.8 CPS). The compression of the kriging-over-IDW advantage under PSF application is direct evidence that the PSF-applied evaluation does not selectively penalise one method: it imposes a structural ceiling on both. This is the central methodological observation of Section 3.5.1: double-blurring is a property shared by conventional interpolators applied to forward-convolved aerial observations, not a peculiarity of the IDW weighting scheme.

3.5.2. IDW Prediction Ceiling and Operational Recovery

The main results refer qualitatively to an IDW prediction ceiling near 6,000 CPS (Section 3.1 and Section 4.1). To make this quantitative, we define the prediction ceiling as the 95th percentile of a method’s predictions among held-out points whose observed CPS lies in the top 10% of the data. Under this definition, the IDW ceiling is 5,794 CPS, the kriging ceiling is 6,474 CPS, and the U-Net ensemble ceiling is 10,275 CPS. The observed top-10% maximum on the held-out trajectory is 10,895 CPS. Expressed as headroom, IDW under-shoots the observed top-10% maximum by 46.8% and the U-Net ensemble under-shoots by only 5.7% — the U-Net ensemble tracks the highest-intensity regions of the survey to within approximately 6%, while the conventional baselines saturate at roughly half the observed dynamic range.
This compression-versus-tracking distinction has a direct operational consequence. We quantify it through a recovery rate curve: for each threshold T, the recovery rate is the fraction of held-out points with observed CPS ≥ T whose prediction also exceeds T. At T = 6,000 CPS — chosen as a representative high-intensity threshold near the IDW ceiling — the IDW recovery rate is approximately 0% (the conventional baseline systematically misses points above this threshold) while the U-Net ensemble recovers approximately 80% of them. Across the threshold sweep, the IDW recovery rate drops to zero by approximately T = 6,500 CPS, kriging by approximately T = 7,000 CPS, while the U-Net ensemble retains a recovery rate above 50% out to roughly T = 9,000 CPS. The decile-by-decile median prediction (Figure 7) makes the underlying mechanism explicit: IDW and kriging median predictions bend below the 1:1 line beginning at the 7th–8th decile of observed CPS, while the U-Net ensemble continues to track 1:1 into the 10th decile.
For applications where the operational task is reliable identification of points above a high-intensity threshold, the practical value of the physics-aware reconstruction is the recovery of high-intensity hotspots that the conventional baselines saturate against, rather than the mean RMSE improvement reported in Section 3.2.

3.5.3. Distribution Mismatch and Heteroscedasticity

The synthetic ground-source corpus used for pretraining (Section 2.2) generates samples with a max-to-mean ratio in the range [3.94, 7.26] (5th to 95th percentile, median 5.18). The corresponding ratio for the real Ukedo trajectory is 3.13 — below the 5th percentile of the synthetic distribution. Of 1,000 synthetic samples evaluated, only 0.1% have a peakiness as low as the real Ukedo data. The synthetic and real distributions are therefore approximately disjoint in this summary statistic.
Despite this mismatch, the U-Net ensemble achieves a mean bias on held-out points of approximately zero — consistent with the manuscript’s reported single-model mean bias of +122 ± 145 CPS, which is itself statistically indistinguishable from zero given its variance. The mean bias is not the empirically dominant manifestation of the distribution mismatch on real Ukedo data.
The empirical signature is heteroscedastic prediction variance. When held-out points are partitioned into eight intensity quantiles, the bin-wise standard deviation of the U-Net bias grows from approximately 409 CPS at the lowest-intensity quantile (median observed CPS ~2,100) to approximately 1,216 CPS at the highest-intensity quantile (median observed CPS ~7,900) — roughly a 3× increase in predictive spread (Figure 6). Across the full intensity range, the linear bias slope is near zero (~0.002) and R² ≈ 0; the bin-mean bias is approximately constant at zero. The distribution mismatch therefore manifests as growing predictive variance with hotspot intensity rather than a systematic calibration offset.
The operational implication is that single-model U-Net predictions in high-intensity regions should be replaced by ensemble averages with intensity-dependent uncertainty intervals; the ceiling and recovery results in Section 3.5.2 are reported on the same 3-model ensemble for consistency.

3.5.4. Spatial Block Cross-Validation: First-Pass Stress Test

As a first-pass blocked stress test, we also evaluated a five-fold longitudinal holdout with a 27 m exclusion buffer. This protocol substantially increased errors for all methods and reduced the apparent U-Net advantage observed under random holdout. Because the blocked bands contain no observed measurements and the PSF support extends well beyond the exclusion buffer, this experiment should be interpreted as a large-gap extrapolation stress test rather than a definitive spatially independent validation [10,11]. We therefore report it in Supplement S2 and treat the hotspot recovery analysis (Section 3.5.2) as the primary operational evidence. A protocol with a buffer matching the PSF effective support — which, given the kernel’s geometric extent, would require either a thinned-observation block design [11] or coarser spatial folds with a redesigned training distribution — is identified as future work in Section 5.

4. Discussion

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 5,800 CPS and kriging near 6,500 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 6,000 CPS visible in Figure 5(a)–(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 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⁻¹ matching the Kim et al. [7] 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. [7]

Kim et al. [7] 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. [7] 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 3-model ensemble configuration used for the hotspot diagnostic of Table 2b) and the inter-system correlation reported in Kim et al. [7] 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. [7]; 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 = 6,000 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. 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.
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 reported only as a supplement. 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 and Supplement S2) 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 [10,11]. 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. [17], 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 1,000 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.

5. Conclusions

A physics-aware U-Net pretrained entirely on simulation transferred zero-shot to real UAV radiation trajectory data over the Fukushima Ukedo basin, achieving a mean RMSE of approximately 705 CPS at a 50% held-out benchmark across 5 independent data splits with 5 model initializations per split, against approximately 917 CPS for inverse distance weighting and 832 CPS for ordinary kriging — improvements of roughly 23% over IDW and 15% over kriging. Within-system held-out correlation rose from 0.78 (IDW) and 0.85 (Kriging) to 0.91 (U-Net), and the concordance correlation coefficient from 0.69 (IDW) and 0.76 (Kriging) to 0.85 (U-Net). The systematic mean bias of the conventional baselines (IDW −412 CPS, Kriging −460 CPS) was reduced to approximately zero under ensemble inference. Directional improvement over IDW was observed in all 25 split × model combinations. Variance decomposition confirmed that approximately 92% of RMSE variance arises from model initialization rather than data partition choice, validating multi-seed replication and motivating ensemble inference as the recommended operational configuration.
The mean negative biases of the two conventional baselines, the structurally similar prediction ceilings of IDW (~5,800 CPS) and kriging (~6,500 CPS) against measured values reaching 11,184 CPS, and the compression of the kriging-over-IDW advantage from 2.24× under PSF-free evaluation to 1.10× under PSF-applied evaluation (Section 3.5.1) together confirm that the limitation of conventional interpolation for surface reconstruction from forward-convolved aerial measurements is structural and shared across IDW and kriging. Interpolating already-convolved aerial measurements imposes a second spatial averaging that cannot resolve the underlying ground source regardless of measurement density or weighting scheme. Physics-aware inverse deconvolution addresses this at the correct level by learning to invert the forward operator directly. The operational expression of this difference is the recovery of high-intensity hotspots: at a representative threshold near the IDW ceiling (T = 6,000 CPS) the IDW recovery rate falls to approximately 0% while the U-Net ensemble retains approximately 80% (Section 3.5.2), which is the practical consequence most relevant to applications that prioritise reliable identification of high-intensity regions in post-accident contamination mapping.
Several directions follow naturally from this work. Inter-system validation using the independent JAEA survey would test whether the reconstruction is consistent with a physically distinct detector calibration (Section 4.3). Spatially independent evaluation with a buffer matched to the PSF effective support would provide a more stringent generalisation bound than the random-holdout protocol used here; given the kernel’s geometric extent on this dataset, this likely requires either a thinned-observation block design [11] or coarser folds with a redesigned training distribution that includes contiguous-block sparsity patterns — the first-pass blocked stress test reported in Supplement S2 illustrates the protocol challenges. Spectral-aware reconstruction, exploiting the full gamma-ray spectrum rather than total count rate, could improve accuracy in radiologically complex environments. Ensemble averaging across larger model populations would further reduce the per-seed performance variance reported here. Application to broader site geometries — including forested terrain with simultaneous LiDAR-derived elevation and vegetation models — is enabled by the physics-aware framework’s modular treatment of environmental priors.
Table 1. Simulation and training configuration.
Table 1. Simulation and training configuration.
Parameter Value
Grid 64 × 128 cells (~10 m × 10 m)
Observed-data ratio 50% fixed
Split seeds {10, 20, 30, 40, 50}
Model seeds {42, 123, 2026, 7, 99}
Training samples 1,000
Validation samples 200
Training epochs 30
Learning rate 1 × 10⁻³
Batch size 16
Loss weights L = L_surface + 2.0 × L_aerial (SmoothL1)
UAV altitude for kernel 30 m
Air attenuation coefficient μ = 0.007 m⁻¹
Table 2. a. Primary metrics at 50% random within-system holdout.
Table 2. a. Primary metrics at 50% random within-system holdout.
Metric IDW Ordinary Kriging Physics-aware U-Net
RMSE (CPS) 916.8 ± 34.2 832.4 ± 31.3 705.4 ± 102.8
MAE (CPS) 665 ± 14 595 ± 18 491 ± 51
Pearson r † 0.78 0.85 0.91
CCC † 0.69 0.76 0.85
MBE (CPS) −412 −460 +122 ± 145
RMSE improvement vs IDW (%) 9.2 23.1 ± 6.5
Directional agreement vs IDW 5/5 25/25
IDW and Kriging are deterministic given a partition; values are mean ± SD across 5 independent 50% holdout partitions (n = 5 deterministic runs). U-Net RMSE, MAE, MBE, RMSE improvement, and directional agreement are reported across 25 runs (5 splits × 5 random initialisations) as grand mean ± SD over runs. MBE is mean(predicted − observed); negative values indicate underprediction. The U-Net single-model MBE of +122 ± 145 CPS is statistically indistinguishable from zero given its variance. † Pearson r and CCC are reported for the same predictions used in Table 2b: IDW and ordinary kriging deterministic outputs at split seed 10, and the 3-model U-Net ensemble (independently initialised U-Nets with predictions averaged at inference) at split seed 10. The same configuration applies for direct comparability across the linear-baseline and U-Net columns. Equivalent Pearson r and CCC values are obtained on the other four split seeds (range across splits within ± 0.02 of the reported values for all three methods).
Table 2. b. Hotspot diagnostic metrics from 3-model U-Net ensemble (Section 3.5).
Table 2. b. Hotspot diagnostic metrics from 3-model U-Net ensemble (Section 3.5).
Metric IDW Ordinary Kriging U-Net (3-model ensemble)
Prediction ceiling (CPS, 95th %ile when obstop 10%) 5,794 6,474 10,275
Headroom vs observed top-10% max (10,895 CPS) 46.8% 40.6% 5.7%
Recovery rate at T = 6,000 CPS (n = 64 held-out points with obs ≥ T) ~0% ~0% ~80%
Top-decile overlap 0.73 0.78 0.80
Ensemble MBE (CPS) ~0
Diagnostic metrics for the U-Net column are computed from a 3-model ensemble (independently initialised U-Nets trained on the same synthetic corpus, predictions averaged at inference) evaluated at split seed 10. The IDW and Kriging diagnostic columns are computed on the same split-seed-10 partition for direct comparability. These metrics are reported as supplementary diagnostics characterising the high-intensity regime; they are not used to define the primary RMSE claim of Table 2a. The ceiling is the 95th percentile of a method’s predictions among held-out points whose observed CPS lies in the top decile; the recovery rate at threshold T is the fraction of held-out points with observed CPS ≥ T whose prediction also exceeds T. The denominator n = 64 corresponds to the held-out points exceeding T = 6,000 CPS at split seed 10; across the five split seeds used in Table 2a, this denominator ranges from 63 to 80 (mean 68 ± 7), of which seed 10 falls near the lower end. The ensemble MBE (~0) is statistically consistent with the +122 ± 145 single-model MBE in Table 2a (Section 4.2).
Spearman ρ is reported across the same 25 single-model U-Net runs as Table 2a. Top-decile overlap appears in Table 2b. MAE has been moved to Table 2a as a primary metric.
Table 3. Two-frame evaluation: PSF-applied (Frame A) vs PSF-free (Frame B).
Table 3. Two-frame evaluation: PSF-applied (Frame A) vs PSF-free (Frame B).
Method Frame A: PSF-applied (CPS) Frame B: PSF-free (CPS) Ratio A/B
IDW 916.8 ± 34.2 347.7 ± 33.6 2.64
Ordinary Kriging 832.4 ± 31.3 155.3 ± 14.0 5.36
Kriging-over-IDW RMSE ratio 1.10× 2.24×
Frame A is the main protocol used throughout Section 3.1, Section 3.2, Section 3.3 and Section 3.4: surface estimates are forward-projected through the physics kernel K before comparison with held-out aerial CPS. Frame B treats interpolator outputs directly as aerial predictions, which evaluates aerial interpolation accuracy rather than surface estimation. Under Frame B, Kriging outperforms IDW by a factor of 2.24 — Kriging is genuinely the more accurate aerial interpolator on this dataset. Under Frame A, the same comparison yields a ratio of only 1.10. The compression of the Kriging-over-IDW advantage under PSF application is direct evidence that the PSF-applied evaluation does not selectively penalise IDW: it imposes a structural ceiling on both linear interpolators. The U-Net is not evaluated under Frame B because its task is surface estimation (Section 3.5.1).

Supplementary Materials

Supplement S2 (Spatial Block Cross-Validation: First-Pass Stress Test) is included inline above. Figure files (Figure 1, Figure 2, Figure 3, Figure 4, Figure 5, Figure 6, Figure 7 and Figure 8), the synthetic training corpus generator, the physics-aware U-Net implementation (PyTorch), the IDW and ordinary kriging baseline scripts, the evaluation pipeline, the per-figure plotting scripts, and the per-run RMSE/MBE/correlation result tables underlying Table 2a, Table 2b and Table 3 are provided as Supplementary Materials accompanying this submission.

Author Contributions

Conceptualization, methodology, software, validation, formal analysis, investigation, resources, data curation, writing—original draft preparation, writing—review and editing, visualization, supervision, and project administration: B.-J.K. The author has read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable. This study did not involve human participants or animals.

Data Availability Statement

The processed Ukedo basin trajectory dataset analysed in this study (2,213 georeferenced aerial CPS points), the five held-out split indices used in the 5-split × 5-model-seed experimental design, the synthetic training corpus generator, the physics-aware U-Net implementation (PyTorch), the IDW and ordinary kriging baseline implementations, the full evaluation pipeline, the per-figure plotting scripts, and the per-run result tables underlying Table 2a, Table 2b and Table 3 are deposited at a public GitHub repository (https://github.com/BJ2CWNU/ukedo-physics-aware-unet) and are available without restriction. A persistent DOI will be assigned via Zenodo deposit at the time of publication. The original raw aerial radiation trajectory data were collected by Kim et al. [7] using the Korea Institute of Nuclear Safety (KINS) airborne monitoring system; the processed CPS trajectory used in the present study is shared with permission from the original data collector. Access to the raw measurement records, including detector calibration data and unprocessed gamma-ray spectra, is governed by KINS institutional data-sharing arrangements and can be requested from the corresponding author.

Acknowledgments

The author thanks the Korea Institute of Nuclear Safety (KINS) and the Japan Atomic Energy Agency (JAEA) for the original Ukedo aerial survey data collected in 2015. During the preparation of this manuscript, the author used Anthropic Claude (Claude Opus 4.7) for assistance with code review, manuscript structuring, and consistency checking. The author has reviewed and edited the output and takes full responsibility for the content of this publication.

Conflicts of Interest

The author is the founder and Chief Executive Officer of Reversible Inc., which develops commercial radiation mapping software (RadScopeX) related to the methodology described in this manuscript. This relationship is disclosed in the interest of transparency. The research design, data analysis, and conclusions reported here were not influenced by this commercial interest.

References

  1. Cember, H.; Johnson, T.E. Introduction to Health Physics, fourth ed.; McGraw-Hill: New York, 2009. [Google Scholar]
  2. Connor, D.; Martin, P.G.; Scott, T.B. Airborne radiation mapping: overview and application of current and future aerial systems. Int. J. Remote Sens. 2016, 37(24), 5953–5987. [Google Scholar] [CrossRef]
  3. Evrard, O.; Laceby, J.P.; Lepage, H.; Onda, Y.; Cerdan, O.; Ayrault, S. Radiocesium transfer from hillslopes to the Pacific Ocean after the Fukushima Nuclear Power Plant accident: A review. J. Environ. Radioact. 2015, 148, 92–110. [Google Scholar] [CrossRef] [PubMed]
  4. Jin, K.H.; McCann, M.T.; Froustey, E.; Unser, M. Deep convolutional neural network for inverse problems in imaging. IEEE Trans. Image Process. 2017, 26(9), 4509–4522. [Google Scholar] [CrossRef] [PubMed]
  5. Karasiak, N.; Dejoux, J.-F.; Monteil, C.; Sheeren, D. Spatial dependence between training and test sets: another pitfall of classification accuracy assessment in remote sensing. Mach. Learn. 2022, 111, 2715–2740. [Google Scholar] [CrossRef]
  6. Karniadakis, G.E.; Kevrekidis, I.G.; Lu, L.; Perdikaris, P.; Wang, S.; Yang, L. Physics-informed machine learning. Nat. Rev. Phys. 2021, 3(6), 422–440. [Google Scholar] [CrossRef]
  7. Kim, B.-J.; Sasaki, M.; Sanada, Y. Comparison study of two airborne radiation monitoring systems used for radiation mapping in the Fukushima Daiichi nuclear power plant area. Prog. Nucl. Sci. Technol. 2019, 6, 130–133. [Google Scholar] [CrossRef]
  8. Minty, B.R.S. Fundamentals of airborne gamma-ray spectrometry. AGSO J. Aust. Geol. Geophys. 1997, 17(2), 39–50. [Google Scholar]
  9. Ongie, G.; Jalal, A.; Metzler, C.A.; Baraniuk, R.G.; Dimakis, A.G.; Willett, R.; Soltanolkotabi, M. Deep learning techniques for inverse problems in imaging. IEEE J. Sel. Areas Inf. Theory 2020, 1(1), 39–56. [Google Scholar] [CrossRef]
  10. Ploton, P.; Mortier, F.; Réjou-Méchain, M.; Barbier, N.; Picard, N.; Rossi, V.; Dormann, C.; Cornu, G.; Viennois, G.; Bayol, N.; Lyapustin, A.; Gourlet-Fleury, S.; Pélissier, R. Spatial validation reveals poor predictive performance of large-scale ecological mapping models. Nat. Commun. 2020, 11, 4540. [Google Scholar] [CrossRef] [PubMed]
  11. Roberts, D.R.; Bahn, V.; Ciuti, S.; Boyce, M.S.; Elith, J.; Guillera-Arroita, G.; Hauenstein, S.; Lahoz-Monfort, J.J.; Schröder, B.; Thuiller, W.; Warton, D.I.; Wintle, B.A.; Hartig, F.; Dormann, C.F. Cross-validation strategies for data with temporal, spatial, hierarchical, or phylogenetic structure. Ecography 2017, 40(8), 913–929. [Google Scholar] [CrossRef]
  12. Ronneberger, O.; Fischer, P.; Brox, T. U-Net: convolutional networks for biomedical image segmentation. Proc. MICCAI Lect. Notes Comput. Sci. 2015, vol. 9351, 234–241. [Google Scholar] [CrossRef]
  13. Saito, K.; Tanihata, I.; Fujiwara, M.; Saito, T.; Shimoura, S.; Otsuka, T.; Onda, Y.; Hoshi, M.; Ikeuchi, Y.; Takahashi, F.; Kinouchi, N.; Saegusa, J.; Seki, A.; Takemiya, H.; Shibata, T. Detailed deposition density maps constructed by large-scale soil sampling for gamma-ray emitting radioactive nuclides from the Fukushima Daiichi Nuclear Power Plant accident. J. Environ. Radioact. 2015, 139, 308–319. [Google Scholar] [CrossRef] [PubMed]
  14. Sanada, Y.; Torii, T. Aerial radiation monitoring around the Fukushima Dai-ichi nuclear power plant using an unmanned helicopter. J. Environ. Radioact. 2015, 139, 294–299. [Google Scholar] [CrossRef] [PubMed]
  15. Sasaki, M.; Sanada, Y.; Katengeza, E.W.; Yamamoto, A. New method for visualizing the dose rate distribution around the Fukushima Daiichi Nuclear Power Plant using artificial neural networks. Sci. Rep. 2021, 11, 1857. [Google Scholar] [CrossRef] [PubMed]
  16. Sun, D.; Wainwright, H.M.; Oroza, C.A.; Seki, A.; Mikami, S.; Takemiya, H.; Saito, K. Optimizing long-term monitoring of radiation air-dose rates after the Fukushima Daiichi Nuclear Power Plant accident. J. Environ. Radioact. 2020, 218, 106233. [Google Scholar] [CrossRef]
  17. Wadoux, A.M.J.-C.; Heuvelink, G.B.M.; de Bruin, S.; Brus, D.J. Spatial cross-validation is not the right way to evaluate map accuracy. Ecol. Model. 2021, 457, 109692. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

Accessibility

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2026 MDPI (Basel, Switzerland) unless otherwise stated