<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Proceedings of Machine Learning Research</title>
    <description>Proceedings of the 2nd International Conference on Probabilistic Numerics
  Held in LUT University, Lappeenranta, Finland on 09-11 September 2026

Published as Volume 341 by the Proceedings of Machine Learning Research on 21 August 2026.

Volume Edited by:
  Toni Karvonen
  Nathanael Bosch
  Jon Cockayne
  Alexandra Gessner
  Philipp Hennig
  Wouter Kouw

Series Editors:
  Tegan Emerson
  Hoel Kervadec
  Neil D. Lawrence
</description>
    <link>https://proceedings.mlr.press/v341/</link>
    <atom:link href="https://proceedings.mlr.press/v341/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 21 Aug 2026 19:40:08 +0000</pubDate>
    <lastBuildDate>Fri, 21 Aug 2026 19:40:08 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Three Costs of Amortizing Gaussian Process Inference with Neural Processes</title>
        <description>Neural processes amortize Gaussian process inference, replacing the exact $O(n^3)$ posterior with a learned $O(n)$ map from context sets to predictive distributions. For a class of latent neural processes, we bound the Kullback–Leibler (KL) divergence between the GP and LNP predictives, decomposing it into three interpretable sources, namely label contamination as the neural process uses label values to estimate a quantity that is label-independent in the exact GP, an information bottleneck because the finite-dimensional representation cannot resolve the full context geometry, and amortization error from a single encoder network shared across all contexts. The bottleneck truncation term decays in the representation dimension $d$ as $O(e^{-cd^{2/d_x}})$ for squared-exponential kernels on $\mathbb{R}^{d_x}$ where $c &gt; 0$ is a kernel-dependent constant and as $O(d^{-2\nu/d_x})$ for Matérn-$\nu$ kernels, directly linking architecture sizing to kernel smoothness and input dimension. The label contamination term is $O(1)$ in general, with only the observation-noise component decaying as $O(1/n)$, identifying a persistent cost of routing uncertainty estimation through a label-dependent representation. These results characterize the costs of amortization within the analyzed class and yield architectural recommendations to predict variance from context locations alone in the GP-amortization regime, and replace mean aggregation with second-order pooling to close the dominant amortization gap.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/young26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/young26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Scaling up Probabilistic PDE Simulators with Structured Volumetric Information</title>
        <description>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 parameters). Gaussian process analogues to classic PDE simulation methods have recently emerged as a framework to construct fully probabilistic estimates of all these types of uncertainty. So far, much of this work focused on theoretical foundations, and as such is not particularly data efficient or scalable. Here we propose a framework combining a discretization scheme based on the well-known Finite Volume Method with complementary numerical linear algebra techniques. Practical experiments, including a spatiotemporal tsunami simulation, demonstrate substantially improved scaling behavior of this approach over previous collocation-based techniques.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/weiland26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/weiland26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Initial Value Problem Uncertainty Propagation</title>
        <description>Probabilistic ODE solvers quantify numerical uncertainty by returning a posterior distribution over the solution, rather than only a point estimate. However, these methods typically assume that the initial value problem (IVP) itself is deterministic and fully known. When initial conditions or parameters are uncertain, increasing the numerical accuracy during the solve should not reduce uncertainty about the IVP itself. Standard probabilistic ODE solvers do not distinguish clearly between numerical uncertainty and IVP uncertainty, and may therefore contract the latter inappropriately. Recent work addressed this issue by combining filtering-based probabilistic ODE solvers with numerical quadrature to marginalise correctly over the IVP uncertainty. We extend this work by formulating this outer marginalisation problem in a Bayesian quadrature framework, allowing uncertainty from the quadrature approximation itself to be quantified alongside propagated IVP uncertainty and conditional solver uncertainty. In addition, for Gaussian uncertainty in the initial conditions or parameters, we derive closed-form recursions that can be incorporated directly into filtering and smoothing methods, thereby avoiding numerical quadrature altogether.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/van-gompel26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/van-gompel26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Bayesian Inference of Discretization Error Means in ODEs via Ensemble Kalman Filtering</title>
        <description>We propose a Bayesian framework to quantify discretization errors in numerical solutions of ODE models based on observational data. The discretization error is modeled as a random variable, and its mean—referred to as the discretization error mean—is inferred from the observations. By introducing a Markov prior on the temporal evolution of the discretization error mean, we formulate the problem as a state-space model with a linear Gaussian observation process, which enables efficient inference via the Ensemble Kalman Filter. We also propose a specific form of a Markov prior motivated by classical discretization error analysis, in which global errors accumulate from local errors. It depends on a step size of a numerical solver, and we establish its convergence rate in probability as the step size tends to zero. Numerical experiments on the pendulum system and the FitzHugh–Nagumo model demonstrate the effectiveness of the proposed approach.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/toyota26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/toyota26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Statistical Finite Elements for Vibration Problems</title>
        <description>Finite element (FE) methods remain one of the most widely used approaches across science and engineering for computing numerical solutions to partial differential equations. Given their widespread use, it is a natural family of methods to be considered within the framework of probabilistic numerics. Previous work has introduced the &quot;statistical finite element method&quot; (statFEM) as a tool for coherent treatment of uncertainty when working with FE models. Current formulations of statFEM rely on the discretised system being represented by a linear system of equations which is then solved. Within the scope of FE approaches there exists an alternative solution for cases where the modeller wishes to investigate the dynamic properties, i.e. resonant frequencies and associated mode shapes, of a system. Recovery of these properties requires solving a generalised eigenvalue problem utilising the discretised mass and stiffness matrices. The contribution of this work is to show how the approach of statFEM may be readily expanded to also cover this case by forming an approximate distribution over the eigenvalues and eigenvectors given a random field prior over one or more of the model properties chosen as a Gaussian process. We demonstrate the effectiveness of this approach on the classic test case of a cantilevered beam showing the approximated uncertainty recovered over both the eigenvalues and the eigenvectors.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/rogers26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/rogers26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Modelling Gas-Phase Reaction Kinetics with Guided Particle Diffusion Sampling</title>
        <description>Physics-guided sampling with diffusion priors has recently shown strong performance in solving complex systems of partial differential equations (PDEs) from sparse observations. However, these methods are typically evaluated on benchmark problems that do not fully demonstrate their ability to generate temporally consistent solutions of time-dependent PDEs, often focusing instead on reconstructing a single snapshot. In this work, we apply these methods to gas-phase reaction kinetics problems governed by the advection-reaction-diffusion (ARD) equation, providing a setting that more closely reflects realistic laboratory experiments. We demonstrate that guided sampling can be used to reconstruct full spatiotemporal trajectories, rather than isolated states. Furthermore, we show that these methods generalise to previously unseen parameter regimes, highlighting their potential for real-world applications.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/millard26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/millard26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Composing Non-Conjugate Factor Graphs with Closed-Form Variational Inference</title>
        <description>Stacking probabilistic building blocks into deeper architectures typically breaks closed-form inference. We show that closed-form inference can be preserved. We identify five factor-graph primitives: a bilinear factor, an exponential link, a Gamma prior, a Gaussian likelihood, and an equality node, and prove that any model composed from them admits closed-form variational message passing. The construction works because each primitive preserves a small set of message families: under mean-field factorization, messages on Gaussian variables remain Gaussian and messages on precision variables remain Gamma, while the only non-conjugate interface, the exponential link, remains tractable through the Gaussian moment-generating function and the sufficient statistics of the Gamma family. We demonstrate composition at increasing depth, from static ensembles through input-dependent gating to split-branch routing, and show that stacking routing layers encodes arbitrary decision trees, establishing universal function approximation with closed-form inference. Applied to ensemble time-series forecasting, the framework yields a Bayesian mixture of experts in which gating functions are inferred rather than learned, providing calibrated uncertainty over expert selection across five benchmark datasets.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/lukashchuk26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/lukashchuk26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Inter-Domain Gaussian Processes with Arbitrary Mean Functions in Factor Graphs</title>
        <description>The modeling flexibility and expressivity of inter-domain Gaussian processes, enabled by applying arbitrary linear operators to a latent Gaussian process, is significant and desirable in robotics and probabilistic numerics communities. However, inter-domain Gaussian processes have not yet been available in a probabilistic message-passing formulation. In this paper, we formalize how to enable inter-domain observations for Gaussian processes in a variational message-passing framework. We develop a decoupled inter-domain variational sparse Gaussian process (dID-VSGP) model for univariate latent Gaussian processes with arbitrary mean functions, and derive the mean-field variational message-passing update rules that allow inference in this model. We validate our derivations in a shape exploration and modeling task, and by solution to a linear stochastic partial differential equation representative of physics-informed exploration. We confirm that our message-passing implementation maintains the same scaling complexity as the VSGP analytical solution. Our results further unify the analytical and message-passing approaches to variational inference and enable inter-domain observations in factor-graph Gaussian processes.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/ledbetter26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/ledbetter26a.html</guid>
        
        
      </item>
    
      <item>
        <title>BayesSum: Bayesian Quadrature in Discrete Spaces</title>
        <description>This paper addresses the challenging computational problem of estimating intractable expectations over discrete domains.  Existing approaches, including Monte Carlo and Russian Roulette estimators, are consistent but often require a large number of samples to achieve accurate results. We propose a novel estimator, \emph{BayesSum}, which is an extension of Bayesian quadrature to discrete domains. It is more sample efficient than alternatives due to its ability to make use of prior information about the integrand through a Gaussian process. We show this through theory, deriving a convergence rate significantly faster than Monte Carlo in a broad range of settings. We also demonstrate empirically that our proposed method does indeed require fewer samples on several synthetic settings as well as for parameter estimation for Conway-Maxwell-Poisson and Potts models.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/kang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/kang26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Computation-Aware Kalman Filtering with Model Selection for Neural Dynamics</title>
        <description>Due to their explicit priors and ability to model uncertainty, Bayesian methods have played a major role in dynamical latent variable modeling of single-cell neural recordings. However, modern-sized datasets have made overparameterized deep networks the preferred methods of choice due to their predictive power and favorable computational scaling. While many posterior approximations exist, all incur approximation errors. Recent work accounts for this error in the form of computational uncertainty but comes at the cost of quadratic complexity and assumes fixed model hyperparameters. Here we extend this development to model selection, including a novel training loss and optimization scheme, which yields tractable inference in large state-spaces. We introduce a framework, the Computation-Aware State-Space Model (CASSM), specifically designed for the scale-imbalanced regime, where the number of trials is significantly lower than the number of recorded neurons. In this regime, for both synthetic and real data, we show that our method is competitive with data-hungry deep networks, with significantly improved uncertainty calibration over previous attempts to scale Bayesian methods. Our experiments provide a roadmap to neuroscience researchers in choosing from a host of potential dynamical latent variable models given key dataset properties and constraints.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/huml26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/huml26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Probabilistic Numerics for Hamiltonian Dynamics</title>
        <description>Many ordinary differential equations (ODEs) encountered in science originate from physical principles that contain substantially more structure than the ODE alone. In particular, Hamiltonian systems arise from variational principles, possess a symplectic structure, and exhibit conservation laws induced by symmetries. Standard probabilistic ODE solvers, that typically condition on the residual of the ODE, can overlook this additional physical information. In this paper, we focus on Hamiltonian dynamics, we revisit variational integrators and propose a probabilistic-numerical extension, based on a physics-informed prior. Furthermore, we discuss the symmetry-based Bayesian ODE framework of Wang et al. (2020), clarifying the role of integrability in Hamiltonian systems and the related Lie-algebra structure in defining Bayesian formulations</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/de-ceuster26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/de-ceuster26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Modified Bryson-Frazier Smoothing and Hyperparameter Learning for Temporal Gaussian Process Regression</title>
        <description>One-dimensional Gaussian processes with stationary, integrable kernel functions admit exact or arbitrarily accurate state-space representations, enabling linear-time inference through Kalman filtering and Rauch-Tung-Striebel (RTS) smoothing. However, the RTS smoother requires inversion of predicted state covariance matrices, which can become ill-conditioned and may therefore lead to numerical instabilities. In this work, we revisit the modified Bryson-Frazier (MBF) smoother as an alternative to the RTS smoother for Gaussian process regression in its state-space representation. In addition to reducing computational cost and memory requirements, the MBF smoother computes the same posterior distributions as the RTS smoother while avoiding the problematic covariance matrix inversion and the associated numerical instabilities. Furthermore, we demonstrate that the intermediate quantities computed by the MBF smoother can be reused to compute gradients of the negative log marginal likelihood, enabling kernel hyperparameter learning with minimal additional cost. Together, these results establish the MBF smoother as a unified and numerically robust approach to inference and kernel hyperparameter learning for one-dimensional Gaussian process regression.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/colemont26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/colemont26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Calibrating Black-Box Probabilistic Numerical Methods</title>
        <description>Black-box probabilistic numerical methods offer the tantalising prospect of endowing any (scalar) output from any (consistent) numerical code with a Bayesian credible interval.  The idea is to construct a dataset containing simulations of increasing precision, and to cast extrapolation of these data to the infinite precision limit as a prediction task.  However, calibrating probabilistic predictions is challenging when working with a small dataset.  For codes with multiple outputs, treating each (scalar) output independently can result in large variation in credible intervals between outputs whose numerical accuracy ought to be similar.  A principled solution is to formulate a multivariate prediction task, but this requires a statistical model capable of describing the (possibly complex) multivariate phenomenon being simulated, which goes against the spirit of the black-box framework.  This paper proposes and analyses a simple approach to couple together related prediction tasks while preserving the simplicity of the black-box framework.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/chen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/chen26a.html</guid>
        
        
      </item>
    
      <item>
        <title>Physics-informed machine learning for wind turbulence reconstruction with lidar under aircraft motion</title>
        <description>We propose a physics-informed machine learning method for reconstructing 3d turbulent wind from partial, noisy  and accumulated over time  observations obtained via lidar measurements. This method, which is optimal in terms of mean squared error, combines Gaussian process regression with a physics-informed kernel that leverages prior knowledge of the turbulence structure, as provided by the von Karman turbulence model.</description>
        <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v341/capmas-pernet26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v341/capmas-pernet26a.html</guid>
        
        
      </item>
    
  </channel>
</rss>
