Skip to content

0.3

Due by February 02, 2025 11% complete

laplace-torch v0.3 aims to bring extensive support to diffusion models. These models are challenging due to their (often images) output dimensionality. Considering that the linearized Laplace requires the (n_outputs, n_params)-shaped Jacobians, this can be very challenging (e.g. images have n_outputs = width * height).

All features we aim for are:

  • Effic…

laplace-torch v0.3 aims to bring extensive support to diffusion models. These models are challenging due to their (often images) output dimensionality. Considering that the linearized Laplace requires the (n_outputs, n_params)-shaped Jacobians, this can be very challenging (e.g. images have n_outputs = width * height).

All features we aim for are:

  • Efficient, universal, ultimate Jacobian backend
  • Functional Laplace with subset-of-data support
  • Heteroskedastic Laplace
  • Fast last-layer predictive
Loading