Skip to main content

Showing 1–10 of 10 results for author: Pförtner, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2503.08343  [pdf, other

    cs.LG math.NA

    Flexible and Efficient Probabilistic PDE Solvers through Gaussian Markov Random Fields

    Authors: Tim Weiland, Marvin Pförtner, Philipp Hennig

    Abstract: Mechanistic knowledge about the physical world is virtually always expressed via partial differential equations (PDEs). Recently, there has been a surge of interest in probabilistic PDE solvers -- Bayesian statistical models mostly based on Gaussian process (GP) priors which seamlessly combine empirical measurements and mechanistic knowledge. As such, they quantify uncertainties arising from e.g.… ▽ More

    Submitted 11 March, 2025; originally announced March 2025.

  2. arXiv:2407.13711  [pdf, other

    cs.LG cs.AI

    FSP-Laplace: Function-Space Priors for the Laplace Approximation in Bayesian Deep Learning

    Authors: Tristan Cinquin, Marvin Pförtner, Vincent Fortuin, Philipp Hennig, Robert Bamler

    Abstract: Laplace approximations are popular techniques for endowing deep networks with epistemic uncertainty estimates as they can be applied without altering the predictions of the trained network, and they scale to large models and datasets. While the choice of prior strongly affects the resulting posterior distribution, computational tractability and lack of interpretability of the weight space typicall… ▽ More

    Submitted 31 October, 2024; v1 submitted 18 July, 2024; originally announced July 2024.

  3. arXiv:2406.05072  [pdf, other

    cs.LG stat.ML

    Linearization Turns Neural Operators into Function-Valued Gaussian Processes

    Authors: Emilia Magnani, Marvin Pförtner, Tobias Weber, Philipp Hennig

    Abstract: Neural operators generalize neural networks to learn mappings between function spaces from data. They are commonly used to learn solution operators of parametric partial differential equations (PDEs) or propagators of time-dependent PDEs. However, to make them useful in high-stakes simulation scenarios, their inherent predictive error must be quantified reliably. We introduce LUNO, a novel framewo… ▽ More

    Submitted 31 January, 2025; v1 submitted 7 June, 2024; originally announced June 2024.

    MSC Class: G.1.0; I.2.6; G.3; G.1.8

  4. arXiv:2406.05020  [pdf, other

    cs.LG math.NA

    Scaling up Probabilistic PDE Simulators with Structured Volumetric Information

    Authors: Tim Weiland, Marvin Pförtner, Philipp Hennig

    Abstract: Modeling real-world problems with partial differential equations (PDEs) is a prominent topic in scientific machine learning. Classic solvers for this task continue to play a central role, e.g. to generate training data for deep learning analogues. Any such numerical solution is subject to multiple sources of uncertainty, both from limited computational resources and limited data (including unknown… ▽ More

    Submitted 7 June, 2024; originally announced June 2024.

  5. arXiv:2406.03334  [pdf, other

    cs.LG stat.ML

    Reparameterization invariance in approximate Bayesian inference

    Authors: Hrittik Roy, Marco Miani, Carl Henrik Ek, Philipp Hennig, Marvin Pförtner, Lukas Tatzel, Søren Hauberg

    Abstract: Current approximate posteriors in Bayesian neural networks (BNNs) exhibit a crucial limitation: they fail to maintain invariance under reparameterization, i.e. BNNs assign different posterior densities to different parametrizations of identical functions. This creates a fundamental flaw in the application of Bayesian principles as it breaks the correspondence between uncertainty over the parameter… ▽ More

    Submitted 10 February, 2025; v1 submitted 5 June, 2024; originally announced June 2024.

  6. arXiv:2405.08971  [pdf, other

    cs.LG math.NA stat.ML

    Computation-Aware Kalman Filtering and Smoothing

    Authors: Marvin Pförtner, Jonathan Wenger, Jon Cockayne, Philipp Hennig

    Abstract: Kalman filtering and smoothing are the foundational mechanisms for efficient inference in Gauss-Markov models. However, their time and memory complexities scale prohibitively with the size of the state space. This is particularly problematic in spatiotemporal regression problems, where the state dimension scales with the number of spatial observations. Existing approximate frameworks leverage low-… ▽ More

    Submitted 12 March, 2025; v1 submitted 14 May, 2024; originally announced May 2024.

  7. arXiv:2312.14886  [pdf, other

    cs.LG math.PR math.ST stat.ML

    Sample Path Regularity of Gaussian Processes from the Covariance Kernel

    Authors: Nathaël Da Costa, Marvin Pförtner, Lancelot Da Costa, Philipp Hennig

    Abstract: Gaussian processes (GPs) are the most common formalism for defining probability distributions over spaces of functions. While applications of GPs are myriad, a comprehensive understanding of GP sample paths, i.e. the function spaces over which they define a probability measure, is lacking. In practice, GPs are not constructed through a probability measure, but instead through a mean function and a… ▽ More

    Submitted 16 February, 2024; v1 submitted 22 December, 2023; originally announced December 2023.

  8. arXiv:2212.12474  [pdf, other

    cs.LG math.NA stat.ML

    Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers

    Authors: Marvin Pförtner, Ingo Steinwart, Philipp Hennig, Jonathan Wenger

    Abstract: Linear partial differential equations (PDEs) are an important, widely applied class of mechanistic models, describing physical processes such as heat transfer, electromagnetism, and wave propagation. In practice, specialized numerical methods based on discretization are used to solve PDEs. They generally use an estimate of the unknown model parameters and, if available, physical measurements for i… ▽ More

    Submitted 28 April, 2024; v1 submitted 23 December, 2022; originally announced December 2022.

  9. arXiv:2205.15449  [pdf, other

    cs.LG math.NA stat.ML

    Posterior and Computational Uncertainty in Gaussian Processes

    Authors: Jonathan Wenger, Geoff Pleiss, Marvin Pförtner, Philipp Hennig, John P. Cunningham

    Abstract: Gaussian processes scale prohibitively with the size of the dataset. In response, many approximation methods have been developed, which inevitably introduce approximation error. This additional source of uncertainty, due to limited computation, is entirely ignored when using the approximate posterior. Therefore in practice, GP models are often as much about the approximation method as they are abo… ▽ More

    Submitted 9 October, 2023; v1 submitted 30 May, 2022; originally announced May 2022.

    Comments: Advances in Neural Information Processing Systems (NeurIPS 2022)

  10. arXiv:2112.02100  [pdf, other

    cs.MS cs.LG math.NA

    ProbNum: Probabilistic Numerics in Python

    Authors: Jonathan Wenger, Nicholas Krämer, Marvin Pförtner, Jonathan Schmidt, Nathanael Bosch, Nina Effenberger, Johannes Zenn, Alexandra Gessner, Toni Karvonen, François-Xavier Briol, Maren Mahsereci, Philipp Hennig

    Abstract: Probabilistic numerical methods (PNMs) solve numerical problems via probabilistic inference. They have been developed for linear algebra, optimization, integration and differential equation simulation. PNMs naturally incorporate prior information about a problem and quantify uncertainty due to finite computational resources as well as stochastic input. In this paper, we present ProbNum: a Python l… ▽ More

    Submitted 3 December, 2021; originally announced December 2021.