Scalable Uncertainty Quantification for Extreme Weather Forecasting via Empirical Neural Tangent Kernels
Summary
Neural Tangent Kernel-based uncertainty quantification (NTK-UQ) addresses the critical gap in deep learning weather models, which currently provide deterministic forecasts without crucial uncertainty estimates for extreme weather events. This scalable method utilizes last-layer empirical features. Theoretical analysis reveals UQ quality is architecture-dependent, influenced by a variance collapse mechanism where aggressive eigenvalue truncation (e.g., k \u2264 10 for spectral operators) can destroy discrimination, while attention-based models tolerate full-rank computation. Decomposition performance benefits from Independent Component Analysis (ICA) for heavy-tailed extreme-event features, leveraging higher-order statistics, outperforming Singular Value Decomposition (SVD). A data-driven rule selects between ICA and SVD based on the feature eigenspectrum concentration ratio. NTK-UQ achieves 31-37% sharper prediction intervals at 90% coverage compared to split conformal prediction and uniquely generates adaptive intervals scaling with event severity. It requires no retraining, with inference-time uncertainty needing only a single matrix-vector product per sample.
Key takeaway
For AI Scientists and Research Scientists developing deep learning weather models, integrating Neural Tangent Kernel-based uncertainty quantification (NTK-UQ) is crucial. This method provides adaptive, sharper prediction intervals for extreme weather, a capability standard conformal prediction lacks. You should consider NTK-UQ to enhance forecast reliability and support high-stakes decision-making, especially when dealing with heavy-tailed data distributions. Implement the data-driven ICA/SVD selection rule to optimize decomposition performance.
Key insights
NTK-UQ provides scalable, architecture-aware uncertainty quantification for deep learning weather models, outperforming conformal prediction.
Principles
- UQ quality is architecture-dependent.
- Variance collapse impacts UQ discrimination.
- ICA excels for heavy-tailed extreme event features.
Method
NTK-UQ uses last-layer empirical features, applying a data-driven rule to select ICA or SVD based on feature eigenspectrum concentration for decomposition, then computes uncertainty via a single matrix-vector product.
In practice
- Apply NTK-UQ for adaptive weather forecast intervals.
- Use ICA for heavy-tailed extreme event features.
- Select decomposition based on eigenspectrum ratio.
Topics
- Uncertainty Quantification
- Extreme Weather Forecasting
- Neural Tangent Kernels
- Deep Learning Weather Models
- Independent Component Analysis
- Conformal Prediction
Best for: AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.