Skip to content

Credits

License

sbi is licensed under the Affero General Public License version 3 (AGPLv3) and

Copyright (C) 2020 Álvaro Tejero-Cantero, Jakob H. Macke, Jan-Matthis Lückmann, Michael Deistler, Jan F. Bölts.

Copyright (C) 2020 Conor M. Durkan.

Support

sbi has been supported by the German Federal Ministry of Education and Research (BMBF) through the project ADIMEM, FKZ 01IS18052 A-D). ADIMEM is a collaborative project between the groups of Jakob Macke (Uni Tübingen), Philipp Berens (Uni Tübingen), Philipp Hennig (Uni Tübingen) and Marcel Oberlaender (caesar Bonn) which aims to develop inference methods for mechanistic models.

Important dependencies and prior art

  • sbi is the successor to delfi, a Theano-based toolbox for sequential neural posterior estimation developed at mackelab. If you were using delfi, we strongly recommend to move your inference over to sbi. Please open issues if you find unexpected behaviour or missing features. We will consider these bugs and give them priority.

  • sbi as a PyTorch-based toolbox started as a fork of conormdurkan/lfi, by Conor M.Durkan.

  • sbi uses density estimators from bayesiains/nflows by Conor M.Durkan, George Papamakarios and Artur Bekasov. These are proxied through pyknos, a package focused on density estimation.

  • sbi uses PyTorch and tries to align with the interfaces (e.g. for probability distributions) adopted by PyTorch.

  • See README.md for a list of publications describing the methods implemented in sbi.