SOTAVerified

Scalable Data Assimilation with Message Passing

2024-04-19Code Available0· sign in to hype

Oscar Key, So Takao, Daniel Giles, Marc Peter Deisenroth

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Data assimilation is a core component of numerical weather prediction systems. The large quantity of data processed during assimilation requires the computation to be distributed across increasingly many compute nodes, yet existing approaches suffer from synchronisation overhead in this setting. In this paper, we exploit the formulation of data assimilation as a Bayesian inference problem and apply a message-passing algorithm to solve the spatial inference problem. Since message passing is inherently based on local computations, this approach lends itself to parallel and distributed computation. In combination with a GPU-accelerated implementation, we can scale the algorithm to very large grid sizes while retaining good accuracy and compute and memory requirements.

Tasks

Reproductions