Jax Luo (BWH & Harvard Medical School)
Loraine Franke (University of Massachusetts Boston)
Raymond Yang (University of Massachusetts Boston)
Daniel Haehn (University of Massachusetts Boston)
Steve Pieper (Isomics, Inc.)
Lipeng Ning (BWH & Harvard Medical School)
Transcranial magnetic stimulation (TMS) is a noninvase procedure used for treating depression. In the TMS treatment, a magnetic coil is placed on the subject's head to induce an electirc field (E-field) to stimulate targeted brain regions.
Our project aims to predict the distribution of the E-field in real-time so that the clinicians can adjust the location of the coil and target the brain ROI with the maximal stimulation strength.
- Predicting the distribution of the E-field based on the location of the coil
- Read a affine transform matrix from the updated (rotated) coil.
- Perform an affine transformation to the Coil data and resample it to the subject head model space.
- Combine the Coil data and the head model to generate a new nifti file and pre-process it.
- Predict the E-field using the generated nifti file and a pre-trained deep network.
- Visualize the precition result (.nii)
- Finished step 1-4.
- Working on intergrating the code to the visualization module.
- Improving the speed of the prediction.
Visualization of the predicted E-field using the developed interface.
-->
This is the sister project of Slicer TMS Deep-Learning