sled-group / InfEdit

[CVPR 2024] Official implementation of CVPR 2024 paper: "Inversion-Free Image Editing with Natural Language"
https://sled-group.github.io/InfEdit/
Other
242 stars 7 forks source link

Help with virtual inversion questions please #6

Closed houjie8888 closed 3 months ago

houjie8888 commented 7 months ago

image Hello and thank you for your excellent work. Here is a puzzling question that I would like to have answered by you. In lines 3-4 of Algorithm 1, I can't figure out if there is any difference between z0 in the third line and z in the fourth line.The transformation in lines 3 to 4 doesn't seem to have any additional loss and each of the term's is deterministic. Also, what is the output z of the algorithm? I instinctively feel that the process of inversion is z0 to zT (noise), but it seems that this output z is still z0?

Xiaoda-Zhong commented 6 months ago

Also confused about Algorithm 1.

SihanXU commented 6 months ago

The algorithm 1 is intuitively meaningless, and it’s just a reference for algorithm 2. So if you are confused, feel free to ignore it.