Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about LPIPS loss #8

Open
avatarstones opened this issue Nov 23, 2021 · 1 comment
Open

question about LPIPS loss #8

avatarstones opened this issue Nov 23, 2021 · 1 comment

Comments

@avatarstones
Copy link

First thanks for the great ideas in the paper.

One question about LPIPS loss, in paper your said:
To capture fine details and further improve the realism,
we follow the Learned Perceptual Image Patch Similarity
(LPIPS) loss in [Zhang et al., 2018] and adversarial objective
in [Choi et al., 2020].

My understanding is LPIPS is image difference between 2 image, for instance
LPIPS(x,y)
In the loss function, this LPIPS is the difference between which 2 images?

Thanks.

@avatarstones
Copy link
Author

Another question about cycle loss, in your paper

The cycle loss is a supplement of pixel supervision and can help generate high-fidelity results: L cyc = ||I t − G(I r , I t )|| 1 ,

Here you consider G(I_r, I_t) should be the same as I_t.
My question is, I_r has I_s face and I_t attributes, I_t of course has target face and attribute, then G(I_r, I_t) should have source face and target attribute, which should be similar to I_r, not I_t.
Should it be G(I_t, I_r), this will get an image of target face and target attribute, the result should be same as target I_t.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant