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

question of the provement of the formula17 #16

Closed qzp2018 closed 1 year ago

qzp2018 commented 1 year ago

As far as I personally understand,the formula 17 comes from the formula18 by derivation,while the inequality in formula 18 establish,but it doesn‘t means that the inequality still establish after derivation.Would you please explain this question?

w-hc commented 1 year ago

Thank for ur interest in the work. Could u elaborate a bit more?

qzp2018 commented 1 year ago

Thank you for your reply.For example,though f(x)>g(x),but it doesn't means that f'(x)>g'(x).So though the formula 18 is true,but it doesn't means that the unequal sign still holds after the derivation about x(the formula 24 does this job),which proves the claim1 and leads to the formula 17.

w-hc commented 1 year ago

I think that claim 1 is ok; we compute a gradient on the lower bound, and by improving the lower bound the quantity itself is improved.

If you mean that the $\approx$ here in 17 is used too loosely, I agree. $f(x) > g(x)$ doesn't really say much about $f'(x)$ and $g'(x)$. So using the $\approx$ is not good, and we see that on some synthetic experiments that gradients are in fact very different.

So it's probably better to focus on Lemma 1 and Claim 1. Those statements are tighter. (Also in Lemma 1 we don't really rely on the assumption of empirical data distribution; that needs a change too).