A multidisciplinary team at Louisiana State University develops an ensemble AI model by combining U-Net and DeepLabv3+ neural networks trained on 14 years of ROMS hindcast data. The approach integrates riverine nutrient loads and two-day hydrodynamic forecasts to predict daily hypoxic extents on the Louisiana–Texas shelf, supporting real-time nutrient reduction scenario testing.

Key points

  • Ensemble uses U-Net and DeepLabv3+ CNNs for pixel-wise binary classification of bottom hypoxia.
  • Inputs include potential energy anomaly (PEA), reconstructed sediment oxygen consumption (SOCrec), and temperature-dependent decomposition rate (DCPTemp).
  • Trained on 14-year ROMS-NEMURO hindcast, model achieves median accuracy 0.85 and F1 score 0.72 for daily hypoxia forecasts.

Why it matters: This hybrid AI approach transforms coastal hypoxia forecasting by integrating physics-based and machine learning models to empower managers with timely water quality predictions.

Q&A

  • What is potential energy anomaly (PEA)?
  • How do U-Net and DeepLabv3+ differ in image segmentation?
  • What is a ROMS hindcast?
  • What does an F1 score indicate in this context?
Copy link
Facebook X LinkedIn WhatsApp
Share post via...


Read full article

Potential Energy Anomaly

Definition: Potential Energy Anomaly (PEA) quantifies how strongly ocean water layers resist mixing due to density differences. In coastal waters, lighter freshwater or warmer surface water overlies denser, colder bottom water, creating stratification that traps low-oxygen conditions near the seabed.

Calculating PEA: Mathematically, PEA is defined as:

PEA = (1/H) ∫-hη [ρ̄ – ρ(z)]·g·z·dz

  • H: total water depth (surface to bed)
  • ρ(z): density at depth z
  • ρ̄: depth-averaged density
  • g: gravitational acceleration

This formula integrates the energy difference between actual density profiles and a fully mixed column, normalized by depth. Larger values indicate stronger stratification.

Ocean Stratification

Role in Coastal Systems: Stratification limits vertical oxygen transport. In regions with high nutrient loads, surface phytoplankton blooms lead to organic matter sinking and decomposing, consuming oxygen near the bottom. Strong stratification prevents replenishment, causing hypoxia.

Factors Influencing Stratification:

  • River Discharge: Freshwater plumes reduce surface density.
  • Temperature Variations: Seasonal heating/cooling alters density.
  • Wind Mixing: Wind can weaken stratification by stirring layers.

Coastal Hypoxia

Definition: Hypoxia occurs when dissolved oxygen concentration falls below 2 mg/L, threatening marine life and ecosystems. Common in nutrient-rich, stratified shelves.

Causes:

  1. Excessive nutrient inputs (nitrogen, phosphorus)
  2. Phytoplankton blooms and subsequent decomposition
  3. Strong stratification limiting oxygen replenishment

Impacts: Fish kills, shifts in species distribution, habitat loss, and altered food webs.

AI in Hypoxia Forecasting

Modern forecasting leverages machine learning to predict complex environmental events. Neural networks like U-Net and DeepLabv3+ learn spatial patterns of stratification and oxygen consumption from high-resolution model simulations.

Key Steps:

  • Extract PEA, sediment oxygen demand, and temperature profiles from ocean models.
  • Train CNN architectures on past hindcast data to classify grid cells as hypoxic or not.
  • Apply the trained AI to real-time hydrodynamic forecasts for daily predictions.

This fusion of mechanistic modeling and AI delivers rapid, high-resolution forecasts, transforming management of coastal water quality.

Forecasting coastal hypoxia using a blend of mechanistic and artificial intelligence models