vvictoryuki / FreeDoM

[ICCV 2023] Official PyTorch implementation for the paper "FreeDoM: Training-Free Energy-Guided Conditional Diffusion Model"
259 stars 9 forks source link

hyper-parameters used in algorithm 2 #8

Open Tsingularity opened 1 year ago

Tsingularity commented 1 year ago

Hi, thanks for the great work!

Just curious what're the hyper-parameters used in the algorithm 2 (image below)? For example, how to set the learning rate and repeat time for each time step? I passed the paper but didn't find any detailed about this. Could you please share them? Thanks!

image
vvictoryuki commented 1 year ago

@Tsingularity Thank you for recognizing our work! The hyperparameters in the algorithm are crucial for achieving good results. Regarding the repeat time, in our experiments, a higher number of repetitions usually does not harm the generation quality. Therefore, it is possible to search for a value that balances the computational cost and the quality of the generated results. However, the specific repeat time may vary depending on the dataset and conditions. As for setting the learning rate, it is a key factor in obtaining stable and high-quality generation results. The empirical strategies for its setting are relatively complex, and we are currently working on open-sourcing and sharing this part of the strategy (before the end of July). Please stay tuned for our future updates;)