Navigation

Introduction to AI

Machine Learning

Deep Learning

Generative AI

Tools & Frameworks

General

AI in Oceanography

The Ocean as a Data Challenge

The ocean covers more than 70% of Earth’s surface, yet it remains one of the least observed and most poorly understood environments on the planet. Observing the ocean at sufficient resolution in space and time is a fundamental challenge: the volume is vast, conditions are harsh, and access is expensive. Oceanographers collect data from satellites, Argo floats, ship-based surveys, underwater gliders, and moored instruments — but gaps remain enormous.

Artificial intelligence is rapidly changing this situation. By learning patterns from heterogeneous, sparse observational data and combining it with physical models, AI systems can reconstruct ocean state variables across space and time, predict future conditions, classify marine species, interpret acoustic signals, and guide autonomous platforms. Ocean AI is now central to understanding climate change, managing marine resources, and monitoring marine ecosystems in near-real-time.


Sea Surface Temperature and Ocean State Estimation

Accurate knowledge of sea surface temperature (SST) and subsurface ocean structure is critical for weather forecasting, hurricane prediction, fisheries management, and climate monitoring.

Satellite SST Reconstruction

Infrared satellite sensors measure SST at high spatial resolution, but cloud cover introduces significant data gaps — often covering 60–90% of any given scene. Traditional interpolation methods (optimal interpolation, kriging) assume stationarity and Gaussianity that the ocean often violates.

Deep learning models — primarily convolutional autoencoders and U-Nets — learn to reconstruct missing SST fields by exploiting spatial patterns, temporal coherence, and correlations with other variables (chlorophyll, sea level anomaly). Key approaches:

  • DINCAE (Data Interpolating Convolutional Autoencoder): A variational autoencoder that reconstructs missing data while simultaneously producing uncertainty estimates. It is trained by masking known pixels and minimizing the reconstruction error.
  • SST super-resolution: Given coarse-resolution reanalysis fields, convolutional networks trained on high-resolution satellite imagery can synthesize fine-scale features such as fronts, eddies, and coastal upwelling patterns.

Ocean State Reanalysis with Neural ODEs

Traditional ocean reanalysis (GLORYS, EN4) uses adjoint-based data assimilation — computationally intensive and model-dependent. Machine learning offers alternatives:

  • Physics-informed networks: Learn to minimize residuals of ocean equations (momentum, continuity, thermodynamics) while fitting observational data.
  • Neural ODE ocean models: Parameterize the continuous-time dynamics of ocean state variables as a neural ODE, trained on assimilated fields and evaluated at arbitrary time intervals.

Argo Float and Autonomous Platform Intelligence

The Argo program deploys ~4,000 autonomous floats worldwide, each periodically profiling the water column from 2,000 m depth to the surface. Processing and quality-controlling the resulting millions of profiles annually has traditionally been manual.

Automated Quality Control

Neural classifiers trained on expert-labeled Argo data identify anomalous profiles caused by sensor malfunction, biofouling, or unusual oceanographic conditions. Multi-label classification assigns fine-grained quality flags:

  • Spike detection with LSTM-based sequence classifiers.
  • Density inversion detection using gradient-aware models.
  • Biogeochemical sensor drift correction via regression networks.

Adaptive Sampling with Reinforcement Learning

Autonomous underwater vehicles (AUVs) and gliders can be steered adaptively to maximize scientific information gain. Reinforcement learning agents trained in ocean model simulations learn policies that:

  • Track frontal boundaries where phytoplankton blooms are highest.
  • Sample under-observed regions guided by uncertainty estimates from Gaussian process predictions.
  • Optimize energy efficiency against oceanographic sampling objectives.

Deep RL approaches (PPO, SAC) trained in realistic ocean simulations have demonstrated substantially more informative sampling trajectories than grid-based survey plans.


Marine Ecology and Biodiversity

Plankton Classification

Plankton underpin ocean food webs and are key indicators of ocean health. Imaging flow cytometers (FlowCam, IFCB) capture millions of plankton images per deployment. AI enables real-time species classification at scale:

  • CNN classifiers (ResNet, EfficientNet) trained on labeled plankton image datasets (WHOI-Plankton, ZooScan) achieve >90% accuracy across dozens of taxonomic groups.
  • Few-shot learning adapts classifiers to rare or novel species with minimal labeled examples.
  • Self-supervised pretraining on unlabeled plankton images learns rich morphological features that transfer to downstream classification with limited labels.

Marine Mammal Acoustic Detection

Passive acoustic monitoring (PAM) records the underwater soundscape continuously. Deep learning classifiers applied to spectrograms detect and classify vocalizations of whales, dolphins, and other marine mammals:

  • Fin whale call detection: CNNs trained on spectrogram patches detect 20 Hz fin whale calls against high noise backgrounds.
  • Right whale upcall detection: A critical conservation application — near-real-time deep learning detection of critically endangered North Atlantic right whales enables ship speed restrictions and route adjustments in real time.
  • BirdNET for the ocean: Analogues of BirdNET-style models trained on marine mammal vocalizations enable citizen science acoustic monitoring at global scale.

Coral Reef Monitoring

Coral reefs are among the most biodiverse and most threatened marine ecosystems. AI systems analyze:

  • Benthic survey images: CNNs classify coral health, bleaching extent, and species composition from photoquadrat or video transect imagery. CoralNet is a widely used annotation and classification platform for coral cover estimation.
  • Satellite imagery: Spectral unmixing and deep learning map coral reef extent and health status from Sentinel-2 and Planet imagery across the global shallow tropics.
  • Acoustic diversity indices: Healthy reefs are acoustically rich. Machine learning classifiers trained on reef soundscapes distinguish healthy from degraded reefs from passive recordings alone.

Ocean Color and Biogeochemistry

Ocean color satellites (MODIS, SeaWiFS, PACE) measure water-leaving radiance, from which chlorophyll-a concentration, primary production, and optical water types are derived. Machine learning advances these retrievals:

Chlorophyll Estimation Under Cloud Cover

Merging multi-sensor satellite imagery with deep learning reconstruction (as in SST) extends chlorophyll fields through cloud gaps, enabling continuous phytoplankton bloom tracking across seasons.

Harmful Algal Bloom Detection

Harmful algal blooms (HABs) pose serious threats to fisheries and human health. Machine learning systems combine:

  • Ocean color imagery (bloom spatial extent).
  • Sea surface temperature (thermal stratification).
  • Wind and current data (bloom drift prediction).

Convolutional LSTM networks trained on historical satellite time series provide 3–7 day HAB forecasts at regional scale, enabling proactive fishery closures and public health responses.

Dissolved Organic Carbon Prediction

Dissolved organic carbon (DOC) is a critical parameter for understanding the ocean carbon cycle but is difficult to measure remotely. Machine learning models trained on in-situ DOC measurements paired with satellite predictors (color, temperature, salinity) estimate DOC at global scale, improving carbon budget closure.


Ocean Circulation and Climate Modeling

Mesoscale Eddy Detection and Tracking

Ocean mesoscale eddies (diameter 50–300 km) transport heat, carbon, and nutrients across ocean basins. Their detection and tracking from satellite altimetry has traditionally used geometric algorithms. Deep learning approaches:

  • U-Net segmentation: Trained on labeled eddy maps, U-Nets segment cyclonic and anticyclonic eddies from sea level anomaly (SLA) fields with higher accuracy than geometric methods, especially for irregular and composite eddies.
  • Graph neural networks represent eddies as nodes and track them temporally as edges, learning physical interaction rules from historical trajectory data.

Deep Learning Emulators for Ocean Models

Running high-resolution ocean GCMs (NEMO, MOM6) is computationally expensive. Neural network emulators trained on GCM output can reproduce key ocean statistics at a fraction of the computational cost:

  • FourCastNet-Ocean: Extends FourCastNet-style AFNO transformer architectures to ocean state prediction.
  • Flux parameterization: Neural networks replace traditional bulk formula parameterizations of air-sea heat, momentum, and freshwater fluxes, improving accuracy at coarse resolution.

Internal Wave and Tide Prediction

Internal waves (oscillations within the ocean interior) influence vertical mixing and biological productivity. Neural ODEs and spectral methods combined with satellite altimetry data improve internal tide maps and forward models of wave propagation.


Deep-Sea Exploration

Roughly 80% of the ocean floor remains unmapped at fine resolution. AI accelerates exploration:

ROV Image Analysis

Remotely operated vehicles (ROVs) capture hours of video from the seafloor. Deep learning models classify deep-sea organisms (sea cucumbers, fish, corals, sponges) from video streams in real time, enabling efficient population surveys across depths of 1,000–6,000 m.

Bathymetric Interpolation

Combining sparse multibeam sonar swaths with satellite-derived free-air gravity anomalies, machine learning models (GANs, diffusion models) produce high-resolution bathymetric predictions across unsurveyed regions — extending the reach of direct sonar mapping.

Hydrothermal Vent Discovery

AI models trained on chemical anomalies (helium-3, methane, turbidity) detected by autonomous platforms predict the locations of undiscovered hydrothermal vents along mid-ocean ridges, prioritizing exploration targets for resource-constrained survey cruises.


Operational Oceanography and Marine Services

Real-Time Ocean Forecasting

Operational centers (Copernicus Marine Service, NOAA) provide ocean forecasts to maritime users. Machine learning is integrated at multiple stages:

  • Bias correction: Post-processing GCM output with ML to correct systematic temperature, salinity, and current biases.
  • Downscaling: Generating high-resolution coastal forecasts from coarse global models using statistical downscaling trained on historical high-resolution model runs.
  • Ensemble weighting: Learning optimal weights for multi-model ensemble combinations based on verification data.

Fisheries Stock Assessment

Sustainable fisheries management requires accurate stock assessments — estimates of fish population abundance, distribution, and age structure. AI methods:

  • Acoustic backscatter classification distinguishes species echoes in fisheries acoustic surveys.
  • Deep learning applied to otolith (ear stone) images automates age determination of commercially important fish.
  • Species distribution models integrate environmental predictors with historical catch data to predict stock distributions under climate change.

Challenges and Open Problems

Sparse and heterogeneous data: Ocean observations are irregular in space, time, and variable coverage. Methods must handle missingness gracefully without introducing spurious patterns.

Physical consistency: Purely data-driven ocean models can violate conservation laws (mass, energy, tracer conservation). Enforcing physical constraints during training remains an active research area.

Depth coverage: Most remote sensing is surface-limited. Inferring subsurface conditions from surface observations is an ill-posed inverse problem that machine learning approaches only partially resolve.

Interdisciplinary collaboration: Effective ocean AI requires deep collaboration between oceanographers, climate scientists, and machine learning researchers — communities that are still building shared vocabulary and infrastructure.


Summary

Artificial intelligence is becoming a foundational tool in oceanography, enabling analysis at scales and resolutions impossible with traditional methods. From reconstructing sea surface temperatures through cloud gaps to guiding autonomous vehicles in real time, detecting whale vocalizations, and emulating ocean circulation models, AI is accelerating every phase of ocean science. As the climate crisis intensifies the need to understand the ocean’s role in heat storage, carbon cycling, and ecosystem change, the ability of AI to extract insight from heterogeneous observational data positions it as an essential partner in the ocean science enterprise.