Trouble Reproducing Variational Nearest Neighbors GP Performance #2318
Replies: 2 comments
-
cc/ @LuhuanWu |
Beta Was this translation helpful? Give feedback.
-
Hi, the reported behaviors may be related to the The experiments presented in the paper were run with standard ELBO setting, i.e. beta=1.0. I ran the code with beta = 1.0:
beta = 0.1:
For reference, the results in the paper are Here are the codes for reproducing results above, including an additional evaluation part:
I also noticed that the google drive link in the notebook is not working. You can download elevators.mat here. |
Beta Was this translation helpful? Give feedback.
-
Hi all, I've been trying to reproduce the results from the "Variational Nearest Neighbor Gaussian Process" paper using the code from the VNNGP tutorial. Unfortunately, I can't seem to get results similar to those achieved in the paper. My training loss tends to stay high after hundreds of epochs, and the test RMSEs don't reach near the levels of the paper/that of SVGP. I've fiddled around with the batchsizes/#nearest neighbors but nothing seems to have made a difference. Can anyone who has had success with VNNGP give pointers to what might be going wrong?
I've listed the code I'm using below with the elevators dataset. The code follows the tutorial nearly identically.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions