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

The reconstruction images have a lot of noise #48

Closed
powermano opened this issue May 9, 2023 · 6 comments
Closed

The reconstruction images have a lot of noise #48

powermano opened this issue May 9, 2023 · 6 comments

Comments

@powermano
Copy link

The following image is the result of epoch=69.
test_epoch_69

The reconstruction of unmasked part have lots of noise, is this a normal phenomenon?

And I have found a strange problem. If i replace the first conv in the stem with MinkowskiDepthwiseConvolution, the training loss will quickly drop to 0. I can't understand why this is happening.

@Mogul5306
Copy link

How to reconstuct the image. Could you provide the code?

@powermano
Copy link
Author

How to reconstuct the image. Could you provide the code?

same as MAE. https://github.com/facebookresearch/mae/blob/main/demo/mae_visualize.ipynb

@Mogul5306
Copy link

I encountered the same question. Have you solved this problem? The reconstruction images have a lot of noise.
image

@powermano
Copy link
Author

I encountered the same question. Have you solved this problem? The reconstruction images have a lot of noise. image

I did not encounter the problem, maybe you can check you visualization codes.

@powermano
Copy link
Author

powermano commented May 29, 2023

I using another self-supervised learning for CNN, SparK(https://github.com/keyu-tian/SparK), and the reconstruction of unmasked part have lots of noise too.
recon_res

Maybe the reason is due to loss fuction, as the reconstruction loss is only applied to the part of the mask, and the part without the mask is not constrained

@supertx
Copy link

supertx commented Jul 22, 2024

Hi @powermano,

I saw your preview and noticed you're working on facial reconstruction. It seems you've made some progress. I've been working on a similar project but haven't achieved the desired results. Could you share any insights or experiences🙏🏻?

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

3 participants