DOI: 10.20944/preprints202307.2052.v1
This program allows users to upload multiple fMRI images at once and predict gestational age based on head circumference.
The predicted value is calculated using an empirical formula, which can be customized by the user.
The program code and predicted values are for research and academic purposes only. They should not be used for commercial applications.
We employed the high-performance VNet model, previously demonstrated to excel in fetal resting-state functional MRI brain segmentation, to precisely extract fetal brain images from fMRI data.
OpenCV functions were meticulously applied to process the generated mask images, enabling accurate determination of both the minimum area rectangle and convex hull perimeter of the fetal brain.
The algorithm automatically measures BPD/FOD and HC across multiple 3D fMRI images, selecting the median value for enhanced precision and substantial time savings compared to manual segmentation.
FileName | pixdim | Slice | FOD | BPD | HC | GA | |
---|---|---|---|---|---|---|---|
0 | sub-2006_ses-T1_task-rest_bold | 3.5 | 17 | 98.0 | 91.0 | 304.4 | 34.457725 |
1 | sub-2006_ses-T1_task-rest_bold | 3.5 | 17 | 101.5 | 80.5 | 292.4 | 32.896189 |
2 | sub-2006_ses-T1_task-rest_bold | 3.5 | 17 | 98.0 | 80.5 | 290.5 | 32.653831 |
3 | sub-2006_ses-T1_task-rest_bold | 3.5 | 17 | 98.0 | 80.5 | 292.5 | 32.908981 |
4 | sub-2006_ses-T1_task-rest_bold | 3.5 | 16 | 98.0 | 80.5 | 291.0 | 32.717480 |
5 | sub-2006_ses-T1_task-rest_bold | 3.5 | 16 | 100.1 | 84.5 | 296.1 | 33.371981 |
6 | sub-2006_ses-T1_task-rest_bold | 3.5 | 17 | 94.0 | 89.1 | 294.5 | 33.165611 |
Bold text is the median of each column.
-
Efficiency: Automating BPD/FOD and HC measurements eliminates time-consuming manual segmentation.
-
Accuracy: Direct HC measurement using image processing circumvents potential errors introduced by estimations based on BPD and FOD.
-
Robustness: Median value selection across multiple 3D images mitigates measurement errors.
- Strong Correlation with Manual Measurements: The AI model's accuracy, particularly in HC predictions, is validated by its strong correlations with manual measurements.
- AI as a Valuable Tool in Prenatal Care: This opensource code the merits of integrating AI into prenatal care, empowering clinicians to customize and modify the formula for predicting GA using HC, which could further improve the accuracy of the prediction and ultimately lead to better outcomes for patients.
The fMRI data used in this demonstration were obtained from the OpenNeuro dataset
Citation: Automated Brain Masking of Fetal Functional MRI Saige Rutherford, Pascal Sturmfels, Mike Angstadt, Jasmine Hect, Jenna Wiens, Marion van den Heuval, Dustin Scheinost, Moriah Thomason, Chandra Sripada bioRxiv 525386; doi: https://doi.org/10.1101/525386
We encourage you to test the program with your own dataset. If you have any questions or feedback, please feel free to open an issue or leave a comment.