- The paper presents an iterative energy-based transformer that refines joint retrieval estimates of soil moisture, LAI, and plant height through gradient descent on a learned compatibility energy.
- The model outperforms standard baselines with high R² scores (average 0.854), demonstrating robust multimodal integration of Sentinel-1 SAR and Sentinel-2 multispectral data.
- The approach incorporates self-diagnostic energy metrics that flag low-confidence predictions, offering a practical quality assessment tool for heterogeneous wheat fields.
Introduction
The estimation of surface soil moisture (SM), leaf area index (LAI), and plant height (PH) at field scale is a multi-variable inverse problem central to precision agriculture and crop monitoring. Within heterogeneous, smallholder wheat systems, concurrent variation in both soil and canopy state introduces considerable ambiguity into SAR and multi-spectral satellite responses. Historically, operational retrieval approaches rely on direct regression through radiative transfer (e.g., PROSAIL) or semi-empirical (e.g., Water Cloud Model, WCM) models, or on pure data-driven regressors such as random forests or neural networks. However, these approaches do not fully exploit the mutual compatibility of multimodal evidence from Sentinel-1 SAR and Sentinel-2 multispectral imagery, nor do they provide internal diagnostics concerning retrieval quality or consistency.
This work proposes an Iterative Energy-Based Transformer (iEBT) architecture for multi-output retrieval of SM, LAI, and PH from temporally matched Sentinel-1/-2 time series combined with field measurements. The iEBT handles the ill-posed nature of the retrieval problem by embedding both predictors and response variables in a learned, multimodal context, performing state refinement through minimization of a data-driven compatibility energy.
The iEBT architecture is founded on three elements: modality-specific encoders for SAR, optical, and temporal features; a transformer-based fusion strategy for joint representation; and an iterative, energy-based inference loop. Rather than directly mapping from input features to target variables, the model first generates a state proposal and then refines this estimate by minimizing a learned scalar energy, representing the compatibility between the candidate state and observed context.
The refinement is performed via normalized gradient descent on the energy surface, with learnable step size and clipping to enforce plausible physical ranges. Terminal energy serves as an internal, sample-wise compatibility diagnostic, flagging low-confidence retrievals without recourse to calibrated uncertainty intervals.
Compared to direct regression, this formulation embeds the physical intuition of forward-inverse modeling within the transformer. The model is supervised using a combination of proposal loss, energy-margin ranking loss (drawing negative targets from campaign-matched shuffles or local perturbations), and uncertainty-weighted final regression. All model parameters are optimized jointly with AdamW.
Experimental Design and Baselines
Experiments were conducted using 700 strict-QC field-measurements from three seasonal campaigns (Varanasi, India), paired with temporally matched Sentinel-1 (VV, VH, VV/VH) and Sentinel-2 (B2-B4, B8, vegetation indices) within ±5 days of ground sampling. Predictors further include temporal gaps and cyclic season-progress encodings.
Baselines include:
- Random Forest (RF): as a standard ensemble regressor.
- Transformer-based direct regression (TT): encoding-and-fusion without iteration or energy minimization.
- Non-iterative Energy-Based Transformer (tEBT).
- Physical models: WCM for SAR-only inversion and PROSAIL-based neural network inversion for LAI from optical data.
Model performance is quantified by R2 and RMSE on a 70/15/15 random train/validation/test split (with four-seed mean scores), ablation experiments isolating SAR vs. optical features, and cross-campaign (leave-one-campaign-out, LOCO) validation for domain adaptation.
Results
iEBT achieves the highest average test-set R2 of 0.854±0.012 across [SM, LAI, PH]. For individual targets: R2=0.836 (SM), $0.905$ (LAI), $0.821$ (PH). This outperforms all baselines, including tEBT ($0.775$), TT ($0.749$), and RF ($0.728$). LAI is consistently the best retrieved variable, while PH, though not directly measured by either Sentinel-1 or -2, exhibits considerable correlation, reflecting indirect encoding via canopy structure and phenology. WCM and PROSAIL reference models achieve lower R2 (e.g., WCM-VH for LAI: R20; WCM-VV for SM: R21; PROSAIL for LAI: R22).
Modality ablation shows Sentinel-1 governs SM retrieval, Sentinel-2 dominates LAI, and PH depends on joint multimodal structure (SAR-only: R23; Optical-only: R24; Full: R25 with iEBT).
Iterative Refinement and Diagnostics
The iterative energy-based inference step yields significant refinement, especially for SM and LAI (e.g., SM: R26 increases from R27 to R28 across steps). The compatibility energy is positively correlated with prediction error (Spearman 0.35–0.46 for targets). Screening the top 10% highest-energy samples (incompatible predictions) reduces RMSE for all variables, indicating the practical utility of terminal energy as an uncalibrated retrieval-quality diagnostic.
Transferability and Generalization
LOCO validation reveals substantial performance drop for inter-campaign generalization: iEBT average R29 ranges from 0.854±0.0120 (2019–2020 held-out), 0.854±0.0121 (2023), to 0.854±0.0122 (2024). This highlights persistent cross-season distribution shift and the need for more robust domain adaptation techniques and extended field datasets.
Theoretical and Practical Implications
This work demonstrates that compatibility-guided, energy-based multimodal fusion provides a structured solution to the coupled, ill-posed retrieval of soil and canopy state variables from satellite time series. The iterative energy minimization process implicitly enforces multimodal consistency, enables post hoc reliability assessment, and integrates physical and data-driven paradigms.
The physical references (WCM, PROSAIL) offer interpretability but suffer from sensor/spectral specificity, calibration requirements, and breakdown under complex field conditions. Their lower performance in heterogeneous wheat systems reaffirms the need for flexible, self-diagnostic learned models. Notably, iEBT’s architecture, through refinement and energy diagnostics, addresses the ambiguity between soil and plant state in SAR/optical signals—critical for operational deployment.
From an applied perspective, the integration of uncalibrated energy diagnostics into retrieval workflows provides a mechanism for interpretability and automated sample screening. This is particularly relevant for precision agriculture, where management decisions are contingent on the reliability—not just the point accuracy—of satellite-derived biophysical indicators.
Future Directions
Key limitations remain. The sample size is moderate by deep learning standards, challenging cross-season generalization. The predictor set, while comprehensive, excludes promising additional variables such as multi-temporal SAR texture, spatial context, and external agro-meteorological drivers. Potential improvements include:
- Integration of explicit domain-invariant or domain-adaptive training,
- Incorporation of physics-informed priors into the energy function,
- Calibration of energy values for quantitative uncertainty estimation (e.g., via conformal prediction or model ensembles),
- Expansion to larger, multi-region datasets.
Furthermore, adding height-sensitive remote sensing sources (LiDAR, or high-resolution SAR missions) may improve PH estimation. Exploring model behavior under extreme events (e.g., irrigation, phenological shift, drought) will refine the detection of outlier states and further validate energy-based diagnostics.
Conclusion
The iterative energy-based multimodal transformer paradigm offers a robust, interpretable, and diagnostically transparent approach for simultaneous retrieval of SM, LAI, and PH from SAR-optical satellite data. The methodological advancements in compatibility-guided fusion and gradient-based refinement constitute an important contribution for biophysical state estimation in heterogeneous cropping systems. The results indicate that self-diagnostic, multimodal energy-based models are poised to enhance the operational value of satellite remote sensing in precision agriculture, conditional on continued advances in generalization, uncertainty quantification, and multi-year data integration.
Reference: "An iterative energy-based multimodal transformer for joint retrieval of wheat soil moisture, leaf area index, and plant height from Sentinel-1 and Sentinel-2 time series" (2606.25174).