kwonminki / Asyrp_official

official repo for Asyrp : Diffusion Models already have a Semantic Latent Space (ICLR2023)
MIT License
249 stars 20 forks source link

Custom Dataset training #4

Closed Junhyuk93 closed 1 year ago

Junhyuk93 commented 1 year ago

Hello,

Thanks for your awesome work!

I have a question to ask the author, is it possible to learn by including attribute values and images that do not exist in the pretrained model in custom data? (ex. Can I put new Food image and Food attribute values in CelebHQ pretrained model?)

Looking forward for your reply, Thank you!

kwonminki commented 1 year ago

No, it's unlikely to work. You cannot apply food images to the CelebA-HQ model. (maybe) \ The generative model needs to have the ability to generate outputs similar to what you want.

However, CLIP has a strong capability for editing out-of-domain information, so it might be worth trying.

If you want to work with food data, consider using a pre-trained ImageNet model.

Check #1

Thank you.

Junhyuk93 commented 1 year ago

Thank you for answer!

In terms of performance, I think using ImageNet pretrained means that it is excellent, but does that mean there is no problem with learning itself?

dongxuyue commented 1 year ago

Thank you for answer!

In terms of performance, I think using ImageNet pretrained means that it is excellent, but does that mean there is no problem with learning itself?

I think that you can try to train your own diffusion model first, then you can make good use of this project.

Junhyuk93 commented 1 year ago

That made perfect sense. thank you :)