Hi @yilundu, @vacancy,
Thank you very much for releasing the code!
I quickly tested the code and have a couple of questions:
-
[Discrete data]: Could you please clarify the definition of energy in this context? I understand it is sum of squared differences (some estimate of true dist.) between predicted and target values. However, is it possible to use something like negative log-likelihood (NLL) for energy instead and then work with an objective pred_x0? Since it's hard to estimate the noise in discrete cases?
-
[Sampling - inner optimization loop]: The energy values seem to be discarded after a single comparison step. Is this intentional? Am I missing something, or is the energy used solely for determining the direction?
Thanks!
Hi @yilundu, @vacancy,
Thank you very much for releasing the code!
I quickly tested the code and have a couple of questions:
[Discrete data]: Could you please clarify the definition of energy in this context? I understand it is sum of squared differences (some estimate of true dist.) between predicted and target values. However, is it possible to use something like negative log-likelihood (NLL) for energy instead and then work with an objectivepred_x0? Since it's hard to estimate the noise in discrete cases?[Sampling - inner optimization loop]: The energy values seem to be discarded after a single comparison step. Is this intentional? Am I missing something, or is the energy used solely for determining the direction?Thanks!