pals-ttic / sjc

Score Jacobian Chaining: Lifting Pretrained 2D Diffusion Models for 3D Generation (CVPR 2023)
https://pals.ttic.edu/p/score-jacobian-chaining
Other
500 stars 15 forks source link

noisy_x scaling before diffusion models #24

Open florinshen opened 1 year ago

florinshen commented 1 year ago

Hi, I noticed you apply a normalization with on noisy rendered images with a constant (1 + sigma^2). (https://github.com/pals-ttic/sjc/blob/main/adapt_sd.py#L133).

I am confused with the intuition to scale the noisy data with such constant. Is this scaling to keep the deviation of input at 1 ?

w-hc commented 1 year ago

yes and that's how diffusion models are trained in general see https://arxiv.org/abs/2206.00364 table 1