REVIEW 2 major objections 5 minor 2 cited by
sbi reloaded: a toolkit for simulation-based inference workflows
T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The paper claims sbi is a flexible, extensive, well-tested toolkit for simulation-based Bayesian inference workflows, covering neural posterior, likelihood, and ratio estimation with samplers and diagnostics.
desk verdict Solid software description for a useful SBI toolkit; 'well-tested' is asserted rather than shown in the paper, but the external repo likely holds the evidence. 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 load-bearing object is the modular pipeline: simulator and prior, conditional density estimator, method class, training loop, sampler, diagnostics, and analysis. Each stage has a default setting that works out of the box and a low-level interface that exposes full control. That division lets one codebase host NPE, NLE, and NRE (each amortized or sequential) while sharing the same training, sampling, and diagnostic machinery, and lets users swap density estimators such as normalizing flows, diffusion models, flow matching, and mixture density networks without changing the rest of the workflow.
What would settle it
Run sbi on a simulator with a known analytic posterior (for example, a Gaussian linear model) and use simulation-based calibration or expected coverage to check whether the returned posterior is calibrated; systematic miscalibration would falsify the claim that the toolkit is reliable.
Extended reading notes
Core claim
The central claim, in the paper's own terms, is that sbi has matured into a flexible, extensive, and well-tested toolkit for simulation-based Bayesian inference workflows. It supports any offline simulator and prior, offers both preconfigured defaults and full customization at every pipeline stage, and includes methods whose reliability practitioners can check with simulation-based calibration, expected coverage, local C2ST, and TARP diagnostics. The paper argues that this combination is what lets a broad set of users apply state-of-the-art SBI to black-box simulators, and that the community-driven extension of the package since its original release is what made the workflow complete.
Load-bearing premise
The paper's claim that sbi is "well-tested" rests on the correctness of the implementations in the public code repository, which the preprint does not demonstrate with tests, benchmarks, or error analysis.
Editorial extensions
If this is right
- Domain scientists with non-differentiable simulators can obtain Bayesian posterior distributions without writing likelihood or gradient code.
- Users can amortize: after one training run, posterior inference for any new observation needs no further simulations.
- Sequential modes focus simulation effort near a given observation, which can reduce total simulation cost.
- Built-in diagnostics such as simulation-based calibration, expected coverage, local C2ST, and TARP give practitioners a way to test whether the approximate posterior is trustworthy.
- A wide choice of density estimators, embedding networks, and samplers lets users match the toolkit to their problem's structure.
Reading between the lines
- The preprint itself reports no benchmark runs, so on a new simulator a practitioner should treat the "well-tested" claim as a promise to be verified locally, not a demonstrated result.
- If the modular architecture is as clean as described, it could serve as a neutral substrate for comparing SBI methods, but that would require community benchmark suites with fixed simulators and metrics.
- The feature list suggests stress tests worth running: discrete-continuous mixtures, high-dimensional observations with learned embeddings, and low-simulation-budget sequential problems.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents sbi, a PyTorch-based open-source package for simulation-based Bayesian inference. It describes the package's motivation, its feature set (including NPE, NLE, NRE, normalizing flows, flow matching, samplers, diagnostics, and analysis tools), and its relation to competing software. The paper functions as a release note for a major update of the previously published sbi package, emphasizing flexibility, customizability, and 'well-tested default settings.'
Significance. If the claims hold, sbi is an important infrastructure contribution: it is already widely used across scientific fields, and the paper provides a consolidated description of its current capabilities. The open-source code, documentation, and tutorials are significant strengths. However, the manuscript's central 'well-tested' assertion is not supported by in-paper evidence; the reliability claims rest on the external repository and prior work. The paper's value as a citable description of the package is clear, but it needs to substantiate or temper its robustness claims.
major comments (2)
- [Abstract; Section 2 (Description)] The abstract promises 'well-tested default settings' and Section 2 refers to a 'preconfigured training loop with established default values,' but the manuscript provides no test results, benchmark evaluations, coverage metrics, or error analyses for any of the listed methods (NPE, NLE, NRE, flow matching, samplers, SBC, etc.). The only supporting evidence is the public GitHub repository and prior application papers, which are not independently assessed in this paper. Given that the usability proposition rests on the correctness of the implementations and the quality of the defaults, this is a load-bearing gap. I recommend adding a short validation section that reports on the package's test suite (e.g., number of tests, CI coverage) or presents a standard benchmark (e.g., posterior recovery on a simple simulator), or alternatively rewriting the 'well-tested' claim to state that defaults are based on prior published studies.
- [Section 2, first sentence] The statement 'sbi supports any kind of (offline) simulator and prior' is too strong. The package requires the simulator to be a Python callable that returns data convertible to PyTorch tensors, and priors must be representable in the supported distribution classes. As written, the claim could mislead users with simulators returning non-tensor objects or priors with complex constraints. Please revise to 'a wide range of simulators and priors' and specify the data format assumptions in the 'Simulator & prior' paragraph.
minor comments (5)
- [Author list] The name 'Julius V etter' contains an erroneous space; please ensure the correct spelling is used.
- [References, [9]] In reference [9], 'arVix' should be 'arXiv' in the DOI URL.
- [Section 3] The statement that development of the Lampe package 'has stopped in favor of the sbi package in July 2024' is a factual claim about a third-party project; please provide a source or temper the wording.
- [Figure 1] Marking new features in red only may hinder readers with color vision deficiencies; consider adding symbols or a hatched pattern.
- [Section 2, Sampling] The phrase 'can use importance sampling to correct for potential inaccuracies in the posterior if the likelihood is available' is unclear about whether the likelihood is for the simulator or an approximation; please clarify.
Circularity Check
No circular derivation: this is a software-description paper, and the 'well-tested default settings' claim is unverified in the manuscript but not derived from its own inputs.
full rationale
The paper contains no mathematical derivation chain, no fitted parameters, and no predictive quantity that could reduce to its inputs by construction. Its central claim is that the sbi package implements a broad set of simulation-based inference methods, network architectures, samplers, and diagnostics; this is a descriptive claim about an existing code artifact, not a result derived within the manuscript. The abstract and Section 2 assert 'well-tested default settings' and a 'preconfigured training loop with established default values,' but the paper presents no tests or benchmarks to substantiate those words. That is a missing-support gap, not circularity: the claimed reliability is not used to derive any further result, and nothing in the paper defines 'well-tested' in terms of the package's own outputs. The text also cites many prior papers, some by the same authors, to support statements such as 'The sbi package is already used extensively by the machine learning research community [6–18].' Those citations document adoption and development history, but they are not load-bearing for the functional claim that particular algorithms exist in the package; a reader can verify that claim directly from the repository. Thus there is a mild reliance on self-citation as indirect evidence of quality, but no circular step in the technical sense, and the central claim retains independent content. Score 1 reflects this mild self-citation flavor rather than any reduction by definition or construction.
Assumptions & free parameters
assumptions (2)
- domain assumption The sbi package correctly implements the described SBI algorithms and is well-tested.
- domain assumption The package supports arbitrary simulators and priors as described.
Cite this review
Pith. "Pith review of sbi reloaded: a toolkit for simulation-based inference workflows." pith.science (2026). https://pith.science/paper/H4GAR2SU
@misc{pith2026241117337,
author = {Pith},
title = {Pith review of: sbi reloaded: a toolkit for simulation-based inference workflows},
year = {2026},
howpublished = {\url{https://pith.science/paper/H4GAR2SU}},
note = {Machine review of arXiv:2411.17337}
}
read the original abstract
Scientists and engineers use simulators to model empirically observed phenomena. However, tuning the parameters of a simulator to ensure its outputs match observed data presents a significant challenge. Simulation-based inference (SBI) addresses this by enabling Bayesian inference for simulators, identifying parameters that match observed data and align with prior knowledge. Unlike traditional Bayesian inference, SBI only needs access to simulations from the model and does not require evaluations of the likelihood function. In addition, SBI algorithms do not require gradients through the simulator, allow for massive parallelization of simulations, and can perform inference for different observations without further simulations or training, thereby amortizing inference. Over the past years, we have developed, maintained, and extended sbi, a PyTorch-based package that implements Bayesian SBI algorithms based on neural networks. The sbi toolkit implements a wide range of inference methods, neural network architectures, sampling methods, and diagnostic tools. In addition, it provides well-tested default settings, but also offers flexibility to fully customize every step of the simulation-based inference workflow. Taken together, the sbi toolkit enables scientists and engineers to apply state-of-the-art SBI methods to black-box simulators, opening up new possibilities for aligning simulations with empirically observed data.
Figures
Forward citations
Cited by 2 Pith papers
-
Learning Individual Reproductive Behavior from Aggregate Fertility Rates via Neural Posterior Estimation
An SNPE-based framework infers individual reproductive behavior parameters from aggregate age-specific fertility rates and successfully predicts out-of-sample micro-level distributions.
-
Microlensing Detection and Inference via Learned Bayes Factors
A unified transformer-based pipeline detects 99.9% of recoverable simulated microlensing events and outperforms literature hard cuts in the short-duration finite-source regime with amortized neural posterior inference.
Reference graph
Works this paper leans on
-
[1]
Fast ε-free inference of simulation models with bayesian conditional density estimation
George Papamakarios and Iain Murray. Fast ε-free inference of simulation models with bayesian conditional density estimation. Advances in neural information processing systems, 29, 2016. doi: 10.48550/arXiv.1605.06376
-
[2]
Sequential neural likelihood: Fast likelihood-free inference with autoregressive flows
George Papamakarios, David Sterratt, and Iain Murray. Sequential neural likelihood: Fast likelihood-free inference with autoregressive flows. In The 22nd International Conference on Artificial Intelligence and Statistics, pages 837–848. PMLR, 2019. doi: 10.48550/arXiv.1805.07226
-
[3]
Likelihood-free mcmc with amortized approximate ratio estimators
Joeri Hermans, V olodimir Begy, and Gilles Louppe. Likelihood-free mcmc with amortized approximate ratio estimators. In International Conference on Machine Learning, pages 4239–4248. PMLR, 2020. doi: 10.48550/ arXiv.1903.04057
-
[4]
S. A. Sisson, Fan Y ., and Beaumont M. A. Overview of abc. InHandbook of Approximate Bayesian Computation, Chapman & Hall/CRC Handbooks of Modern Statistical Methods, chapter 1. CRC Press, Taylor & Francis Group,
-
[5]
Alvaro Tejero-Cantero, Jan Boelts, Michael Deistler, Jan-Matthis Lueckmann, Conor Durkan, Pedro J. Goncalves, David S. Greenberg, and Jakob H. Macke. sbi: A toolkit for simulation-based inference. Journal of Open Source Software, 5(52):2505, 2020. doi: 10.21105/joss.02505
-
[6]
Michael Deistler, Pedro J. Goncalves, and Jakob H. Macke. Truncated proposals for scalable and hassle-free simulation-based inference. In Alice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho, editors, Advances in Neural Information Processing Systems, 2022. doi: 10.48550/arXiv.2210.04815
-
[7]
Variational methods for simulation-based inference
Manuel Glöckler, Michael Deistler, and Jakob H Macke. Variational methods for simulation-based inference. In International Conference on Learning Representations, 2022. doi: 10.48550/arXiv.2203.04176
-
[8]
Neural posterior domain randomization
Fabio Muratore, Theo Gruner, Florian Wiese, Boris Belousov, Michael Gienger, and Jan Peters. Neural posterior domain randomization. In Conference on Robot Learning, pages 1532–1542. PMLR, 2022
work page 2022
Show all 63 references
-
[9]
Adversarial robustness of amortized bayesian inference
Manuel Gloeckler, Michael Deistler, and Jakob H Macke. Adversarial robustness of amortized bayesian inference. In International Conference on Machine Learning, pages 11493–11524. PMLR, 2023. doi: 10.48550/arVix.2305. 14984
2023 doi
- [10]
- [11]
-
[12]
Bayesian model comparison for simulation-based inference
A Spurio Mancini, MM Docherty, MA Price, and JD McEwen. Bayesian model comparison for simulation-based inference. RAS Techniques and Instruments, 2(1):710–722, 2023. doi: 10.1093/rasti/rzad051
2023 doi
- [13]
-
[14]
Generalized bayesian inference for scientific simulators via amortized cost estimation
Richard Gao, Michael Deistler, and Jakob H Macke. Generalized bayesian inference for scientific simulators via amortized cost estimation. Advances in Neural Information Processing Systems, 36:80191–80219, 2023
2023
- [15]
-
[16]
A crisis in simulation- based inference? beware, your posterior approximations can be unfaithful
Joeri Hermans, Arnaud Delaunoy, François Rozet, Antoine Wehenkel, and Gilles Louppe. A crisis in simulation- based inference? beware, your posterior approximations can be unfaithful. Transactions on Machine Learning Research, 2022
2022
-
[17]
L-c2st: Local diagnostics for posterior approximations in simulation-based inference
Julia Linhart, Alexandre Gramfort, and Pedro Rodrigues. L-c2st: Local diagnostics for posterior approximations in simulation-based inference. Advances in Neural Information Processing Systems, 36, 2024. doi: 10.48550/ arXiv.2306.03580
-
[18]
Flexible and efficient simulation-based inference for models of decision-making
Jan Boelts, Jan-Matthis Lueckmann, Richard Gao, and Jakob H Macke. Flexible and efficient simulation-based inference for models of decision-making. Elife, 11:e77220, 2022. doi: 10.7554/eLife.77220
2022 doi
-
[19]
A biophysical account of multiplication by a single neuron
Lukas N Groschner, Jonatan G Malis, Birte Zuidinga, and Alexander Borst. A biophysical account of multiplication by a single neuron. Nature, 603(7899):119–123, 2022. doi: 10.1038/s41586-022-04428-3. 4 sbi reloaded: A toolkit for simulation-based inference workflows
2022 doi
-
[20]
Embryo-uterine interaction coordinates mouse embryogenesis during implantation
Vladyslav Bondarenko, Mikhail Nikolaev, Dimitri Kromm, Roman Belousov, Adrian Wolny, Marloes Blotenburg, Peter Zeller, Saba Rezakhani, Johannes Hugger, Virginie Uhlmann, et al. Embryo-uterine interaction coordinates mouse embryogenesis during implantation. The EMBO Journal, 42...
2023 doi
-
[21]
Meta-learning families of plasticity rules in recurrent spiking networks using simulation-based inference
Basile Confavreux, Poornima Ramesh, Pedro J Goncalves, Jakob H Macke, and Tim V ogels. Meta-learning families of plasticity rules in recurrent spiking networks using simulation-based inference. Advances in Neural Information Processing Systems, 36:13545–13558, 2023
2023
-
[22]
Disinhi- bition by vip interneurons is orthogonal to cross-modal attentional modulation in primary visual cortex
Dylan Myers-Joseph, Katharina A Wilmes, Marian Fernandez-Otero, Claudia Clopath, and Adil G Khan. Disinhi- bition by vip interneurons is orthogonal to cross-modal attentional modulation in primary visual cortex. Neuron, 112(4):628–645, 2024. doi: 10.1016/j.neuron.2023.11.006
2024 doi
-
[23]
Neural networks enable efficient and accurate simulation-based inference of evolutionary parameters from adaptation dynamics
Grace Avecilla, Julie N Chuong, Fangfei Li, Gavin Sherlock, David Gresham, and Yoav Ram. Neural networks enable efficient and accurate simulation-based inference of evolutionary parameters from adaptation dynamics. PLoS biology, 20(5):e3001633, 2022. doi: 10.1371/journal.pbio.3001633
2022 doi
-
[24]
Theta and gamma rhythmic coding through two spike output modes in the hippocampus during spatial navigation
Eric Lowet, Daniel J Sheehan, Ulises Chialva, Rodrigo De Oliveira Pena, Rebecca A Mount, Sheng Xiao, Samuel L Zhou, Hua-an Tseng, Howard Gritton, Sanaya Shroff, et al. Theta and gamma rhythmic coding through two spike output modes in the hippocampus during spatial navigation. ...
2023
-
[25]
Combined statistical-mechanistic modeling links ion channel genes to physiology of cortical neuron types
Yves Bernaerts, Michael Deistler, Pedro J Gonçalves, Jonas Beck, Marcel Stimberg, Federico Scala, Andreas S Tolias, Jakob Macke, Dmitry Kobak, and Philipp Berens. Combined statistical-mechanistic modeling links ion channel genes to physiology of cortical neuron types. bioRxiv,...
2023 doi
-
[26]
Neural simulation-based inference approach for characterizing the galactic center γ-ray excess
Siddharth Mishra-Sharma and Kyle Cranmer. Neural simulation-based inference approach for characterizing the galactic center γ-ray excess. Physical Review D, 105(6):063017, 2022. doi: 10.1103/PhysRevD.105.063017
2022 doi
- [27]
-
[28]
Amortized bayesian inference on generative dynamical network models of epilepsy using deep neural density estimators
Meysam Hashemi, Anirudh N Vattikonda, Jayant Jha, Viktor Sip, Marmaduke M Woodman, Fabrice Bartolomei, and Viktor K Jirsa. Amortized bayesian inference on generative dynamical network models of epilepsy using deep neural density estimators. Neural Networks, 163:178–194, 2023. ...
2023 doi
-
[29]
Accelerated bayesian sed modeling using amortized neural posterior estimation
ChangHoon Hahn and Peter Melchior. Accelerated bayesian sed modeling using amortized neural posterior estimation. The Astrophysical Journal, 938(1):11, 2022. doi: 10.3847/1538-4357/ac7b84
2022 doi
-
[30]
Field-level simulation-based inference of galaxy clustering with convolutional neural networks
Pablo Lemos, Liam Parker, ChangHoon Hahn, Shirley Ho, Michael Eickenberg, Jiamin Hou, Elena Massara, Chirag Modi, Azadeh Moradinezhad Dizgah, Bruno Régaldo-Saint Blancard, et al. Field-level simulation-based inference of galaxy clustering with convolutional neural networks. Ph...
2024 doi
-
[31]
Energy-efficient network activity from disparate circuit parameters
Michael Deistler, Jakob H Macke, and Pedro J Gonçalves. Energy-efficient network activity from disparate circuit parameters. Proceedings of the National Academy of Sciences, 119(44):e2207632119, 2022. doi: 10.1073/pnas. 2207632119
2022 doi
-
[32]
Nina Rößler, Tassilo Jungenitz, Albrecht Sigler, Alexander Bird, Martin Mittag, Jeong Seop Rhee, Thomas Deller, Hermann Cuntz, Nils Brose, Stephan W Schwarzacher, et al. Skewed distribution of spines is independent of presynaptic transmitter release and synaptic plasticity, an...
2023 doi
-
[33]
Simulation-based inference of single-molecule force spectroscopy
Lars Dingeldein, Pilar Cossio, and Roberto Covino. Simulation-based inference of single-molecule force spectroscopy. Machine Learning: Science and Technology, 4(2):025009, 2023. doi: 10.1016/j.bpj.2022.11.920
2023 doi
-
[34]
Bayesian inference of a spectral graph model for brain oscillations
Huaqing Jin, Parul Verma, Fei Jiang, Srikantan S Nagarajan, and Ashish Raj. Bayesian inference of a spectral graph model for brain oscillations. NeuroImage, 279:120278, 2023. doi: 10.1016/j.neuroimage.2023.120278
2023
-
[35]
Simulation-based inference for efficient identification of generative models in computational connectomics
Jan Boelts, Philipp Harth, Richard Gao, Daniel Udvary, Felipe Yáñez, Daniel Baum, Hans-Christian Hege, Marcel Oberlaender, and Jakob H Macke. Simulation-based inference for efficient identification of generative models in computational connectomics. PLOS Computational Biology,...
2023 doi
-
[36]
Deep inverse modeling reveals dynamic-dependent invariances in neural circuit mechanisms
Richard Gao, Michael Deistler, Auguste Schulz, Pedro J Gonçalves, and Jakob H Macke. Deep inverse modeling reveals dynamic-dependent invariances in neural circuit mechanisms. bioRxiv, pages 2024–08, 2024. doi: 10.1101/2024.08.21.608969
2024 doi
-
[37]
Kelly, Adrianne L
Xiaoyu Wang, Ryan P. Kelly, Adrianne L. Jenner, David J. Warne, and Christopher Drovandi. A comprehensive guide to simulation-based inference in computational biology, 2024
2024
-
[38]
Gael Varoquaux. joblib. https://github.com/joblib/joblib, 2008
2008
-
[39]
Normalizing flows for probabilistic modeling and inference
George Papamakarios, Eric Nalisnick, Danilo Jimenez Rezende, Shakir Mohamed, and Balaji Lakshminarayanan. Normalizing flows for probabilistic modeling and inference. Journal of Machine Learning Research, 22(57):1–64,
-
[40]
Automatic posterior transformation for likelihood- free inference
David Greenberg, Marcel Nonnenmacher, and Jakob Macke. Automatic posterior transformation for likelihood- free inference. In International Conference on Machine Learning, pages 2404–2414. PMLR, 2019. doi: 10.48550/ arXiv.1905.07488
-
[41]
nflows: Normalizing flows in pytorch
Conor Durkan, Artur Bekasov, George Papamakarios, and Iain Murray. nflows: Normalizing flows in pytorch. https://github.com/bayesiains/nflows, 2019
2019
-
[42]
Zuko - normalizing flows in pytorch
Francois Rozet. Zuko - normalizing flows in pytorch. https://github.com/probabilists/zuko, 2023
2023
-
[43]
Score- based generative modeling through stochastic differential equations
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score- based generative modeling through stochastic differential equations. In International Conference on Learning Representations, 2021. doi: 10.48550/arXiv.2011.13456
-
[44]
Compositional score modeling for simulation-based inference
Tomas Geffner, George Papamakarios, and Andriy Mnih. Compositional score modeling for simulation-based inference. In International Conference on Machine Learning, pages 11098–11116. PMLR, 2023. doi: 10.48550/ arXiv.2209.14249
-
[45]
Neural score estimation: Likelihood-free inference with conditional score based diffusion models
Jack Simons, Louis Sharrock, Song Liu, and Mark Beaumont. Neural score estimation: Likelihood-free inference with conditional score based diffusion models. In Fifth Symposium on Advances in Approximate Bayesian Inference, 2023. doi: 10.48550/arXiv.2210.04872
-
[46]
Mixture density networks
C M Bishop. Mixture density networks. Technical Report. Aston University, Birmingham, 1994
1994
- [47]
-
[48]
Macke, and Bernhard Schölkopf
Jonas Bernhard Wildberger, Maximilian Dax, Simon Buchholz, Stephen R Green, Jakob H. Macke, and Bernhard Schölkopf. Flow matching for scalable simulation-based inference. In Thirty-seventh Conference on Neural Information Processing Systems, 2023. doi: 10.48550/arXiv.2305.17161
-
[49]
Chen, Martin Jankowiak, Fritz Obermeyer, Neeraj Pradhan, Theofanis Karaletsos, Rohit Singh, Paul A
Eli Bingham, Jonathan P. Chen, Martin Jankowiak, Fritz Obermeyer, Neeraj Pradhan, Theofanis Karaletsos, Rohit Singh, Paul A. Szerlip, Paul Horsfall, and Noah D. Goodman. Pyro: Deep universal probabilistic programming. J. Mach. Learn. Res., 20:28:1–28:6, 2019. doi: 10.48550/arX...
-
[50]
Pymc: a modern, and comprehensive probabilistic programming framework in python
Oriol Abril-Pla, Virgile Andreani, Colin Carroll, Larry Dong, Christopher J Fonnesbeck, Maxim Kochurov, Ravin Kumar, Junpeng Lao, Christian C Luhmann, Osvaldo A Martin, et al. Pymc: a modern, and comprehensive probabilistic programming framework in python. PeerJ Computer Scien...
2023 doi
-
[51]
Validating bayesian inference algorithms with simulation-based calibration
Sean Talts, Michael Betancourt, Daniel Simpson, Aki Vehtari, and Andrew Gelman. Validating bayesian inference algorithms with simulation-based calibration. arXiv preprint arXiv:1804.06788, 2018. doi: 10.48550/arXiv.1804. 06788
-
[52]
Sampling-based accuracy testing of posterior estimators for general inference
Pablo Lemos, Adam Coogan, Yashar Hezaveh, and Laurence Perreault-Levasseur. Sampling-based accuracy testing of posterior estimators for general inference. In International Conference on Machine Learning, pages 19256–19273. PMLR, 2023. doi: 10.48550/arXiv.2302.03026
-
[53]
Arviz a unified library for exploratory analysis of bayesian models in python
Ravin Kumar, Colin Carroll, Ari Hartikainen, and Osvaldo Martin. Arviz a unified library for exploratory analysis of bayesian models in python. Journal of Open Source Software, 4(33):1143, 2019. doi: 10.21105/joss.01143
2019 doi
-
[54]
Stan: A probabilistic programming language for bayesian inference and optimization
Andrew Gelman, Daniel Lee, and Jiqiang Guo. Stan: A probabilistic programming language for bayesian inference and optimization. Journal of Educational and Behavioral Statistics , 40(5):530–543, 2015. doi: 10.3102/1076998615606113
2015 doi
-
[55]
Composable effects for flexible and accelerated probabilistic programming in numpyro
Du Phan, Neeraj Pradhan, and Martin Jankowiak. Composable effects for flexible and accelerated probabilistic programming in numpyro. arXiv preprint arXiv:1912.11554, 2019. doi: 10.48550/arXiv.1912.11554
-
[56]
Turing: a language for flexible probabilistic inference
Hong Ge, Kai Xu, and Zoubin Ghahramani. Turing: a language for flexible probabilistic inference. InInternational Conference on Artificial Intelligence and Statistics, AISTATS 2018, 9-11 April 2018, Playa Blanca, Lanzarote, Canary Islands, Spain, pages 1682–1690, 2018. URL http...
2018
-
[57]
Doyne Farmer, and Michael Wooldridge
Arnau Quera-Bofarull, Joel Dyer, Anisoara Calinescu, J. Doyne Farmer, and Michael Wooldridge. Blackbirds: Black-box inference for differentiable simulators. Journal of Open Source Software, 8(89):5776, 2023. doi: 10.21105/joss.05776. URL https://doi.org/10.21105/joss.05776
2023 doi
-
[58]
Lampe: Likelihood-free amortized posterior estimation
François Rozet, Arnaud Delaunoy, Benjamin Miller, et al. Lampe: Likelihood-free amortized posterior estimation. Statistical Software, 2021
2021
-
[59]
Radev, Marvin Schmitt, Lukas Schumacher, Lasse Elsemüller, Valentin Pratz, Yannik Schälte, Ullrich Köthe, and Paul-Christian Bürkner
Stefan T. Radev, Marvin Schmitt, Lukas Schumacher, Lasse Elsemüller, Valentin Pratz, Yannik Schälte, Ullrich Köthe, and Paul-Christian Bürkner. BayesFlow: Amortized Bayesian workflows with neural networks. Journal of Open Source Software, 8(89):5702, 2023. doi: 10.21105/joss.05702
2023 doi
-
[60]
Swyft: A system for scientific simulation-based inference at scale
undark lab. Swyft: A system for scientific simulation-based inference at scale. https://github.com/ undark-lab/swyft, 2023. Version 0.4.5
2023
-
[61]
Simulation-based inference with the python package sbijax, 2024
Simon Dirmeier, Simone Ulzega, Antonietta Mira, and Carlo Albert. Simulation-based inference with the python package sbijax, 2024. 6
2024
- [2018]
- [2021]
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.