Open SamDuffield opened 7 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.
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!
Adding this which is definitely relevant
init
and then is fully deterministic inupdate
which makes for more stable training. More samples are needed so might need gradient accumulation support #52