normal-computing / posteriors

Uncertainty quantification with PyTorch
https://normal-computing.github.io/posteriors/
Apache License 2.0
277 stars 12 forks source link

Add deterministic VI methods #76

Open SamDuffield opened 2 months ago

SamDuffield commented 2 months ago
ifiaposto commented 2 months ago

I am adding SNGP that is also a deterministic/ single-forward pass UQ method. not sure if it will work well on pre-trained models though, i.e., not necessarily regularized with spectral normalization.

SamDuffield commented 2 months ago

My understanding is that SNGP #68 training as in the paper is deterministic because they use a Laplace approximation. I imagine though you could do it with VI and even the deterministic VI methods above!

SamDuffield commented 2 months ago

Adding this which is definitely relevant