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

Noisy feature vs Clean feature? #8

Open
Sunnet314159 opened this issue Feb 20, 2025 · 1 comment
Open

Noisy feature vs Clean feature? #8

Sunnet314159 opened this issue Feb 20, 2025 · 1 comment

Comments

@Sunnet314159
Copy link

Sunnet314159 commented Feb 20, 2025

Hi!
I have read your paper and know that you want to obtain the noise-free features. But the feature map from DM's UNet you used to train a copy UNet are with noise. I think the feature obtained finally can't represent the clean feature, but the noisy feature. Could you please help me solve my doubts?

@kliyer-ai
Copy link
Collaborator

We train CleanDIFT with clean input images (no noise). As such, the CleanDIFT features cannot contain any noise because we don't inject it anywhere. While we indeed align our features with the noisy features of the standard DM UNet, our model won't learn to artificially produce noisy features because it cannot predict the noise in the standard DM features since they are random. The best it can do is to produce maximally informative features because those will align best with the original DM. Additionally, the projection heads can learn to disregard information that is not necessary for the current timestep of the DM.

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