Gordon Bell Winner: Forecasting Tsunamis in Real Time With Digital Twins | NVIDIA GTC
TL;DR
UT Austin researchers demonstrate a real-time tsunami forecasting system using physics-based digital twins and Bayesian inversion, winning the Gordon Bell Prize by reducing computational time for billion-parameter inverse problems from decades to milliseconds through novel GPU-accelerated algorithms.
🌊 The Cascadia Subduction Zone Threat 3 insights
Overdue magnitude 9 mega-thrust earthquake
The Cascadia subduction zone, stretching from Northern California to British Columbia, has produced 43 earthquakes over the last 10,000 years and is currently overdue for a rupture capable of reaching magnitude 9.
30-meter tsunamis with 15-minute arrival time
When the locked tectonic plates slip, the resulting uplift would generate tsunamis up to 30 meters high that would inundate the Pacific Northwest coast within just 15 minutes.
Sub-minute warning requirement
To provide actionable evacuation warnings, the digital twin must forecast wave impacts and heights in under one minute using real-time data from seafloor acoustic pressure sensors.
🧮 The Computational Challenge 3 insights
Billion-parameter Bayesian inversion
The inverse problem requires solving for a spatio-temporal seafloor motion field discretized into approximately one billion parameters using sparse measurements from only 600 sensors.
Standard methods require 50 years of computation
Conventional state-of-the-art algorithms would need roughly 250,000 forward wave propagation runs, taking an estimated 50 years on 512 A100 GPUs to solve the problem.
Neural network surrogates fail
The hyperbolic wave equations carry information without dissipation, creating an intrinsically high-dimensional problem that violates the manifold hypothesis underlying AI-based surrogates.
⚡ Algorithmic Breakthrough 3 insights
Time-shift invariance enables Toeplitz structure
Exploiting the autonomous nature of the wave physics, the parameter-to-observable map forms a block Toeplitz matrix where each column is a time-shifted version of the first, enabling FFT-based diagonalization.
FFT acceleration reduces solve time to milliseconds
By replacing expensive wave equation solves with FFTs and dense linear algebra optimized for GPUs, the team reduced computation from one hour to mere milliseconds on the same hardware.
Open-source FFTMadVac implementation
The solution is available as an open-source CUDA library built on NVIDIA's cuBLAS and cuFFT, enabling real-time Hessian-vector products for similar extreme-scale inverse problems.
Bottom Line
By exploiting the time-shift invariance of wave physics to create a block Toeplitz matrix structure solvable via FFTs on GPUs, researchers can now perform billion-parameter Bayesian tsunami forecasting in real-time, enabling life-saving sub-minute early warnings for coastal communities.
More from NVIDIA AI Podcast
View all
Build Video Analytics AI Agents with Skills
NVIDIA introduces the Video Search and Summarization (VSS) blueprint for building vision AI agents that process billions of camera streams using vision language models and a new 'skills' framework, enabling deep video search and summarization 60x faster than manual review.
Ask the Experts: Nemotron 3 Nano Omni | Nemotron Labs
NVIDIA researchers detail the development of Nemotron 3 Nano Omni, explaining how they evolved a text-only model into a multimodal system capable of processing vision, audio, and video through progressive training stages while maintaining the hybrid Mamba-Transformer architecture.
Apr 14 - Jetson AI Lab Research Group Call - Tensor RT Edge LLM on Jetson & Culture
NVIDIA researchers Lynn Chai and Luc introduce TensorRT Edge LLM, a purpose-built inference engine for deploying large language models on Jetson edge devices, showcasing NVFP4 quantization and speculative decoding techniques that achieve up to 7x faster prefill speeds and 500 tokens per second generation while previewing a simplified vLLM-style Python API coming soon.
March 10 - Jetson AI Lab Research Group Call - Lightning talks
This Jetson AI Lab Research Group call features lightning talks on open-source hardware for remote Jetson access, a real-time emotional AI engine for robots running entirely on Jetson Nano, and updates to the Jetson AI Lab model repository with new performance benchmarks and deployment guides.