publications
2024
- NeurIPS 2024Probabilistic predictions with Fourier neural operatorsChristopher Bülte, Scholl Philipp, and Kutyniok GittaNeurIPS 2024 workshop on Bayesian Decision-making and Uncertainty, 2024
Neural networks have been successfully applied in modeling partial differential equations, especially in dynamical systems. Commonly used models, such as neural operators, are performing well at deterministic prediction tasks, but lack a quantification of the uncertainty inherent in many complex systems, for example weather forecasting. In this paper, we explore a new approach that combines Fourier neural operators with generative modeling based on strictly proper scoring rules in order to create well-calibrated probabilistic predictions of dynamical systems. We demonstrate improved predictive uncertainty for our approach, especially in settings with very high inherent uncertainty.
- arXivEstimation of Spatio-Temporal Extremes via Generative Neural NetworksChristopher Bülte, Lisa Leimenstoll, and Melanie SchienlearXiv preprint arXiv:2407.08668, 2024
Recent methods in modeling spatial extreme events have focused on utilizing parametric max-stable processes and their underlying dependence structure. In this work, we provide a unified approach for analyzing spatial extremes with little available data by estimating the distribution of model parameters or the spatial dependence directly. By employing recent developments in generative neural networks we predict a full sample-based distribution, allowing for direct assessment of uncertainty regarding model parameters or other parameter dependent functionals. We validate our method by fitting several simulated max-stable processes, showing a high accuracy of the approach, regarding parameter estimation, as well as uncertainty quantification. Additional robustness checks highlight the generalization and extrapolation capabilities of the model, while an application to precipitation extremes across Western Germany demonstrates the usability of our approach in real-world scenarios.
- arXivUncertainty Quantification for Data-Driven Weather ModelsChristopher Bülte, Nina Horat, Julian Quinting, and Sebastian LercharXiv preprint arXiv:2403.13458, 2024
Artificial intelligence (AI)-based data-driven weather forecasting models have experienced rapid progress over the last years. Recent studies, with models trained on reanalysis data, achieve impressive results and demonstrate substantial improvements over state-of-the-art physics-based numerical weather prediction models across a range of variables and evaluation metrics. Beyond improved predictions, the main advantages of data-driven weather models are their substantially lower computational costs and the faster generation of forecasts, once a model has been trained. However, most efforts in data-driven weather forecasting have been limited to deterministic, point-valued predictions, making it impossible to quantify forecast uncertainties, which is crucial in research and for optimal decision making in applications. Our overarching aim is to systematically study and compare uncertainty quantification methods to generate probabilistic weather forecasts from a state-of-the-art deterministic data-driven weather model, Pangu-Weather. Specifically, we compare approaches for quantifying forecast uncertainty based on generating ensemble forecasts via perturbations to the initial conditions, with the use of statistical and machine learning methods for post-hoc uncertainty quantification. In a case study on medium-range forecasts of selected weather variables over Europe, the probabilistic forecasts obtained by using the Pangu-Weather model in concert with uncertainty quantification methods show promising results and provide improvements over ensemble forecasts from the physics-based ensemble weather model of the European Centre for Medium-Range Weather Forecasts for lead times of up to 5 days.
2023
- Energy & AIMultivariate Time Series Imputation for Energy Data Using Neural NetworksChristopher Bülte, Max Kleinebrahm, Hasan Ümitcan Yilmaz, and Juan Gómez-RomeroEnergy and AI, 2023
Multivariate time series with missing values are common in a wide range of applications, including energy data. Existing imputation methods often fail to focus on the temporal dynamics and the cross-dimensional correlation simultaneously. In this paper we propose a two-step method based on an attention model to impute missing values in multivariate energy time series. First, the underlying distribution of the missing values in the data is learned. This information is then further used to train an attention based imputation model. By learning the distribution prior to the imputation process, the model can respond flexibly to the specific characteristics of the underlying data. The developed model is applied to European energy data, obtained from the European Network of Transmission System Operators for Electricity. Using different evaluation metrics and benchmarks, the conducted experiments show that the proposed model is preferable to the benchmarks and is able to accurately impute missing values.
2021
- ICML 2021Applying transformer to imputation of multivariate energy time series dataHasan Ümitcan Yilmaz, Max Kleinebrahm, Christopher Bülte, and Juan Gómez-RomeroICML 2021 Workshop on Tackling Climate Change with Machine Learning, 2021
To reduce the greenhouse gas emissions from electricity production, it is necessary to switch to an energy system based on renewable energy sources (RES). However, intermittent electricity generation from RES poses challenges for energy systems. The primary input for data-driven solutions is data on electricity generation from RES, whichusually contain many missing values. This proposal studies the use of attention-based algorithms to impute missing values of electricity production,electricity demand and electricity prices. Since attention mechanisms allow us to take into account dependencies between time series across multiple dimensions efficiently, our approach goes beyond classic statistical methods and incorporates many related variables, such as electricity price, demand and production by other sources. Our preliminary results show that while transformers can come at higher computational costs, they are more precise than classical imputation methods.