MrGiovanni / ModelsGenesis

[MICCAI 2019 Young Scientist Award] [MEDIA 2020 Best Paper Award] Models Genesis
Other
729 stars 139 forks source link

Questions: Model Genesis for PET #23

Closed RonanENX closed 4 years ago

RonanENX commented 4 years ago

Hello Zongwei, first of all thank you for your work. It appears to be a great idea and it is very clearly explained. I was wondering if a version of your work will be developed for PET modality ? Do you have some advises to train a model for PET modality using your approach (especially for the patch size) ? I am working on a dataset with 128x128x(N slices) PET images. Do you think that patches of size 64x64x64 would help a network (VNet for example) to learn from 128x128x(N slices) PET images ? For how many epochs did you train your models ? (I think I saw 10 000 in one of your answers ?, before any early stop) ? I also want to use your VNet Chest-CT implementation. Do you have any additional advice regarding the fine-tuning ? (fine-tuning only the last layers, cubes of size 64 ?)

Thank you very much for your answers !

MrGiovanni commented 4 years ago

Hello @RonanENX

I believe it would be an exciting project to adapt our self-supervised learning framework to a generic model for PET modality (Genesis PET). Although we have not worked with PET images closely, we conducted several experiments on the cross-modality transfer learning and observed some useful phenomenal. More investigations are needed to form a conclusive "advise", so please shot me an email if you would like to build a closer collaboration.

Here are some quick answers for the subset of your questions:

Thank you, Zongwei