soumickmj commited on
Commit
cfbade1
1 Parent(s): 3a9663e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -3
README.md CHANGED
@@ -1,3 +1,83 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ tags:
5
+ - medical
6
+ - vessel segmentation
7
+ - small vessel segmentation
8
+ - UNet
9
+ - UNetMSS
10
+ - Deep Supervision
11
+ - 3D
12
+ - DS6
13
+ - 7T MRA-ToF
14
+ - MRA
15
+ - TOF
16
+ - MRI
17
+ - 7T
18
+ - brain MRI
19
+ - vessels
20
+ - CamSVD
21
+ - small vessel disease
22
+ - SVD
23
+ - lacunar strokes
24
+ library_name: pytorch
25
+ ---
26
+ # SMILEUHURA_DS6_CamSVD_UNetMSS3D_wDeform
27
+
28
+ The main model from DS6 (UNetMSS + Deformation-aware learning), first trained on 7T ToF-MRAs of healthy subjects from the SMILE-UHURA dataset (https://doi.org/10.7303/syn47164761) and was then fine-tuned on the Cambridge 7T Cerebral Small Vessel Disease (CamSVD) dataset containing data from subjects with Lacunar strokes with SVD, non-lacunar strokes without SVD, and healthy controls.
29
+
30
+ This study aimed to develop a semi-automatic pipeline for quantifying the 3D morphology of lenticulostriate arteries (LSAs) in small vessel disease (SVD) patients using 7 Tesla Time-of-Flight magnetic resonance angiography (TOF-MRA). The motivation behind the work stems from the limitations of manual 2D analysis methods, which fail to capture the full complexity of LSA morphology. To address this, the authors fine-tuned the deep learning-based DS6 model for vessel segmentation and compared its performance to the classical Frangi filter-based MSFDF method. The DS6 model outperformed MSFDF with a mean Dice similarity coefficient of 0.814±0.029, showing superior sensitivity in detecting weaker LSA branches. Quantifying the segmented LSAs revealed various metrics, including the number of branches, length, and tortuosity. This deep learning-based pipeline offers a more accurate and efficient approach for assessing the 3D structure of LSAs, facilitating future research into the pathophysiology of SVD.
31
+ ## Model Details
32
+
33
+ It was introduced in [DS6, Deformation-Aware Semi-Supervised Learning: Application to Small Vessel Segmentation with Noisy Training Data](https://doi.org/10.3390/jimaging8100259) by Soumick Chatterjee, Kartik Prabhu, Mahantesh Pattadkal, Gerda Bortsova, Chompunuch Sarasaen, Florian Dubost, Hendrik Mattern, Marleen de Bruijne, Oliver Speck, Andreas Nürnberger. [ArXiv preprint](https://arxiv.org/abs/2006.10802)
34
+
35
+ The model architecture is the same as the original paper, but it was first trained on the SMILE-UHURA dataset, and then fine-tuned on the Cambridge 7T Cerebral Small Vessel Disease (CamSVD) dataset. While fine-tuning, additional 3D Spatial Dropout layers were added within the convolutional blocks.
36
+ The results of this fine-tuned model are presented in [A Deep Learning Based Pipeline for the Analysis of the 3D Morphology of Lenticulostriate Arteries in Cerebral Small Vessel Disease from 7 Tesla Time-of-Flight MRA](ComingSoon!)
37
+
38
+ ### Model Description
39
+
40
+ - **Model type:** UNet Multi-scale Supervision (UNet-MSS) 3D
41
+ - **Task:** Vessel segmentation in 7T MRA-ToF volumes
42
+ - **Initial training dataset:** 7T ToF-MRAs from the vessel segmentation challenge: SMILE-UHURA (https://doi.org/10.7303/syn47164761)
43
+ - **Fine-tuning dataset:** 7T ToF-MRAs from the Cambridge 7T Cerebral Small Vessel Disease (CamSVD) study, consisting of healthy controls, and subjects with lacunar strokes with SVD and non-lacunar strokes without SVD.
44
+ - **Training type:** Trained with deformation-aware learning
45
+
46
+ ### Model Sources
47
+
48
+ <!-- Provide the basic links for the model. -->
49
+
50
+ DS6 (vessel segmentation):
51
+ - **Repository:** https://github.com/soumickmj/DS6
52
+ - **Paper:** https://doi.org/10.3390/jimaging8100259
53
+ - **Preprint:** https://arxiv.org/abs/2006.10802
54
+
55
+ This extended study (post-vessel segmentation):
56
+ - **Repository:** ComingSoon!
57
+ - **Preprint:** ComingSoon!
58
+
59
+ ## Citation
60
+
61
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
62
+
63
+ If you use this approach in your research or use codes from this repository or these weights, please cite all the following in your publications:
64
+
65
+ **BibTeX:**
66
+
67
+ DS6:
68
+ ```bibtex
69
+ @article{chatterjee2022ds6,
70
+ title={Ds6, deformation-aware semi-supervised learning: Application to small vessel segmentation with noisy training data},
71
+ author={Chatterjee, Soumick and Prabhu, Kartik and Pattadkal, Mahantesh and Bortsova, Gerda and Sarasaen, Chompunuch and Dubost, Florian and Mattern, Hendrik and de Bruijne, Marleen and Speck, Oliver and N{\"u}rnberger, Andreas},
72
+ journal={Journal of Imaging},
73
+ volume={8},
74
+ number={10},
75
+ pages={259},
76
+ year={2022},
77
+ publisher={MDPI}
78
+ }
79
+ ```
80
+
81
+ **APA:**
82
+
83
+ Chatterjee, S., Prabhu, K., Pattadkal, M., Bortsova, G., Sarasaen, C., Dubost, F., ... & Nürnberger, A. (2022). Ds6, deformation-aware semi-supervised learning: Application to small vessel segmentation with noisy training data. Journal of Imaging, 8(10), 259.