REVIEW 2 major objections 6 minor 295 references
Bayesian Inference of Discretization Error Means in ODEs via Ensemble Kalman Filtering
T0 review · 2 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read The paper claims that the mean of the discretization error in numerical ODE solutions can be inferred from noisy observations—including its direction, not just its magnitude—by treating that mean as a latent state and filtering it with the
desk verdict Clean conditional theorems but the experiments don't satisfy the theorem's hypotheses; the mean-error idea is a real but incremental extension. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The key object is the Markov prior (15), μ_{i,j+1} = M_{i,j} μ_{i,j} + L̃(t_{i,j}), which encodes how global errors accumulate from local errors. The matrix M is drawn from a distribution P and is meant to approximate I + h∇f; in the experiments it is mI with m∼N(1,β²). Together with the observation model y_t = Hμ_t + ε_t, this prior turns the problem into an EnKF-ready linear-Gaussian state-space model. Theorem 3.1 provides the step-size asymptotics that connect the prior to classical order theory.
What would settle it
Compute the exact discretization error for a system with a known reference solution (e.g., the pendulum with a fine reference solve), run the EnKF estimator with the paper's prior at h=0.05, and check whether the posterior mean follows the sign and magnitude of the true error. The central claim fails if the inferred mean does not track the true error trajectory beyond the observation-noise level. To test the theorem instead, replace the prior with one whose spread around the identity is O(h), and check whether the posterior error shrinks at rate h^{min(a,b)} as h→0.
Extended reading notes
Core claim
The central claim is that the mean of the discretization error—not just its variance—is identifiable from observational data under a Markov prior derived from the recursion G(t_{i,j+1}) ≈ (I + h∇f)G(t_{i,j}) + L(t_{i,j}). Because the observation equation can be rewritten as y_t = Hμ_t + ε_t with Gaussian noise, the latent error mean can be filtered with the Ensemble Kalman Filter. Theorem 3.1 establishes that, if the multiplier M in the prior satisfies E∥I−M∥_op ≤ C_M h and the solver has local order a, then the prior mean converges to zero in probability at rate O_p(h^{min(a,b)}). The paper argues this recovers both magnitude and direction of the error, which variance-only approaches cannot
Load-bearing premise
The load-bearing premise behind the convergence-rate theorem (Theorem 3.1, Condition (I)) is that the random multiplier M in the prior satisfies E∥I−M∥_op ≤ C_M h, shrinking to the identity as the step h goes to zero; the Gaussian prior m∼N(1,β²) used in the Section 4 experiments has E|1−m| = β√(2/π), a constant independent of h, so Condition (I) is not met for fixed β>0 and the theorem does not directly cover the experimental prior.
Editorial extensions
If this is right
- Practitioners can infer the actual direction of discretization error from noisy data and shift the numerical trajectory toward the true solution.
- The linear-Gaussian formulation scales to higher-dimensional systems where particle-filter alternatives suffer degeneracy, as the Lorenz-96 experiment shows.
- The prior's convergence rate O_p(h^{min(a,b)}) gives a principled step-size-aware prior for Bayesian ODE workflows.
- The method extends variance-only discretization-error quantification by enabling mean correction, not just uncertainty inflation.
- Hyperparameter selection via marginal likelihood tends to choose α=1, matching the condition E[M]≈I and giving a default calibration.
Reading between the lines
- A prior with variance scaling like h—so that Condition (I) of Theorem 3.1 holds exactly—would put the experimental setup under the theorem's hypotheses; one could test whether the fixed-β Gaussian prior is the reason observed rates might differ from O(h).
- The same Markov-prior idea could be coupled with parameter estimation, jointly inferring numerical error and model parameters instead of assuming the solver is accurate.
- The recursion behind the prior could be adapted to stochastic differential equation integrators or spatial discretizations of PDEs, wherever local errors accumulate through a linearized flow.
- Jointly modeling mean and variance in a single state-space model, as the conclusion hints, may yield more honest credible intervals than mean-only correction.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a Bayesian framework for quantifying the mean discretization error in numerical ODE solutions from noisy observations. It models x(t_i)-x_{t_i} ~ N(μ_i, Σ), places a Markov prior on μ derived from local-error accumulation, and performs inference with the Ensemble Kalman Filter (EnKF) with fixed-lag smoothing. The main theoretical results are Theorem 2.1 (the EnKF ensemble moments converge to the true Gaussian posterior moments in the large-ensemble limit) and Theorem 3.1 (the proposed Markov prior converges to zero at rate O_p(h^{min(a,b)}) under Conditions (I)-(IV)). Numerical experiments on the pendulum, FitzHugh-Nagumo, and Lorenz-96 systems illustrate error-direction recovery and predictive correction of the numerical solution.
Significance. If the results hold, the framework is a useful extension of the discretization-error-variance literature: modeling the mean rather than only the covariance provides directional information about discretization error, and the linear-Gaussian observation form allows EnKF rather than particle filtering, with potential high-dimensional advantages. The paper contains self-contained proofs of both theorems, and Theorem 3.1 gives a clean asymptotic justification of the prior in the idealized setting. The experimental evidence is suggestive but, as discussed below, is not currently tied to the theorem's hypotheses.
major comments (2)
- [Appendix E, Table 3] Condition (I) of Theorem 3.1 requires E_{M~P_λ} ||I-M||_op ≤ C_M h. In all experiments M = mI with m ~ N(α,β^2), so E||I-M||_op = E|1-m| = β√(2/π). For β = 0.3 this is ≈ 0.239, which is independent of h; no h-dependent scaling is introduced. Moreover p(μ_{t0}) = N(0,I) gives E||μ_{t0}|| constant, contradicting Condition (III) for any b > 0. Consequently Theorem 3.1 does not apply to the experimental configuration, and the statement in §4 that α=1 is 'consistent with the theoretical implication' conflates E[M]=I with the operator-norm deviation condition. The observed performance in Figures 2-6 cannot be attributed to the convergence theorem. Please either use h-dependent priors (e.g., β = O(h) and p_h(μ_0) with scale h^b) so that Conditions (I) and (III) hold, or expressly restrict the theoretical claims to the idealized setting.
- [Appendix E, Table 3] The EnKF-vs-PF comparison is not controlled: EnKF hyperparameters were selected by maximizing the marginal likelihood, while PF was assigned fixed (α,β,γ)=(1,1,1) because the computed log-marginal likelihood overflowed. Thus Table 3 and Figure 6 may reflect hyperparameter mismatch rather than a property of the filter. To support the claimed high-dimensional advantage, either tune PF by the same or an equivalent criterion, or report both filters with identical hyperparameters.
minor comments (6)
- [§3.3] Condition (II) is stated as L(t_i,j) ≤ C_L h^{a+1} without a norm; the proof uses the norm, so add ||·||.
- [§4] The 'ensemble-based estimate of the marginal likelihood' used for hyperparameter selection is not defined. Please provide the estimator or a reference, especially since hyperparameter choice drives the experiments.
- [Algorithm 1] The return line contains a typo ('aensembles') and the output set notation is confusing; please clarify which ensembles are returned.
- [§2.3.2, Eq. (9)] The observation noise ε_t has nonzero mean Hx_t; the text correctly notes this, but an explicit zero-mean reformulation would help readability.
- [Figures 2-5] Please describe how the pointwise credible intervals are computed from the ensemble/smoother samples.
- [References] Several related works are cited as preprints; ensure full publication data are provided where available.
Circularity Check
No significant circularity: the Markov prior is derived from classical local-error analysis, Theorem 3.1 is proved from explicit conditions, and self-citations are not load-bearing.
full rationale
The central derivation is self-contained. The proposed Markov prior (15) is motivated by the classical global-error propagation identity derived in Section 3.1 via the mean-value theorem (Eq. 14), not by the paper's target result. Theorem 3.1 is proved in Appendix C directly from Conditions (I)-(IV) using Markov's inequality and a recursive error bound; no step of the proof assumes the posterior being estimated or the numerical results being claimed. The experiments compare the inferred discretization-error mean against a highly accurate independent reference solution, so the demonstration is not constructed from the fitted posterior itself. There is repeated self-citation to Toyota and Miyatake (2025), but the cited prior construction and Theorem 4.1 are re-derived here with proof, so the citation is not load-bearing. A separate concern--that the experimental prior M=mI with m~N(alpha,beta^2) has E|1-m| constant in h and p(mu_0)=N(0,I), so Conditions (I) and (III) of Theorem 3.1 are not satisfied, making the Section 4 claim 'consistent with the theoretical implication' unsupported--is an applicability/correctness gap, not a circular reduction: Theorem 3.1 is a conditional statement and the empirical validation has independent content through the reference-solution comparison.
Assumptions & free parameters
free parameters (3)
- α (mean of m in M=mI) =
1.0 (pendulum, FHN, Lorenz-96)
- β (std of m in M=mI) =
0.3 (pendulum), 0.3 (FHN), 1.0 (Lorenz-96)
- γ (scale of discretization error covariance Σ=γI) =
0.5 (pendulum), 4.0 or reported 0.4 (FHN), 1.0 (Lorenz-96)
assumptions (7)
- domain assumption The exact solution x(t) satisfies the ODE dx/dt=f(x) with continuous f.
- domain assumption Observations follow y*_t = Hx(t)+ε_t with ε_t∼N(0,Γ), Γ known positive definite.
- ad hoc to paper Discretization error is Gaussian: x(t_i)−x_{t_i} ∼ N(μ_i, Σ).
- ad hoc to paper Condition (I): E||I−M||_op ≤ C_M h.
- domain assumption Condition (II): local error L(t_i,j) ≤ C_L h^{a+1} for a solver of order a.
- ad hoc to paper Condition (III): E||μ_t0|| ≤ C_μ h^b.
- ad hoc to paper Condition (IV): M_i,j is independent of μ_i,j.
Cite this review
Pith. "Pith review of Bayesian Inference of Discretization Error Means in ODEs via Ensemble Kalman Filtering." pith.science (2026). https://pith.science/paper/LEEZGJWA
@misc{pith2026260726552,
author = {Pith},
title = {Pith review of: Bayesian Inference of Discretization Error Means in ODEs via Ensemble Kalman Filtering},
year = {2026},
howpublished = {\url{https://pith.science/paper/LEEZGJWA}},
note = {Machine review of arXiv:2607.26552}
}
read the original abstract
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. The proposed prior depends on the 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.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
doi:10.1137/140951758 , journal =
An Adaptive Shifted Power Method for Computing Generalized Tensor Eigenpairs , author =. doi:10.1137/140951758 , journal =
-
[2]
Proceedings of the royal society of london
A contribution to the mathematical theory of epidemics , author=. Proceedings of the royal society of london. Series A, Containing papers of a mathematical and physical character , volume=. 1927 , publisher=
1927
-
[3]
Propagating Model Uncertainty through Filtering-based Probabilistic Numerical
Yao, Dingling and Tronarp, Filip and Bosch, Nathanael , booktitle =. Propagating Model Uncertainty through Filtering-based Probabilistic Numerical
-
[4]
2013 , publisher=
Matrix computations , author=. 2013 , publisher=
2013
-
[5]
Analysis scheme in the ensemble
Burgers, Gerrit and Jan van Leeuwen, Peter and Evensen, Geir , journal=. Analysis scheme in the ensemble
-
[6]
Adaptive Probabilistic
Kr\". Adaptive Probabilistic. Proceedings of the First International Conference on Probabilistic Numerics , year =
-
[7]
Nature , year=
Fluctuations in the Abundance of a Species considered Mathematically , author=. Nature , year=
-
[8]
2010 , publisher=
Modern control engineering , author=. 2010 , publisher=
2010
Show all 295 references
-
[9]
Biophysical journal , volume=
Impulses and physiological states in theoretical models of nerve membrane , author=. Biophysical journal , volume=. 1961 , publisher=
1961
-
[10]
and Richardson, S
Gilks, W.R. and Richardson, S. and Spiegelhalter, D. , interhash =
-
[11]
Parallel-in-time probabilistic numerical
Bosch, Nathanael and Corenflos, Adrien and Yaghoobi, Fatemeh and Tronarp, Filip and Hennig, Philipp and S. Parallel-in-time probabilistic numerical. Journal of Machine Learning Research , volume=
-
[12]
and Nørsett,
Hairer, E. and Nørsett,. Solving Ordinary Differential Equations I: Nonstiff Problems , edition =
-
[13]
Statistics and Computing , volume =
Convergence rates of. Statistics and Computing , volume =. 2020 , slug =
2020
-
[14]
Schober, M. and S. A probabilistic model for the numerical solution of initial value problems , journal =. 2018 , slug =
2018
-
[15]
Statistics and Computing , volume=
Random time step probabilistic methods for uncertainty quantification in chaotic and geometric numerical integration , author=. Statistics and Computing , volume=. 2020 , publisher=
2020
-
[16]
J. Mo. On Bayesian methods for seeking the extremum and their application , booktitle =
-
[17]
J. Mo. The application of Bayesian methods for seeking the extremum , journal =
-
[18]
J. Mo. Bayesian Approach to Global Optimization , publisher =
-
[19]
Snoek and H
J. Snoek and H. Larochelle and R. P. Adams , title =. NeurIPS , volume =
-
[20]
2008 , isbn =
Iserles, Arieh , title =. 2008 , isbn =
2008
-
[21]
Hennig and M
P. Hennig and M. Kiefel , title =. Journal of Machine Learning Research , volume =
-
[22]
Mahsereci and P
M. Mahsereci and P. Hennig , title =. NeurIPS , volume =
-
[23]
Diaconis , title =
P. Diaconis , title =. Statistical Decision Theory and Related Topics IV , volume =
-
[24]
O'Hagan , title =
A. O'Hagan , title =. Bayesian Statistics 4: Proc. 4th Valencia International Meeting , pages =
-
[25]
Fisher and C
M. Fisher and C. Oates and C. Powell and A. Teckentrup , title =. Proceedings of Machine Learning Research (PMLR) , volume =
-
[26]
Prüher and S
J. Prüher and S. Särkkä , title =. IEEE 26th International Workshop on Machine Learning for Signal Processing , year =
-
[27]
Gessner and J
A. Gessner and J. Gonzalez and M. Mahsereci , title =. Proceedings of Machine Learning Research (PMLR) , volume =
-
[28]
Karvonen and S
T. Karvonen and S. Särkkä and C. J. Oates , title =. Statistics and Computing , volume =
-
[29]
H. R. Chai and R. Garnett , title =. Proceedings of Machine Learning Research (PMLR) , volume =
-
[30]
Jagadeeswaran and F
R. Jagadeeswaran and F. J. Hickernell , title =. Statistics and Computing , volume =
-
[31]
Karvonen and S
T. Karvonen and S. Särkkä , title =. IEEE 27th International Workshop on Machine Learning for Signal Processing , year =
-
[32]
Karvonen and C
T. Karvonen and C. J. Oates and S. Särkkä , title =. NeurIPS , volume =
-
[33]
Osborne and R
M. Osborne and R. Garnett and S. Roberts and C. Hart and S. Aigrain and N. Gibson , title =. Proceedings of Machine Learning Research (PMLR) , volume =
-
[34]
Xi and F.-X
X. Xi and F.-X. Briol and M. Girolami , title =. Proceedings of Machine Learning Research (PMLR) , volume =
-
[35]
Nonlinear Processes in Geophysics , volume=
Merging particle filter for sequential data assimilation , author=. Nonlinear Processes in Geophysics , volume=. 2007 , publisher=
2007
-
[36]
Monthly Weather Review , volume=
Particle filtering in geophysical systems , author=. Monthly Weather Review , volume=
-
[37]
Briol and C
F.-X. Briol and C. J. Oates and M. Girolami and M. A. Osborne and D. Sejdinovic and others , title =. NeurIPS , volume =
-
[38]
Gunter and M
T. Gunter and M. A. Osborne and R. Garnett and P. Hennig and S. J. Roberts , title =. NeurIPS , volume =
-
[39]
Kennedy , title =
M. Kennedy , title =. Statistics and Computing , volume =
-
[40]
Nonlinear Processes in Geophysics , volume=
Comparison of local particle filters and new implementations , author=. Nonlinear Processes in Geophysics , volume=. 2018 , publisher=
2018
-
[41]
The Annals of Applied Probability , number =
Alexandros Beskos and Dan Crisan and Ajay Jasra , title =. The Annals of Applied Probability , number =
-
[42]
Statistics and computing , volume=
Sampling from multimodal distributions using tempered transitions , author=. Statistics and computing , volume=. 1996 , publisher=
1996
-
[43]
Monthly Weather Review , volume=
Implicit particle methods and their connection with variational data assimilation , author=. Monthly Weather Review , volume=
-
[44]
2019 , publisher=
Probability: theory and examples , author=. 2019 , publisher=
2019
-
[45]
Communications in Applied Mathematics and Computational Science , volume=
Implicit particle filters for data assimilation , author=. Communications in Applied Mathematics and Computational Science , volume=. 2010 , publisher=
2010
-
[46]
State-Space Models: Applications in Economics and Finance , pages=
A survey of implicit particle filters for data assimilation , author=. State-Space Models: Applications in Economics and Finance , pages=. 2013 , publisher=
2013
-
[47]
Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=
Sequential monte carlo samplers , author=. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume=. 2006 , publisher=
2006
-
[48]
Quarterly Journal of the Royal Meteorological Society , volume=
Particle filters for high-dimensional geoscience applications: A review , author=. Quarterly Journal of the Royal Meteorological Society , volume=. 2019 , publisher=
2019
-
[49]
O'Hagan , title =
A. O'Hagan , title =. Journal of Statistical Planning and Inference , volume =
-
[50]
Larkin , title =
F. Larkin , title =. Rocky Mountain Journal of Mathematics , volume =
-
[51]
C. E. Rasmussen and Z. Ghahramani , title =. NeurIPS , volume =
-
[52]
Briol and C
F.-X. Briol and C. J. Oates and M. Girolami and M. A. Osborne and D. Sejdinovic and others , title =. Statistical Science , volume =
-
[53]
Calcolo , volume=
Randomised one-step time integration methods for deterministic operator differential equations , author=. Calcolo , volume=. 2022 , publisher=
2022
-
[54]
Statistics and Computing , volume=
Statistical analysis of differential equations: introducing probability measures on numerical solutions , author=. Statistics and Computing , volume=. 2017 , publisher=
2017
-
[55]
Statistics and Computing , volume=
Strong convergence rates of probabilistic integrators for ordinary differential equations , author=. Statistics and Computing , volume=. 2019 , publisher=
2019
-
[56]
and Kersting, H
Tronarp, F. and Kersting, H. and S. Probabilistic Solutions To Ordinary Differential Equations As Non-Linear. Statistics and Computing , volume =. 2019 , slug =
2019
-
[57]
Tronarp, F. and S. Bayesian. Statistics and Computing , volume =. 2021 , slug =
2021
-
[58]
2001 , publisher=
Sequential Monte Carlo methods in practice , author=. 2001 , publisher=
2001
-
[59]
Gordon and D.J
N.J. Gordon and D.J. Salmond and A.F.M. Smith , title =. IEE Proceedings F (Radar and Signal Processing) , volume =
-
[60]
Monte Carlo Filter and Smoother for Non-
Genshiro Kitagawa , journal =. Monte Carlo Filter and Smoother for Non-
-
[61]
On the global error of discretization methods for ordinary differential equations , year =
Niesen, J , journal =. On the global error of discretization methods for ordinary differential equations , year =
-
[62]
Advances in Neural Information Processing Systems (NeurIPS) , title =
Wenger, Jonathan and Pleiss, Geoff and Pf. Advances in Neural Information Processing Systems (NeurIPS) , title =
-
[63]
Proceedings of the 39th International Conference on Machine Learning , year =
Fenrir: Physics-Enhanced Regression for Initial Value Problems , author =. Proceedings of the 39th International Conference on Machine Learning , year =
-
[64]
Bayesian Analysis , volume=
Modelling Pathwise Uncertainty of Stochastic Differential Equations Samplers via Probabilistic Numerics , author=. Bayesian Analysis , volume=. 2025 , publisher=
2025
-
[65]
Statistics and Computing , volume=
Probabilistic linear solvers: a unifying view , author=. Statistics and Computing , volume=. 2019 , publisher=
2019
-
[66]
A Bayesian conjugate gradient method (with discussion) , volume =
Cockayne, Jon and Oates, Chris J and Ipsen, Ilse CF and Girolami, Mark , bibtex_show =. A Bayesian conjugate gradient method (with discussion) , volume =. Bayesian Analysis , number =
-
[67]
Probabilistic Linear Solvers for Machine Learning , year =
Wenger, Jonathan and Hennig, Philipp , bibtex_show =. Probabilistic Linear Solvers for Machine Learning , year =. Advances in Neural Information Processing Systems (NeurIPS) , code =
-
[68]
and Kersting, Hans P
Hennig, Philipp and Osborne, Michael A. and Kersting, Hans P. Probabilistic Numerics: Computation as Machine Learning. 2022
2022
-
[69]
Adaptive Checkpoint Adjoint Method for Gradient Estimation in Neural
Zhuang, Juntang and Dvornek, Nicha and Li, Xiaoxiao and Tatikonda, Sekhar and Papademetris, Xenophon and Duncan, James , booktitle =. Adaptive Checkpoint Adjoint Method for Gradient Estimation in Neural. 2020 , editor =
2020
-
[70]
The Thirteenth International Conference on Learning Representations , year=
Compositional simulation-based inference for time series , author=. The Thirteenth International Conference on Learning Representations , year=
-
[71]
FNOPE: Simulation-based inference on function spaces with Fourier Neural Operators , journal =
-
[72]
, edition =
Butcher, John C. , edition =
-
[73]
Data Assimilation: the Ensemble
Evensen, Geir , year=. Data Assimilation: the Ensemble
-
[74]
and Sullivan, T
Cockayne, Jon and Oates, Chris J. and Sullivan, T. J. and Girolami, Mark , title =. SIAM Review , volume =
-
[75]
Understanding the ensemble
Katzfuss, Matthias and Stroud, Jonathan R and Wikle, Christopher K , journal=. Understanding the ensemble. 2016 , publisher=
2016
-
[76]
2023 , publisher=
Bayesian Filtering and Smoothing , author=. 2023 , publisher=
2023
-
[77]
Transactions on Machine Learning Research , issn=
Numerically Robust Fixed-Point Smoothing Without State Augmentation , author=. Transactions on Machine Learning Research , issn=. 2025 , url=
2025
-
[78]
Japan Journal of Industrial and Applied Mathematics , author =
Quantifying uncertainty in the numerical integration of evolution equations based on. Japan Journal of Industrial and Applied Mathematics , author =
-
[79]
Toyota, Shoji and Miyatake, Yuto , journal=. Joint
-
[80]
SIAM/ASA Journal on Uncertainty Quantification , volume =
Matsuda, Takeru and Miyatake, Yuto , title =. SIAM/ASA Journal on Uncertainty Quantification , volume =
-
[81]
Applied Mathematics Letters , volume =
Marumo, Naoki and Matsuda, Takeru and Miyatake, Yuto , title =. Applied Mathematics Letters , volume =
-
[82]
Journal of the American Statistical Association , volume =
Kitagawa, Genshiro , title =. Journal of the American Statistical Association , volume =
-
[83]
Nick Higham , title =
-
[84]
Kolda and Ali Pinar , eprint =
Chengbin Peng and Tamara G. Kolda and Ali Pinar , eprint =. Accelerating Community Detection by Using
-
[85]
and Zhang, Shanrong and Merritt, Matthew E
Woessner, Donald E. and Zhang, Shanrong and Merritt, Matthew E. and Sherry, A. Dean , title =. Magnetic Resonance in Medicine , doi =
-
[86]
2003 , eid =
Properties of Highly Clustered Networks , author =. 2003 , eid =. doi:10.1103/PhysRevE.68.026121 , journal =
2003 doi
-
[87]
Clawpack Software , author =
-
[88]
: A Document Preparation System
Leslie Lamport. : A Document Preparation System. 1986
1986
-
[89]
Frank Mittlebach and Michel Goossens , title =
-
[90]
and Van Loan, Charles F
Golub, Gene H. and Van Loan, Charles F. , title =
-
[91]
Paul Dawkins , title =
-
[92]
User's Guide for the
-
[93]
Michael Downes , title =
-
[94]
Christian Feuers\"anger , title =
-
[95]
Proceedings of the 40th International Conference on Machine Learning , pages =
Graphically Structured Diffusion Models , author =. Proceedings of the 40th International Conference on Machine Learning , pages =. 2023 , editor =
2023
-
[96]
Electronic Journal of Statistics , number =
Ziang Niu and Johanna Meier and Fran. Electronic Journal of Statistics , number =. 2023 , doi =
2023
-
[97]
and Gerber, Mathieu and Robert, Christian P
Bernton, Espen and Jacob, Pierre E. and Gerber, Mathieu and Robert, Christian P. , title =. Journal of the Royal Statistical Society Series B: Statistical Methodology , volume =. 2019 , month =. doi:10.1111/rssb.12312 , url =
2019 doi
-
[98]
Journal of Computational Physics , volume =
Multifidelity multilevel Monte Carlo to accelerate approximate. Journal of Computational Physics , volume =. 2022 , issn =. doi:https://doi.org/10.1016/j.jcp.2022.111543 , url =
2022
-
[99]
Statistics and Computing , month = jan, pages =
Prangle, Dennis , title =. Statistics and Computing , month = jan, pages =. 2016 , issue_date =
2016
-
[100]
Science Advances , volume =
Samar Khatiwala , title =. Science Advances , volume =. 2024 , doi =
2024
-
[101]
Advances in neural information processing systems , volume=
Flexible statistical inference for mechanistic models of neural dynamics , author=. Advances in neural information processing systems , volume=
-
[102]
and Williams, A
Watson-Parris, D. and Williams, A. and Deaconu, L. and Stier, P. , TITLE =. Geoscientific Model Development , VOLUME =. 2021 , NUMBER =
2021
-
[103]
, file =
Beal, Matthew J. , file =. Variational Algorithms for Approximate
-
[104]
Nature , volume=
Statistical inference for noisy nonlinear ecological dynamic systems , author=. Nature , volume=. 2010 , publisher=
2010
-
[105]
Genetics , volume=
Approximate Bayesian computation in population genetics , author=. Genetics , volume=. 2002 , publisher=
2002
-
[106]
International Conference on Learning Representations , year=
Neural Approximate Sufficient Statistics for Implicit Models , author=. International Conference on Learning Representations , year=
-
[107]
Advances in neural information processing systems , volume=
Fast -free inference of simulation models with Bayesian conditional density estimation , author=. Advances in neural information processing systems , volume=
-
[108]
Journal of Machine Learning Research , volume=
Normalizing flows for probabilistic modeling and inference , author=. Journal of Machine Learning Research , volume=
-
[109]
The 22nd International Conference on Artificial Intelligence and Statistics , pages=
Sequential neural likelihood: Fast likelihood-free inference with autoregressive flows , author=. The 22nd International Conference on Artificial Intelligence and Statistics , pages=. 2019 , organization=
2019
-
[110]
Artificial Intelligence for High Energy Physics , pages=
Simulation-based inference methods for particle physics , author=. Artificial Intelligence for High Energy Physics , pages=. 2022 , publisher=
2022
-
[111]
and Dror, Ron O
Hollingsworth, Scott A. and Dror, Ron O. , address =. Molecular Dynamics Simulation for All , volume =. Neuron (Cambridge, Mass.) , keywords =
-
[112]
Using Likelihood-Free Inference to Compare Evolutionary Dynamics of the Protein Networks of H
Ratmann, Oliver AND Jørgensen, Ole AND Hinkley, Trevor AND Stumpf, Michael AND Richardson, Sylvia AND Wiuf, Carsten , journal =. Using Likelihood-Free Inference to Compare Evolutionary Dynamics of the Protein Networks of H. pylori and P. falciparum , year =
-
[113]
Genetics , volume =
Bazin, Eric and Dawson, Kevin J and Beaumont, Mark A , title = ". Genetics , volume =. 2010 , month =
2010
-
[114]
and Freeman, Peter E
Schafer, Chad M. and Freeman, Peter E. Likelihood-Free Inference in Cosmology: Potential for the Estimation of Luminosity Functions. Statistical Challenges in Modern Astronomy V. 2012
2012
-
[115]
Advances in neural information processing systems , volume=
Masked autoregressive flow for density estimation , author=. Advances in neural information processing systems , volume=
-
[116]
Genetics , author =
Inferring. Genetics , author =. 1997 , note =
1997
-
[117]
Advances in neural information processing systems , volume=
Neural spline flows , author=. Advances in neural information processing systems , volume=
-
[118]
International Conference on Machine Learning , pages=
Automatic posterior transformation for likelihood-free inference , author=. International Conference on Machine Learning , pages=. 2019 , organization=
2019
-
[119]
Gonçalves and David S
Alvaro Tejero-Cantero and Jan Boelts and Michael Deistler and Jan-Matthis Lueckmann and Conor Durkan and Pedro J. Gonçalves and David S. Greenberg and Jakob H. Macke , title =. 2020 , publisher =
2020
-
[120]
International Conference on Artificial Intelligence and Statistics , pages=
Benchmarking simulation-based inference , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2021 , organization=
2021
-
[121]
Symposium on Advances in Approximate Bayesian Inference , pages=
Likelihood-free inference with emulator networks , author=. Symposium on Advances in Approximate Bayesian Inference , pages=. 2019 , organization=
2019
-
[122]
Advances in Neural Information Processing Systems , volume=
Truncated marginal neural ratio estimation , author=. Advances in Neural Information Processing Systems , volume=
-
[123]
International Conference on Learning Representations , year=
Variational methods for simulation-based inference , author=. International Conference on Learning Representations , year=
-
[124]
Elife , volume=
Training deep neural density estimators to identify mechanistic models of neural dynamics , author=. Elife , volume=. 2020 , publisher=
2020
-
[125]
The 22nd International Conference on Artificial Intelligence and Statistics , pages=
Efficient Bayesian experimental design for implicit models , author=. The 22nd International Conference on Artificial Intelligence and Statistics , pages=
-
[126]
Elife , volume=
Bayesian inference for biophysical neuron models enables stimulus optimization for retinal neuroprosthetics , author=. Elife , volume=. 2020 , publisher=
2020
-
[127]
Robust statistical inference for simulation-based models in neuroscience , Year =
Nonnenmacher, Marcel and Goncalves, Pedro J and Bassetto, Giacomo and Lueckmann, Jan-Matthis and Macke, Jakob H , Booktitle =. Robust statistical inference for simulation-based models in neuroscience , Year =
-
[128]
Flexible Bayesian inference for complex models of single neurons , Year =
Goncalves, Pedro J and Lueckmann, Jan-Matthis and Bassetto, Giacomo and Nonnenmacher, Marcel and Macke, Jakob H , Booktitle =. Flexible Bayesian inference for complex models of single neurons , Year =
-
[129]
Proceedings of the National Academy of Sciences , volume=
The frontier of simulation-based inference , author=. Proceedings of the National Academy of Sciences , volume=. 2020 , publisher=
2020
-
[130]
Expectation propagation for likelihood-free inference , Volume =
Barthelm. Expectation propagation for likelihood-free inference , Volume =. Journal of the American Statistical Association , Number =
-
[131]
Approximate Bayesian Inference for a Mechanistic Model of Vesicle Release at a Ribbon Synapse , volume =
Schr\". Approximate Bayesian Inference for a Mechanistic Model of Vesicle Release at a Ribbon Synapse , volume =. Advances in Neural Information Processing Systems , editor =
-
[132]
Variational inference with normalizing flows , Year =
Rezende, Danilo Jimenez and Mohamed, Shakir , Booktitle =. Variational inference with normalizing flows , Year =
-
[133]
Inference Compilation and Universal Probabilistic Programming , Year =
Le, Tuan Anh and Baydin, Atilim Gunes and Wood, Frank , Booktitle =. Inference Compilation and Universal Probabilistic Programming , Year =
-
[134]
International Conference on Machine Learning , pages=
Likelihood-free mcmc with amortized approximate ratio estimators , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[135]
Learning summary statistic for approximate Bayesian computation via deep neural network , Year =
Jiang, Bai and Wu, Tung-yu and Zheng, Charles and Wong, Wing H , Journal =. Learning summary statistic for approximate Bayesian computation via deep neural network , Year =
-
[136]
Sequential neural methods for likelihood-free inference , Year =
Durkan, Conor and Papamakarios, George and Murray, Iain , Journal =. Sequential neural methods for likelihood-free inference , Year =
-
[137]
Amortised inference for mechanistic models of neural dynamics , Year =
Lueckmann, Jan-Matthis and Goncalves, Pedro and Chintaluri, Chaitanya and Podlaski, William F and Bassetto, Giacomo and Vogels, Tim P and Macke, Jakob H , Booktitle =. Amortised inference for mechanistic models of neural dynamics , Year =
-
[138]
Kingma and Jimmy Ba , title=
Diederik P. Kingma and Jimmy Ba , title=. 2015 , booktitle=
2015
-
[139]
Bayesian optimization for likelihood-free inference of simulator-based statistical models , Volume =
Gutmann, Michael U and Corander, Jukka , Journal =. Bayesian optimization for likelihood-free inference of simulator-based statistical models , Volume =
-
[140]
Mixture density networks , Year =
Bishop, C M , Journal =. Mixture density networks , Year =
-
[141]
Sequential monte carlo without likelihoods , Volume =
Sisson, Scott A and Fan, Yanan and Tanaka, Mark M , Journal =. Sequential monte carlo without likelihoods , Volume =
-
[142]
Adaptive approximate Bayesian computation , Year =
Beaumont, M A and Cornuet, J and Marin, J and Robert, C P , Journal =. Adaptive approximate Bayesian computation , Year =
-
[143]
Approximate Bayesian computation in population genetics , Volume =
Beaumont, M and Zhang, W and Balding, D J , Journal =. Approximate Bayesian computation in population genetics , Volume =
-
[144]
Non-linear regression models for Approximate Bayesian Computation , Volume =
Blum, Michael GB and Fran. Non-linear regression models for Approximate Bayesian Computation , Volume =. Statistics and Computing , Number =
-
[145]
International Conference on Machine Learning , pages=
On contrastive learning for likelihood-free inference , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[146]
Bayesian Analysis , volume=
Likelihood-free inference by ratio estimation , author=. Bayesian Analysis , volume=. 2022 , publisher=
2022
-
[147]
International Conference on Learning Representations , year=
Group equivariant neural posterior estimation , author=. International Conference on Learning Representations , year=
-
[148]
Transactions on Machine Learning Research , issn=
A Crisis In Simulation-Based Inference? Beware, Your Posterior Approximations Can Be Unfaithful , author=. Transactions on Machine Learning Research , issn=. 2022 , note=
2022
-
[149]
arXiv preprint arXiv:1804.06788 , year=
Validating Bayesian inference algorithms with simulation-based calibration , author=. arXiv preprint arXiv:1804.06788 , year=
-
[150]
Bayesian Analysis , volume=
Efficient acquisition rules for model-based approximate Bayesian computation , author=. Bayesian Analysis , volume=. 2019 , publisher=
2019
-
[151]
Elife , volume=
Flexible and efficient simulation-based inference for models of decision-making , author=. Elife , volume=. 2022 , publisher=
2022
-
[152]
arXiv preprint arXiv:2110.00449 , year=
Arbitrary marginal neural ratio estimation for simulation-based inference , author=. arXiv preprint arXiv:2110.00449 , year=
-
[153]
Proceedings of the National Academy of Sciences , volume=
Energy-efficient network activity from disparate circuit parameters , author=. Proceedings of the National Academy of Sciences , volume=. 2022 , publisher=
2022
-
[154]
Complete Parameter Inference for GW150914 using Deep Learning , year =
-
[155]
Journal of Machine Learning Research , year=
A Kernel Two-Sample Test , author=. Journal of Machine Learning Research , year=
-
[156]
Hamilton, James Douglas , interhash =
-
[157]
Neural Importance Sampling for Rapid and Reliable Gravitational-Wave Inference , author =. Phys. Rev. Lett. , volume =. 2023 , month =
2023
-
[158]
Journal of Fluid Mechanics , author=
Invariant recurrent solutions embedded in a turbulent two-dimensional Kolmogorov flow , volume=. Journal of Fluid Mechanics , author=. 2013 , pages=
2013
-
[159]
and Welling, Max , booktitle=
Kingma, Diederik P. and Welling, Max , booktitle=. Auto-
-
[160]
Advances in Neural Information Processing Systems , editor=
Robust Neural Posterior Estimation and Statistical Model Criticism , author=. Advances in Neural Information Processing Systems , editor=
-
[161]
International Conference on Machine Learning , pages=
Differentiable likelihoods for fast inversion of’likelihood-free’dynamical systems , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[162]
2021 IEEE High Performance Extreme Computing Conference (HPEC) , pages=
A comparison of automatic differentiation and continuous sensitivity analysis for derivatives of differential equation solutions , author=. 2021 IEEE High Performance Extreme Computing Conference (HPEC) , pages=. 2021 , organization=
2021
-
[163]
Advances in Neural Information Processing Systems , year=
Truncated proposals for scalable and hassle-free simulation-based inference , author=. Advances in Neural Information Processing Systems , year=
-
[164]
arXiv preprint arXiv:2311.05742 , year=
Optimal simulation-based Bayesian decisions , author=. arXiv preprint arXiv:2311.05742 , year=
-
[165]
IEEE transactions on neural networks and learning systems , volume=
BayesFlow: Learning complex stochastic models with invertible neural networks , author=. IEEE transactions on neural networks and learning systems , volume=. 2020 , publisher=
2020
-
[166]
Advances in Neural Information Processing Systems , volume=
Contrastive neural ratio estimation , author=. Advances in Neural Information Processing Systems , volume=
-
[167]
, title = "
Plessix, R.-E. , title = ". Geophysical Journal International , volume =. 2006 , month =
2006
-
[168]
Journal of Statistical Software , author=
The YUIMA Project: A Computational Framework for Simulation and Inference of Stochastic Differential Equations , volume=. Journal of Statistical Software , author=. 2014 , pages=
2014
-
[169]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Deep residual learning for image recognition , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[170]
International Conference on Machine Learning , pages=
Compositional score modeling for simulation-based inference , author=. International Conference on Machine Learning , pages=. 2023 , organization=
2023
-
[171]
Proceedings of the 41st International Conference on Machine Learning , year =
Sequential Neural Score Estimation: Likelihood-Free Inference with Conditional Score Based Diffusion Models , author =. Proceedings of the 41st International Conference on Machine Learning , year =
-
[172]
Proceedings of the 41st International Conference on Machine Learning , year =
All-in-one simulation-based inference , author =. Proceedings of the 41st International Conference on Machine Learning , year =
-
[173]
Thirty-seventh Conference on Neural Information Processing Systems , year=
Flow Matching for Scalable Simulation-Based Inference , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=
-
[174]
othe, Ullrich and B\
Radev, Stefan T. and Schmitt, Marvin and Pratz, Valentin and Picchini, Umberto and K\"othe, Ullrich and B\"urkner, Paul-Christian , booktitle =. Jana: Jointly amortized neural approximation of complex. 2023 , volume =
2023
-
[175]
1st Workshop on the Synergy of Scientific and Machine Learning Modeling @ ICML2023 , year=
Simulation-based Inference with the Generalized Kullback-Leibler Divergence , author=. 1st Workshop on the Synergy of Scientific and Machine Learning Modeling @ ICML2023 , year=
-
[176]
arXiv preprint arXiv:2310.11122 , year=
Sensitivity-Aware Amortized Bayesian Inference , author=. arXiv preprint arXiv:2310.11122 , year=
-
[177]
Stochastic Processes and their Applications , volume=
Reverse-time diffusion equation models , author=. Stochastic Processes and their Applications , volume=. 1982 , publisher=
1982
-
[178]
Advances in neural information processing systems , volume=
Diffusion models beat gans on image synthesis , author=. Advances in neural information processing systems , volume=
-
[179]
International Conference on Learning Representations , year=
Score-Based Generative Modeling through Stochastic Differential Equations , author=. International Conference on Learning Representations , year=
-
[180]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Repaint: Inpainting using denoising diffusion probabilistic models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[181]
Diffusion Models Beat GANs on Image Synthesis , volume =
Dhariwal, Prafulla and Nichol, Alexander , booktitle =. Diffusion Models Beat GANs on Image Synthesis , volume =
-
[182]
International Conference on Learning Representations , year=
Pseudoinverse-guided diffusion models for inverse problems , author=. International Conference on Learning Representations , year=
-
[183]
Advances in Neural Information Processing Systems , volume=
Improving diffusion models for inverse problems using manifold constraints , author=. Advances in Neural Information Processing Systems , volume=
-
[184]
The Eleventh International Conference on Learning Representations , year=
Diffusion Posterior Sampling for General Noisy Inverse Problems , author=. The Eleventh International Conference on Learning Representations , year=
-
[185]
2022 , eprint=
What Makes for Good Tokenizers in Vision Transformer? , author=. 2022 , eprint=
2022
-
[186]
arXiv preprint arXiv:2212.03185 , year=
Rethinking the Objectives of Vector-Quantized Tokenizers for Image Synthesis , author=. arXiv preprint arXiv:2212.03185 , year=
-
[187]
Proceedings of the 32nd International Conference on Machine Learning , pages =
MADE: Masked Autoencoder for Distribution Estimation , author =. Proceedings of the 32nd International Conference on Machine Learning , pages =. 2015 , editor =
2015
-
[188]
NeurIPS 2021 Workshop on Deep Generative Models and Downstream Applications , year=
Classifier-Free Diffusion Guidance , author=. NeurIPS 2021 Workshop on Deep Generative Models and Downstream Applications , year=
2021
-
[189]
2021 , eprint=
Maximum Likelihood Training of Score-Based Diffusion Models , author=. 2021 , eprint=
2021
-
[190]
arXiv preprint arXiv:2207.04179 , year=
Transformer neural processes: Uncertainty-aware meta learning via sequence modeling , author=. arXiv preprint arXiv:2207.04179 , year=
-
[191]
Universal Guidance for Diffusion Models , year=
Bansal, Arpit and Chu, Hong-Min and Schwarzschild, Avi and Sengupta, Soumyadip and Goldblum, Micah and Geiping, Jonas and Goldstein, Tom , booktitle=. Universal Guidance for Diffusion Models , year=
-
[192]
Generative Modeling by Estimating Gradients of the Data Distribution , volume =
Song, Yang and Ermon, Stefano , booktitle =. Generative Modeling by Estimating Gradients of the Data Distribution , volume =
-
[193]
, author=
Estimation of non-normalized statistical models by score matching. , author=. Journal of Machine Learning Research , volume=
-
[194]
2022 , eprint=
Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding , author=. 2022 , eprint=
2022
-
[195]
2022 , eprint=
Solving Inverse Problems in Medical Imaging with Score-Based Generative Models , author=. 2022 , eprint=
2022
-
[196]
2022 , eprint=
Come-Closer-Diffuse-Faster: Accelerating Conditional Diffusion Models for Inverse Problems through Stochastic Contraction , author=. 2022 , eprint=
2022
-
[197]
Robust Compressed Sensing MRI with Deep Generative Priors , volume =
Jalal, Ajil and Arvinte, Marius and Daras, Giannis and Price, Eric and Dimakis, Alexandros G and Tamir, Jon , booktitle =. Robust Compressed Sensing MRI with Deep Generative Priors , volume =
-
[198]
2022 , eprint=
BEiT v2: Masked Image Modeling with Vector-Quantized Visual Tokenizers , author=. 2022 , eprint=
2022
-
[199]
Faithful Inversion of Generative Models for Effective Amortized Inference , volume =
Webb, Stefan and Golinski, Adam and Zinkov, Rob and N, Siddharth and Rainforth, Tom and Teh, Yee Whye and Wood, Frank , booktitle =. Faithful Inversion of Generative Models for Effective Amortized Inference , volume =
-
[200]
Advances in Neural Information Processing Systems 32 , pages =
PyTorch: An Imperative Style, High-Performance Deep Learning Library , author =. Advances in Neural Information Processing Systems 32 , pages =. 2019 , publisher =
2019
-
[201]
2022 , eprint=
A Trust Crisis In Simulation-Based Inference? Your Posterior Approximations Can Be Unfaithful , author=. 2022 , eprint=
2022
-
[202]
James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander
-
[203]
2023 , eprint=
SEEDS: Exponential SDE Solvers for Fast High-Quality Sampling from Diffusion Models , author=. 2023 , eprint=
2023
-
[204]
Omry Yadan , title =
-
[205]
2013 , eprint=
Introduction to Judea Pearl's Do-Calculus , author=. 2013 , eprint=
2013
-
[206]
Hodgkin, A. L. and Huxley, A. F. , title =. J Physiol , volume =. 1952 , month =
1952
-
[207]
Advances in Neural Information Processing Systems , volume=
Posterior Matching for Arbitrary Conditioning , author=. Advances in Neural Information Processing Systems , volume=
-
[208]
Advances in Neural Information Processing Systems , volume=
Arbitrary conditional distributions with energy , author=. Advances in Neural Information Processing Systems , volume=
-
[209]
International Conference on Machine Learning , pages=
ACFlow: Flow models for arbitrary conditional likelihoods , author=. International Conference on Machine Learning , pages=. 2020 , organization=
2020
-
[210]
International Conference on Learning Representations , year=
Variational Autoencoder with Arbitrary Conditioning , author=. International Conference on Learning Representations , year=
-
[211]
2023 , eprint=
Transformers Can Do Bayesian Inference , author=. 2023 , eprint=
2023
-
[212]
arXiv preprint arXiv:2305.15930 , year=
End-to-End Meta-Bayesian Optimisation with Transformer Neural Processes , author=. arXiv preprint arXiv:2305.15930 , year=
-
[213]
A Likelihood-Free Inference Framework for Population Genetic Data using Exchangeable Neural Networks
Chan, Jeffrey and Perrone, Valerio and Spence, Jeffrey P and Jenkins, Paul A and Mathieson, Sara and Song, Yun S. A Likelihood-Free Inference Framework for Population Genetic Data using Exchangeable Neural Networks. Advances in neural information processing systems
-
[214]
2023 , eprint=
Fuse It or Lose It: Deep Fusion for Multimodal Simulation-Based Inference , author=. 2023 , eprint=
2023
-
[215]
A Time-Dependent SIR Model for COVID-19 With Undetectable Infected Persons , volume=
Chen, Yi-Cheng and Lu, Ping-En and Chang, Cheng-Shang and Liu, Tzu-Hsuan , year=. A Time-Dependent SIR Model for COVID-19 With Undetectable Infected Persons , volume=. IEEE Transactions on Network Science and Engineering , publisher=
-
[216]
2025 , booktitle =
Effortless, Simulation-Efficient Bayesian Inference using Tabular Foundation Models , author=. 2025 , booktitle =
2025
-
[217]
2025 , booktitle =
Multilevel neural simulation-based inference , author=. 2025 , booktitle =
2025
-
[218]
Proceedings of The 28th International Conference on Artificial Intelligence and Statistics , pages =
Cost-aware simulation-based inference , author =. Proceedings of The 28th International Conference on Artificial Intelligence and Statistics , pages =. 2025 , editor =
2025
-
[219]
The annals of applied statistics , volume=
Bayesian analysis of ambulatory blood pressure dynamics with application to irregularly spaced sparse data , author=. The annals of applied statistics , volume=. 2015 , publisher=
2015
-
[220]
2021 , eprint=
A Survey on Principles, Models and Methods for Learning from Irregularly Sampled Time Series , author=. 2021 , eprint=
2021
-
[221]
1925 , publisher=
Elements of Physical Biology , author=. 1925 , publisher=
1925
-
[222]
Nature , volume=
Fluctuations in the abundance of a species considered mathematically , author=. Nature , volume=
-
[223]
The 41st International Conference on Machine Learning , year =
Diffusion Tempering Improves Parameter Estimation with Probabilistic Integrators for Ordinary Differential Equations , author =. The 41st International Conference on Machine Learning , year =
-
[224]
Patterns , volume=
Generating realistic neurophysiological time series with denoising diffusion probabilistic models , author=. Patterns , volume=. 2024 , publisher=
2024
-
[225]
Asch, Mark and Bocquet, Marc and Nodet, Maëlle , title =
-
[226]
A Probabilistic State Space Model for Joint Inference from Differential Equations and Data , volume =
Schmidt, Jonathan and Kr\". A Probabilistic State Space Model for Joint Inference from Differential Equations and Data , volume =. Advances in Neural Information Processing Systems , publisher =
-
[227]
2022 , eprint=
Conditional Simulation Using Diffusion Schr\"odinger Bridges , author=. 2022 , eprint=
2022
-
[228]
Biological cybernetics , volume=
Minimal Hodgkin--Huxley type models for different classes of cortical and thalamic neurons , author=. Biological cybernetics , volume=. 2008 , publisher=
2008
-
[229]
arXiv preprint arXiv:2304.05364 , year=
Diffusion Models for Constrained Domains , author=. arXiv preprint arXiv:2304.05364 , year=
-
[230]
International Conference on Learning Representations , year=
Denoising Diffusion Implicit Models , author=. International Conference on Learning Representations , year=
-
[231]
arXiv preprint arXiv:2303.08797 , year=
Stochastic interpolants: A unifying framework for flows and diffusions , author=. arXiv preprint arXiv:2303.08797 , year=
-
[232]
2022 , pages =
npj Computational Materials , author =. 2022 , pages =. doi:10.1038/s41524-022-00906-4 , number =
2022 doi
-
[233]
Communications Chemistry , author =
Convergence and equilibrium in molecular dynamics simulations , volume =. Communications Chemistry , author =. 2024 , pages =. doi:10.1038/s42004-024-01114-5 , number =
2024 doi
-
[234]
The elements of statistical learning: data mining, inference and prediction , url =
Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome , biburl =. The elements of statistical learning: data mining, inference and prediction , url =
-
[235]
AI Open , year=
A survey of transformers , author=. AI Open , year=
-
[236]
2021 , eprint=
Sparse is Enough in Scaling Transformers , author=. 2021 , eprint=
2021
-
[237]
Advances in neural information processing systems , volume=
Attention is all you need , author=. Advances in neural information processing systems , volume=
-
[238]
Thirty-seventh Conference on Neural Information Processing Systems , year=
Score-based Data Assimilation , author=. Thirty-seventh Conference on Neural Information Processing Systems , year=
-
[239]
2018 , publisher=
Handbook of graphical models , author=. 2018 , publisher=
2018
-
[240]
, author=
Causal Reasoning with Ancestral Graphs. , author=. Journal of Machine Learning Research , volume=
-
[241]
arXiv preprint arXiv:2106.12555 , year=
Approximate Bayesian computation with path signatures , author=. arXiv preprint arXiv:2106.12555 , year=
-
[242]
Missing data in amortized simulation-based neural posterior estimation , elocation-id =
Zijian Wang and Jan Hasenauer and Yannik Sch. Missing data in amortized simulation-based neural posterior estimation , elocation-id =. 2023 , publisher =
2023
-
[243]
International Conference on Learning Representations , year=
Poornima Ramesh and Jan-Matthis Lueckmann and Jan Boelts and. International Conference on Learning Representations , year=
-
[244]
2022 , journal=
Scalable Diffusion Models with Transformers , author=. 2022 , journal=
2022
-
[245]
2023 , eprint=
DiffiT: Diffusion Vision Transformers for Image Generation , author=. 2023 , eprint=
2023
-
[246]
International Conference on Artificial Intelligence and Statistics , pages=
Structured conditional continuous normalizing flows for efficient amortized inference in graphical models , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2020 , organization=
2020
-
[247]
Artificial Intelligence and Statistics , pages=
Inference compilation and universal probabilistic programming , author=. Artificial Intelligence and Statistics , pages=. 2017 , organization=
2017
-
[248]
Advances in Neural Information Processing Systems , volume=
Flexible diffusion modeling of long videos , author=. Advances in Neural Information Processing Systems , volume=
-
[249]
2024 , eprint=
All-in-one simulation-based inference , author=. 2024 , eprint=
2024
-
[250]
arXiv preprint arXiv:2401.02529 , year=
Simulation-based transition density approximation for the inference of SDE models , author=. arXiv preprint arXiv:2401.02529 , year=
-
[251]
2024 , eprint=
Sequential Neural Score Estimation: Likelihood-Free Inference with Conditional Score Based Diffusion Models , author=. 2024 , eprint=
2024
-
[252]
2024 , eprint=
Diffusion posterior sampling for simulation-based inference in tall data settings , author=. 2024 , eprint=
2024
-
[253]
Proceedings of the National Academy of Sciences , volume=
Machine learning--accelerated computational fluid dynamics , author=. Proceedings of the National Academy of Sciences , volume=. 2021 , publisher=
2021
-
[254]
Annual review of fluid mechanics , volume=
Two-dimensional turbulence , author=. Annual review of fluid mechanics , volume=. 2012 , publisher=
2012
-
[255]
2024 , journal=
A Practical Guide to Sample-based Statistical Distances for Evaluating Generative Models in Science , author=. 2024 , journal=
2024
-
[256]
arXiv preprint arXiv:1610.06545 , year=
Revisiting classifier two-sample tests , author=. arXiv preprint arXiv:1610.06545 , year=
-
[257]
Advances in neural information processing systems , volume=
Generalized sliced wasserstein distances , author=. Advances in neural information processing systems , volume=
-
[258]
2024 , eprint=
MCMC-Correction of Score-Based Diffusion Models for Model Composition , author=. 2024 , eprint=
2024
-
[259]
Denoising Diffusion Probabilistic Models , volume =
Ho, Jonathan and Jain, Ajay and Abbeel, Pieter , booktitle =. Denoising Diffusion Probabilistic Models , volume =
-
[260]
The unscented
Wan, Eric A and Van Der Merwe, Rudolph , booktitle=. The unscented. 2000 , organization=
2000
-
[261]
Journal of Basic Engineering , volume =
A new approach to linear filtering and prediction problems , author=. Journal of Basic Engineering , volume =. 1960 , date =
1960
-
[262]
Cubature
Arasaratnam, Ienkaran and Haykin, Simon , journal=. Cubature. 2009 , publisher=
2009
-
[263]
IEEE signal processing magazine , volume=
Particle filtering , author=. IEEE signal processing magazine , volume=. 2003 , publisher=
2003
-
[264]
New extension of the
Julier, Simon J and Uhlmann, Jeffrey K , booktitle=. New extension of the. 1997 , organization=
1997
-
[265]
ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=
Particle filter with rejection control and unbiased estimator of the marginal likelihood , author=. ICASSP 2020-2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2020 , organization=
2020
-
[266]
Sequential Monte Carlo methods in practice , pages=
An introduction to sequential Monte Carlo methods , author=. Sequential Monte Carlo methods in practice , pages=. 2001 , publisher=
2001
-
[267]
Parameter estimation of nonlinear stochastic differential equations: simulated maximum likelihood versus extended
Singer, Hermann , journal=. Parameter estimation of nonlinear stochastic differential equations: simulated maximum likelihood versus extended. 2002 , publisher=
2002
-
[268]
arXiv preprint arXiv:1701.02434 , year=
Hamiltonian Monte Carlo for Bayesian inference , author=. arXiv preprint arXiv:1701.02434 , year=
-
[269]
Learning Phrase Representations using RNN Encoder -- Decoder for Statistical Machine Translation
Cho, Kyunghyun and van Merri. Learning Phrase Representations using RNN Encoder -- Decoder for Statistical Machine Translation. Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing ( EMNLP ). 2014
2014
-
[270]
2022 , eprint=
Elucidating the Design Space of Diffusion-Based Generative Models , author=. 2022 , eprint=
2022
-
[271]
2020 , eprint=
Validating Bayesian Inference Algorithms with Simulation-Based Calibration , author=. 2020 , eprint=
2020
-
[272]
2023 , eprint=
Adversarial robustness of amortized Bayesian inference , author=. 2023 , eprint=
2023
-
[273]
2022 , eprint=
Investigating the Impact of Model Misspecification in Neural Simulation-based Inference , author=. 2022 , eprint=
2022
-
[274]
Handbook of nonlinear filtering , volume=
A tutorial on particle filtering and smoothing: Fifteen years later , author=. Handbook of nonlinear filtering , volume=
-
[275]
The Annals of Statiscs , year=
The pseudo-marginal approach for efficient Monte Carlo computations , author=. The Annals of Statiscs , year=
-
[276]
2024 , eprint=
Tweedie Moment Projected Diffusions For Inverse Problems , author=. 2024 , eprint=
2024
-
[277]
2021 , eprint=
Neural Approximate Sufficient Statistics for Implicit Models , author=. 2021 , eprint=
2021
-
[278]
International Conference on Machine Learning , pages=
Is learning summary statistics necessary for likelihood-free inference? , author=. International Conference on Machine Learning , pages=. 2023 , organization=
2023
-
[279]
2018 , eprint=
Deep Sets , author=. 2018 , eprint=
2018
-
[280]
Advances in Neural Information Processing Systems , volume=
Recursion in recursion: Two-level nested recursion for length generalization with scalability , author=. Advances in Neural Information Processing Systems , volume=
-
[281]
URL https://arxiv
Unveiling transformers with lego: a synthetic reasoning task, 2022 , author=. URL https://arxiv. org/abs/2206.04301 , year=
2022 arXiv
-
[282]
Generalized massive optimal data compression , volume=
Alsing, Justin and Wandelt, Benjamin , year=. Generalized massive optimal data compression , volume=. Monthly Notices of the Royal Astronomical Society: Letters , publisher=
-
[283]
International Conference on Artificial Intelligence and Statistics , pages=
Amortised likelihood-free inference for expensive time-series simulators with signatured ratio estimation , author=. International Conference on Artificial Intelligence and Statistics , pages=. 2022 , organization=
2022
-
[284]
Nonlinear processes in geophysics , volume=
Compound extremes in a changing climate--a Markov chain approach , author=. Nonlinear processes in geophysics , volume=. 2016 , publisher=
2016
-
[285]
A Course in Applied Stochastic Processes , pages=
Markov Models in Genetics , author=. A Course in Applied Stochastic Processes , pages=. 2006 , publisher=
2006
-
[286]
Du Toit and Effenberger, Frederic , year=
Strauss, R. Du Toit and Effenberger, Frederic , year=. A Hitch-hiker’s Guide to Stochastic Differential Equations: Solution Methods for Energetic Particle Transport in Space Physics and Astrophysics , volume=. Space Science Reviews , publisher=
-
[287]
The Journal of Chemical Physics , volume=
Markov state models of protein misfolding , author=. The Journal of Chemical Physics , volume=. 2016 , publisher=
2016
-
[288]
Proceedings of the annual meeting of the cognitive science society , volume=
Amortized inference in probabilistic reasoning , author=. Proceedings of the annual meeting of the cognitive science society , volume=
-
[289]
arXiv preprint arXiv:2011.01808 , year=
Bayesian workflow , author=. arXiv preprint arXiv:2011.01808 , year=
2011 arXiv
-
[290]
International Conference on Learning Representation , year=
Meta-amortized variational inference and learning , author=. International Conference on Learning Representation , year=
-
[291]
Journal of Machine Learning Research , volume=
Bayesian optimization for likelihood-free inference of simulator-based statistical models , author=. Journal of Machine Learning Research , volume=
-
[292]
2024 , eprint=
Amortized Variational Inference: When and Why? , author=. 2024 , eprint=
2024
-
[293]
Amortized Variational Inference: A Systematic Review , volume=
Ganguly, Ankush and Jain, Sanjana and Watchareeruetai, Ukrit , year=. Amortized Variational Inference: A Systematic Review , volume=. Journal of Artificial Intelligence Research , publisher=
-
[294]
arXiv preprint arXiv:2410.07930 , year=
Cost-aware simulation-based inference , author=. arXiv preprint arXiv:2410.07930 , year=
-
[295]
2024 , eprint=
sbi reloaded: a toolkit for simulation-based inference workflows , author=. 2024 , eprint=
2024
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.