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

hello what I would need to do to apply it to 3d medical imaging setting #210

Closed
jakubMitura14 opened this issue Aug 23, 2022 · 6 comments
Closed

Comments

@jakubMitura14
Copy link

Hello, I would like to use your algorithm for the 3d setting (magnetic resonance imaging of the prostate gland). I have only image-level labels, and your algorithm seems very interesting. What would I need to do to adapt it for a 3-dimensional setting?

@abebe9849
Copy link

you can use 2.5d model.
pretrain:stack 3 adjacent slices→training DINO for 2d model
fine tuniung: training MIL(e.g:https://www.kaggle.com/competitions/rsna-2022-cervical-spine-fracture-detection/discussion/362607 ) with DINO-pretrained-backbone.

@jakubMitura14
Copy link
Author

jakubMitura14 commented Oct 29, 2022

Thanks @abebe9849 ! Hovewer in this case image level labels would not work as I do not know on which slice is the object of intrest - so setting label as for example prostate cancer present will be false for most slices and true only for those where it truly is present

@abebe9849
Copy link

@jakubMitura14
RSNA2022 also did not provide per-slice annotations. Using MIL eliminates the need for slice-wise annotation. It seems that self-supervised learning can also be used for aggregation layers. (e.g: https://github.com/mahmoodlab/HIPT)

@jakubMitura14
Copy link
Author

thanks!

@abebe9849
Copy link

https://github.com/yeerwen/DeSD seems a 3D version of DINO.
@jakubMitura14

I hope this would help you.

@jakubMitura14
Copy link
Author

Perfect -Thank You !

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