BBillot / SynthSeg

Contrast-agnostic segmentation of MRI scans
Apache License 2.0
368 stars 93 forks source link

Transferable to non MRI modalities? #7

Closed bartmch closed 3 years ago

bartmch commented 3 years ago

Hi, bit of a research question. What's your experience/thought on applying this gmm generative models to other modalities such as CT scans? Thanks!

BBillot commented 3 years ago

Hello bartmch, and thank you for your question.

We have recently started to conduct experiments on other types of images, such as 3d volumes reconstructed from dissection photographs. The results were promising, and we believe that we can extend our framework to new modalities. However, we haven't tested SynthSeg (or retrained a PV-SynthSeg type of model) for CT scans yet.

Another point, somehow related to your question, is that we have recently submitted a paper (currently being reviewed), where we show that SynthSeg can successfully be applied in the context of pathologies that severely affect the brain anatomy (i.e. more than AD for instance). Specifically, we applied SynthSeg to joint segmentation of multiple sclerosis lesions and brain anatomy in brain MRI scans, showing that we perform similarly to the state-of-the-art in contrast-adaptive Bayesian segmentation*, while running two orders of magnitude faster.

Best, Benjamin