```javascript
javascript:(function(){var url=window.location.href;if(url.match(/arxiv\.org\/pdf\//)){window.location.href=url.replace('/pdf/','/abs/');}else if(url.match(/openreview\.net\/pdf\?id=/)){window.location.href=url.replace('/pdf?id=','/forum?id=');}})();
```
24.10.2025 08:21
๐ 0
๐ 0
๐ฌ 0
๐ 0
Thanks to this meme I finally did something I should have done a long time ago and created a javascript bookmarklet that changes the URL, and did the same for openreview links. To try it out, just create a bookmark with the JS code below and click it to be redirected to the abstract/forum page!
24.10.2025 08:21
๐ 1
๐ 0
๐ฌ 1
๐ 0
A Flexible and Efficient Framework for Probabilistic Numerical Simulation and Inference
There are many more things that I'd love to write about - e.g. robust parameter inference in neuroscience ODEs - but I think my thesis does a better job at explaining everything.
๐ Full thesis: tobias-lib.uni-tuebingen.de/xmlui/handle...
5/6
30.05.2025 10:02
๐ 5
๐ 0
๐ฌ 1
๐ 0
Two more examples: We can add linear ODEs to the prior to create a probabilistic version of "exponential integrators". onlinear information (e.g. conservation laws) can be included in the likelihood to get more plausible solutions - see gif.
[2] tinyurl.com/2av3e4te
[3] tinyurl.com/bddfkwcu
4/6
30.05.2025 10:02
๐ 5
๐ 0
๐ฌ 1
๐ 0
It turns out that this framework is quite convenient: You can easily customize each building block - prior, likelihood, inference - to adjust the solver and its properties. For example, by using a time-parallel smoother we obtain a parallel-in-time ODE solver!
[1] www.jmlr.org/papers/v25/2...
3/6
30.05.2025 10:02
๐ 4
๐ 0
๐ฌ 1
๐ 0
The main trick is to reformulate "solving an ODE" as "Bayesian state estimation" by turning the ODE into a nonlinear observation model. With a suitable prior - a Gauss-Markov process - you can solve the resulting problem with Bayesian filtering to obtain a probabilistic numerical ODE solution.
2/6
30.05.2025 10:02
๐ 6
๐ 0
๐ฌ 1
๐ 0
๐ My PhD dissertation is now online! Traditional ODE solvers compute a single solution estimate - Probabilistic solvers also tell you how reliable they are! In my PhD, I established them as a Flexible and Efficient Framework for Probabilistic Simulation and Inference.
๐ tinyurl.com/mt3sffb
๐งต 1/6
30.05.2025 10:02
๐ 28
๐ 1
๐ฌ 3
๐ 1
๐
28.11.2024 21:51
๐ 1
๐ 0
๐ฌ 1
๐ 0
We are organising the First International Conference on Probabilistic Numerics (ProbNum 2025) at EURECOM in southern France in Sep 2025. Topics: AI, ML, Stat, Sim, and Numerics. Reposts very much appreciated!
probnum25.github.io
17.11.2024 07:06
๐ 46
๐ 24
๐ฌ 3
๐ 6