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

How to transfer single-modal pre-trained model to multi-modal dataset? #2

Closed
HongxiY opened this issue Apr 5, 2024 · 4 comments
Closed

Comments

@HongxiY
Copy link

HongxiY commented Apr 5, 2024

Hello, I'm interested in how VoCo manages different numbers of modalities in your pre-training and downstream datasets. Your paper mentions transferring a pre-trained model (trained on CT datasets) to BraTS 21 dataset, which includes four modalities (T1, T2, T1CE, FLAIR). Could you provide more details on the strategies used for this adaptation?

@Luffy03
Copy link
Owner

Luffy03 commented Apr 5, 2024

Hi, many thanks for your attention to our work!
For Brats with four channels of input, we do not load the parameters of the 'patch_embed', while the other parameters are still loaded. For example:
image
image

@HongxiY
Copy link
Author

HongxiY commented Apr 5, 2024

Thanks for your quick response. May I also inquire about your 3D UNet backbone? Do you skip the first layer and then load the remaining parameters accordingly?

@Luffy03
Copy link
Owner

Luffy03 commented Apr 5, 2024

Thanks for your quick response. May I also inquire about your 3D UNet backbone? Do you skip the first layer and then load the remaining parameters accordingly?

Yes! You are right.

@Luffy03
Copy link
Owner

Luffy03 commented Oct 14, 2024

Dear researchers, our work is now available at Large-Scale-Medical, if you are still interested in this topic. Thank you very much for your attention to our work, it does encourage me a lot!

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