Papers
Topics
Authors
Recent
Search
2000 character limit reached

P-K-GCN: Physics-augmented Koopman-enhanced Graph Convolutional Network for Deep Spatiotemporal Super-resolution

Published 17 Jun 2026 in cs.LG | (2606.19303v1)

Abstract: High-fidelity simulation of spatiotemporal dynamics is computationally prohibitive, necessitating efficient super-resolution techniques to reconstruct high-resolution data from coarse-grained inputs. Traditional data-driven methods often lack physical constraints, and simple physics-informed learning struggles with irregular spatial geometries and intricately evolving temporal dynamics. To tackle these challenges, we propose a Physics-augmented Koopman-enhanced Graph Convolutional Network (P-K-GCN) for spatiotemporal super-resolution on irregular geometries. Specifically, a continuous spline-based GCN is first designed to extract spatial dependencies directly from coarse graph, and Koopman operator theory is incorporated to project the nonlinear dynamics into a compact latent space where temporal progression is linearized. Second, we augment the optimization objective with a physics-based loss to force the data-driven reconstructions to adhere to physical laws for improving predictive fidelity and robustness. Finally, we provide a rigorous theoretical analysis, establishing that the physics augmentation and Koopman regularization mathematically guarantees a reduction in super-resolution error by diminishing Rademacher complexity and tightening generalization bounds. We evaluate our framework on reconstructing spatially high-resolution cardiac electrodynamics across a 3D heart geometry from sparse low-resolution measurements. Numerical experiments demonstrate that our method achieves superior accuracy compared to baseline models.

Authors (5)

Summary

  • The paper presents P-K-GCN, integrating geometry-aware graph convolutions, Koopman operator dynamics, and physics-based regularization for deep spatiotemporal super-resolution.
  • The model minimizes HR reconstruction error by leveraging adaptive spatial encoding, linearized latent temporal propagation, and physics-driven PDE residual penalties.
  • Experimental evaluations on 3D cardiac electrodynamics demonstrate its ability to preserve fine spatial details and temporal coherence, even with sparse, noisy inputs.

Physics-Augmented Koopman-Enhanced GCN for Deep Spatiotemporal Super-Resolution

Motivation and Problem Definition

High-resolution spatiotemporal modeling is imperative for elucidating mechanisms in scientific and engineering systems, yet the acquisition of such data is constrained by sensor density, cost, and computational overhead. Standard super-resolution (SR) frameworks predominantly rely on purely data-driven approaches or physics-constrained learning. The former often lack physical fidelity and robustness, while the latter struggle with irregular geometries inherent in real-world domains, such as anatomical structures. Addressing these inadequacies, the paper introduces the Physics-augmented Koopman-enhanced Graph Convolutional Network (P-K-GCN), designed for spatiotemporal SR on arbitrary domains. Figure 1

Figure 1: Flowchart of the hybrid methodology integrating graph encoding, Koopman temporal modeling, and physics-based regularization.

Model Architecture and Core Components

P-K-GCN unifies three foundational elements:

  • Geometry-aware Spatial Modeling: The framework employs continuous, spline-based GCN to directly encode spatial dependencies within irregular meshes. Edge attributes parameterize adaptive convolutional kernels, enabling the network to capture geometric heterogeneity essential for spatial upsampling.
  • Koopman Operator Temporal Dynamics: Temporal evolution is linearized by encoding the learned nonlinear graph dynamics into a compact latent space. This facilitates stable propagation of long-horizon dynamics and prevents the temporal error explosion characteristic of RNN-based SR. The Koopman operator is learned as a finite-dimensional matrix acting on the latent graph features.
  • Physics-augmented Objective: To ensure physical admissibility, residuals of governing PDEs (e.g., reaction-diffusion systems on manifolds) are included in the loss function, penalizing reconstructions that violate domain physics. Physics priors are implemented using Laplace–Beltrami operators for manifold domains, which generalize Euclidean derivatives to curved surfaces. Figure 2

    Figure 2: Architectural detail of P-K-GCN showing hierarchical spatial encoding, Koopman advancement, and physics-regularized decoding.

Theoretical Error Analysis

The paper provides rigorous generalization guarantees. By constraining the hypothesis space with physics priors, the functional capacity (as measured by empirical Rademacher complexity) is strictly reduced. This tightens uniform convergence bounds for LR and HR reconstruction errors:

  • Error Bound: The HR error EHR\mathcal{E}_{\text{HR}} is bounded in terms of LR empirical risk, complexity terms, and the physics residual tolerance ϵ\epsilon, as formalized in the main theorem.
  • Koopman Regularization: Frobenius norm regularization on the Koopman matrix yields a capped expansion rate, suppressing temporal error accumulation to O(γn)\mathcal{O}(\gamma^n), compared to O(Ln)\mathcal{O}(L^n) for unconstrained RNNs.

This theoretical framework demonstrates that even when data-driven models achieve identical empirical losses, the physics-augmented model achieves a strictly lower—and provably bounded—SR error.

Experimental Evaluation

P-K-GCN is evaluated on the SR of 3D cardiac electrodynamics, reconstructing high-resolution transmembrane potentials and recovery dynamics from sparse, noisy LR measurements. The domain is discretized to 4,370 nodes, and cardiac activity is modeled via the Aliev-Panfilov PDE system.

  • Baselines:
    • NN: Standard deep network without geometry or physics priors.
    • K-GCN: Graph-based SR without physics constraints.
    • PINN: Physics-informed neural networks without geometry-aware encoding or stable temporal modeling.
    • Figure 3
    • Figure 3: Reconstructed transmembrane potential (uu) at time step 35 under varied noise levels, comparing all methods against ground truth.

    • Figure 4
    • Figure 4: Reconstruction of the recovery variable (vv) at time step 35, exhibiting similar trends across noise regimes.

Visual results indicate that P-K-GCN consistently yields highest fidelity reconstructions, with both spatial detail and temporal coherence preserved under all noise levels. NN fails to recover local structure; PINN returns smoothed, physically plausible outputs but lacks fine detail; K-GCN preserves geometry but exhibits artifacts and instability without physics constraints.

Quantitative results confirm the supremacy of P-K-GCN: with no added noise (σξ=0\sigma_\xi = 0), the aggregated relative error REtotalRE_\text{total} achieves 0.154±1.5×10−40.154 \pm 1.5 \times 10^{-4}, reflecting a 50.48%50.48\% reduction relative to NN and significant gains against all baselines. Figure 5

Figure 5: Bar chart of total relative error across all models and noise levels, demonstrating the robust advantage of P-K-GCN.

Implementation and Practical Implications

The blend of geometry-aware graph encoding, linearized temporal propagation, and domain physics constraints enables P-K-GCN to:

  • Operate robustly on non-Euclidean, irregular domains;
  • Generalize to out-of-distribution regimes under sparse, noisy input;
  • Suppress spurious artifacts and instability in temporal sequence prediction;
  • Guarantee physical consistency and sharpness of SR reconstructions.

The combination is particularly impactful for biomedical modeling (cardiac systems, brain imaging), environmental sensing, and any spatiotemporal inverse problem requiring super-resolution and physical fidelity.

Future Directions

The theoretical bounds established for physics-augmented GCNs and Koopman-based temporal modeling open pathways for further research:

  • Extending to broader classes of physical systems (e.g., thermodynamics, fluid mechanics);
  • Joint learning of projection operators and physics priors for domains with evolving topologies;
  • Integration with probabilistic inference for uncertainty quantification in scientific machine learning;
  • Automated selection of physical constraints via differentiable programming and domain adaptation.

Conclusion

P-K-GCN introduces a rigorously designed, physically consistent deep super-resolution model for spatiotemporal dynamics on arbitrary graphs (2606.19303). By synergizing geometric graph convolutions, Koopman-enhanced latent linear dynamics, and manifold-aware physics regularization, it achieves provably tight generalization bounds and robust numerical performance across regimes. The framework is widely applicable to scientific, engineering, and biomedical inverse problems, setting a new benchmark for physically constrained spatiotemporal SR.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.