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

loss m_mse of MDT-S-2 is much larger than mse and the visualization of MDT-S-2 with mask_ratio 0.3 does not work #8

Open
ZGCTroy opened this issue Jun 6, 2023 · 2 comments

Comments

@ZGCTroy
Copy link

ZGCTroy commented Jun 6, 2023

image

From the loss of mse and m_mse, it seems that the mask branch does not work in MDT-S-2. We also visualize the generation image and find that generated image with mask_ratio=None is normal but the image with mask_ratio=0.3 is noise.

@gasvn
Copy link
Collaborator

gasvn commented Jun 7, 2023

This is expected, as we want to keep the standard diffusion process and thus make the side-interpolater very small. If you want to rely on the side-interpolater for inference, it's required to make the side-interpolater larger.

@ghost
Copy link

ghost commented Oct 29, 2023

@gasvn
Hello! Thank you for your excellent work!
How should I make the side-interpolater larger in MDT-S-2 correctly?
Do you mean redesigning the side-interpolater to make its network layers larger? As mentioned in your paper,

“When the side-interpolater is kept during inference, MDT naturally enables the image inpainting ability.”

How to carry out specific design?

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

2 participants