LGAINov 11, 2021

Climate Modeling with Neural Diffusion Equations

arXiv:2111.06011v131 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses climate prediction for environmental science, but it is incremental as it builds on existing neural ODE and diffusion concepts.

The authors tackled climate modeling by proposing a neural diffusion equation (NDE) that combines neural ordinary differential equations with diffusion equations, and their method outperformed eleven baselines on real-world and synthetic datasets by non-trivial margins.

Owing to the remarkable development of deep learning technology, there have been a series of efforts to build deep learning-based climate models. Whereas most of them utilize recurrent neural networks and/or graph neural networks, we design a novel climate model based on the two concepts, the neural ordinary differential equation (NODE) and the diffusion equation. Many physical processes involving a Brownian motion of particles can be described by the diffusion equation and as a result, it is widely used for modeling climate. On the other hand, neural ordinary differential equations (NODEs) are to learn a latent governing equation of ODE from data. In our presented method, we combine them into a single framework and propose a concept, called neural diffusion equation (NDE). Our NDE, equipped with the diffusion equation and one more additional neural network to model inherent uncertainty, can learn an appropriate latent governing equation that best describes a given climate dataset. In our experiments with two real-world and one synthetic datasets and eleven baselines, our method consistently outperforms existing baselines by non-trivial margins.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes