Related Experiment Videos
Physics-informed spatiotemporal graph neural network models for groundwater contaminant prediction
Dai Wan1, Ge Ying1, Hu Danxin1
1Guangzhou Sub-branch of Guangdong Ecological and Environmental Monitoring Center, Guangzhou 510060, China.
Journal of Contaminant Hydrology
|August 3, 2026
Summary
This study introduces physics-driven spatiotemporal graph neural networks (STGNNs) for groundwater contamination prediction, outperforming traditional methods. The recurrent model (RGNN-ST) demonstrated superior accuracy and stability in forecasting contaminant migration.
Area of Science:
- Environmental Science
- Hydrogeology
- Artificial Intelligence
Background:
- Groundwater contamination prediction faces challenges due to physical model complexity and data-driven model limitations in spatial representation.
- Existing methods struggle with the spatiotemporal coupling and parameter dependence inherent in groundwater systems.
Purpose of the Study:
- To develop and compare three physics-driven spatiotemporal graph neural network (STGNN) architectures for enhanced groundwater contamination prediction.
- To integrate physical constraints (Darcy flow) into data-driven models using a dynamic graph construction strategy.
Main Methods:
- Three STGNN architectures were developed: recurrent (RGNN-ST), convolutional (ConvGNN-ST), and attention-based (AttentionGNN-ST).
- A dynamic graph construction strategy embedded hydraulic head and conductivity into edge weights, linking to Darcy-flow.
- Models were trained and tested using MODFLOW-MT3DMS simulations on homogeneous and heterogeneous aquifers.
Main Results:
- RGNN-ST achieved high accuracy (R² up to 99.95% in homogeneous, 99.60% in heterogeneous conditions) with low NRMSE (1.68%).
- All models showed robustness to monitoring density, time window, and aquifer heterogeneity, accurately capturing contaminant migration.
- RGNN-ST offered the best stability and accuracy-efficiency balance, with interpretable predictions aligning with groundwater physics.
Conclusions:
- Physics-informed STGNNs offer a transferable framework for groundwater contamination forecasting and risk management.
- RGNN-ST provides a reliable and interpretable approach, balancing multi-source physical features for accurate predictions.
- The study highlights the potential of integrating physics with AI for optimizing monitoring networks and improving groundwater management.
Related Concept Videos
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
Linear Approximations
For a differentiable function of two variables, linear approximation estimates values near a known point by replacing the curved surface with its tangent plane. Consider the function\begin{equation*}f(x,y)=x^2+3y^2\end{equation*}near the point (2, 1). The exact value at this point is f(2, 1) = 22 + 3(1)2 = 4 + 3 = 7.The linear approximation of f(x, y)) near (a, b) is\begin{equation*}L(x,y)=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b)\end{equation*}First, compute the partial derivatives: fx(x, y) = 2x and...
Selected Data About Geographic Locations
Geographic Information Systems (GIS) rely on two core types of data: spatial data and attribute data.Spatial DataSpatial data defines the physical location of features within a coordinate system, typically expressed in terms of latitude and longitude. It provides precise positioning for elements like roads, rivers, or buildings.Attribute DataAttribute data complements spatial data by adding descriptive information about these features. For example, a road's spatial data includes its start and...