FieldSeer I: Geometry-Aware Field Forecasting
- FieldSeer I is a geometry-aware world model that forecasts long-horizon electromagnetic field evolution in 2-D TE waveguides using a symlog transformation for numerical stability.
- It integrates geometry-conditioned tokenization, masked Transformer planning, and a GRU dynamics core to assimilate partial observations and generate high-fidelity predictions.
- The model supports immediate, editable rollouts of photonic digital twins, enabling interactive design adjustments without re-assimilation or retraining.
FieldSeer I is a geometry-aware world model designed for long-horizon forecasting of electromagnetic field dynamics in two-dimensional transverse-electric (TE) waveguides under partial observability. The model assimilates a short prefix of observed electromagnetic fields, conditions on a user-specified scalar source action and a structure/material map, and generates closed-loop rollouts of future field evolution in the physical domain. Training in a symmetric-logarithmic (symlog) domain ensures numerical stability against multi-scale field amplitudes. FieldSeer I achieves substantially higher suffix fidelity than GRU and deterministic Transformer-based baselines in a fully reproducible finite-difference time-domain (FDTD) benchmarking protocol. Notably, FieldSeer I enables immediate geometry-editable rollouts, facilitating interactive photonic digital twin applications without re-assimilation or retraining (Guo et al., 5 Dec 2025).
1. Physical Background and Problem Formalization
FieldSeer I targets predictive modeling for 2-D TE waveguides, where the nonzero electromagnetic field components are , , and . These are discretized on a uniform Yee grid, where the semi-discrete Maxwell–Faraday and Maxwell–Ampère equations in vacuum cells are:
Dispersive inclusions are modeled using Lorentz dielectric response,
Polarization currents are updated using consistent FDTD time-stepping. A band-limited Gaussian pulse of amplitude is injected at each timestep via a total-field/scattered-field (TFSF) boundary. Perfectly matched layers (PML) and Mur updates provide non-reflecting boundaries to avoid wrap-around artifacts. Upstream and downstream 1-D probes record and ; these measurements enable computation of the Poynting flux .
Partial observability is formalized as access to:
- Prefix of observed frames:
- Suffix of ground-truth future frames:
- Source action stream:
- Structure/material map:
At inference, only the prefix, full structure map, and action stream are provided. The model must first assimilate the prefix and then roll out frames in closed-loop, optionally under a modified geometry.
2. FieldSeer I Architecture and Training
FieldSeer I follows a physics-guided world-model paradigm, consisting of the following components:
- Symlog Field Representation: All physical field data are mapped to the symmetric log domain using
to stabilize training across large dynamic ranges.
- Geometry-Aware Tokenization and Transformer-derived Planning Context: At timestep ,
- Observed feature:
- Action embedding:
- Structure embedding:
- These form observation/action tokens: , , interleaved into a causal sequence and encoded via a masked Transformer. Plan contexts are extracted from the hidden states of action tokens.
- GRU Dynamics Core with Structural Drive: The GRU aggregates plan context, the previous latent, optional feedback (pixels or predictions), and a structural drive:
Layer normalization is applied to . Feedback alternates between ground-truth observation during prefix () and model predictions after.
- Stochastic Latent for Uncertainty Modeling:
is sampled from during prefix, and from prior during rollout:
- Structure-conditioned Decoder: Outputs symlog field prediction as mapped back with .
Training Objectives
Training minimizes a weighted sum of reconstruction, open-loop prediction, FFT spectral auxiliary, and KL divergence losses:
- Prefix reconstruction:
- Open-loop prediction:
- FFT spectral auxiliary:
- Dreamer-style KL:
- Total loss:
3. Benchmarking Protocol and Evaluation Metrics
FieldSeer I is benchmarked on a dataset of 200 unique FDTD simulations under strict structure-wise splits (180 train, 10 validation, 10 test). Both 64×64 and 80×140 grid resolutions are evaluated. Key evaluation scenarios are:
- Software-in-the-loop (SITL) Filtering: (64×64, P=80, Q=80)
- Offline Single-File Rollouts: (80×140, P=240, Q=40)
- Offline Multi-Structure Rollouts: (80×140, P=180, Q=100)
Metrics for suffix fidelity are computed after applying symexp to model predictions:
- One-step-ahead MSE and PSNR for SITL:
where MAX is the 99.9th percentile of in the validation set.
Baselines include a GRU-only variant (no geometry conditioning or symlog, z-score normalization) and a deterministic Transformer-only prototype.
4. Performance Results and Editable Rollouts
FieldSeer I consistently outperforms both baselines in all settings:
| Scenario | FieldSeer I PSNR (dB) | GRU PSNR (dB) | Prototype PSNR (dB) |
|---|---|---|---|
| 64×64 SITL (P=80,Q=80) | 48.31 | 35.63 | 19.32 |
| 80×140 offline single-file | 39.08 | 24.01 | — |
| 80×140 offline multi-structure | 36.61 | 20.88 | — |
Corresponding MSE values, where provided, show similar trends: for 64×64 SITL, FieldSeer I achieves an MSE of compared to (GRU) and (Prototype). Suffix fidelity gains exceed $30$ dB in the one-step-ahead case (a $13$ dB gain over GRU) and more than $15$ dB in open-loop settings.
The architecture’s continuous injection of the structure map () at all processing stages allows for geometry modifications after prefix assimilation—without re-running the assimilation step. Model rollouts instantly reflect new inclusions in the predicted field evolution.
5. Geometry Conditioning and Interactive Digital Twins
FieldSeer I leverages persistent geometry conditioning at multiple protocol stages: tokenization, GRU drive, and decoding. This architecture uniquely enables real-time, user-driven modifications to the inclusion geometry during inference. If the structure is altered after observing the initial prefix, all subsequent rollouts reflect these changes without requiring recommencement of assimilation or retraining.
This capability underpins interactive, simulation-free digital twins for photonic devices. Engineers may observe electromagnetic field evolution for a short duration, edit device geometry, adjust source amplitudes, and visualize the resulting field changes downstream within milliseconds, eliminating the need for expensive forward FDTD simulations.
6. Implications and Future Directions
FieldSeer I transforms the photonic design workflow by enabling long-horizon prediction, prefix assimilation under partial observability, action conditioning, and immediate geometry editing. This supports dynamic exploration of electromagnetic response in photonic structures, supplanting the traditional simulate-analyze cycle with truly interactive design and digital twin capabilities. Anticipated extensions to full 3-D vector fields, multi-physics couplings, and hardware-in-the-loop adaptation are expected to further integrate learning-based world models into practical, high-fidelity photonic engineering (Guo et al., 5 Dec 2025).
A plausible implication is broad applicability to complex time-dependent PDE systems in which partial observation, intervention, and rapid feedback are central, far beyond photonics.