T1-MRI Segmentation with BrainSuite

Authors: Andrew Krause, Francois Tadel, Anand Joshi, David Shattuck

You can use the free BrainSuite and SVReg software package to extract segmented brain surfaces from a T1-weighted MRI image. Surface extraction and segmentation can either be automatic or manual--this tutorial will step you through the automated process (more information on manual tweaks can be found in BrainSuite's documentation).

For this tutorial, we will use the auditory_tutorial_T1.nii file: download. After extracting the zip file, you can rename the MRI image as T1.nii for convenience. We will use this filename in the tutorial for convenience.

Unlike Brainstorm, Freesurfer and BrainVisa, BrainSuite does not use a database structure for storing subject information and scans. Instead, by default it stores its output in the same folder as the input MRI scan. Thus, it is often best to have each subject's structural scan in its own folder.

Installation

  1. Download the latest version of BrainSuite from http://forums.brainsuite.org/download/.

  2. Install it on your computer by following the instructions in BrainSuite's quick start installation guide: https://brainsuite.org/quickstart/installation/.

  3. You will be using Surface/Volume Registration (SVReg) to do the surface segmentation, so you need to install a compatible MATLAB Runtime (2019b for BrainSuite 21a). You may ignore any instructions about "Setting up BDP" if you are not planning on using BrainSuite for diffusion imaging.

  4. Set the installation path in the Brainstorm preferences.

    bs_pref.gif

Run BrainSuite from Brainstorm

Run BrainSuite manually

  1. Open the T1-weighted scan in BrainSuite by going to File > Open Volume... and navigating to the auditory tutorial's T1.nii scan.

    brainsuite1small.png

  2. Check that the scan is in the correct orientation. Some of the modules BrainSuite and SVReg run while processing a scan assume that the scan is in LPI coordinates. Practically, this means the screen should look like below when you open it.

    brainsuite2small.png

  3. Clicking on menu Cortex > Cortical Surface Extraction Sequence.

  4. Check the box next to "Register and label brain".

    brainsuite14small.png

  5. BrainSuite has two atlases, BrainSuiteAtlas1 and BCI-DNI_brain_atlas. If you are using BrainSuiteAtlas1 here, then you should use Colin27_BrainSuite_2016 or ICBM152_BrainSuite_2016 as the default anatomy. If you are using the BCI-DNI_brain_atlas here, then you should use BCI-DNI_BrainSuite_2016 as the default anatomy in BrainStorm.

  6. At the bottom of the dialog window, check that the filename prefix is "T1" and that the working directory is the Anatomy folder of the CTF tutorial files (or, if you moved the scan to its own folder, that folder).
  7. Click "Run All". The full surface creation and segmentation process should take about 0.5 - 1.5 hours, depending on your machine.

    brainsuite13small_v2.png

Import the results in Brainstorm

  1. Switch to the anatomy side of the database explorer
  2. Create a new subject, set the default anatomy option to "No, use individual anatomy"
  3. Right-click on the subject > Import anatomy folder.

    importMenu.gif

    • Import anatomy folder: Interactive import: asks for the number of vertices expected in the final cortex surfaces and for the location of the fiducials NAS/LPA/RPA. Select this option in the case of an MEG study, when you know exactly where the fiducials were digitized during the MEG acquisition. See tutorial MRI registration.

    • Import anatomy folder (auto): Automatic import: Computes the linear MNI normalization, uses default positions from the MNI atlas for the NAS/LPA/RPA fiducials, and uses 15000 vertices for the cortex downsampled surfaces.

  4. Select one of the BrainSuite import options and select the processing folder:

    • BrainSuite: Import the T1 MRI, pial and white cortex surfaces, scalp and skull surfaces, registration squares, surface and volume parcellations.

    • BrainSuite + Volume atlas: Same as above, with the following addition: Import the volume parcellations available in the subject folder.

  5. Manual import: You're prompted for the number of vertices you want in the final cortex surface. This will by extension define the number of dipoles to estimate during the source estimation process. By default we set this value to 15000 for the entire brain (it means 7500 for each hemisphere).

    nvertices.png

  6. Manual import: The MRI Viewer appears for you to define the anatomical fiducials. See tutorial Import anatomy. Click on Save to keep your modifications, and the import will continue.

    fiducialssmall.png

  7. A figure is automatically shown at the end of the process, to check visually that the low-resolution cortex and head surfaces were properly imported. If it doesn't look like the following picture, do not go any further in your source analysis, fix the anatomy first.

    importresultssmall.png

Files imported

The files that are imported from the BrainSuite folder are the following:

The successive steps that are automatically performed by Brainstorm:

The files you can see in the database explorer at the end:

Handling Errors

How to check the quality of the result

It's hard to estimate what would be a good cortical reconstruction. Try to spot the most obvious errors, e.g. when the early stages of the brain extraction didn't perform well. Play with the Smooth slider in the Surface tab. If it looks like a brain (two separate hemispheres) in both smooth and original views, it is probably OK.

Display the cortex surface on top of the MRI slices, to make sure they are well aligned, that the surface follows the folds well, and that the left and right were not flipped: right-click on the low-resolution cortex > MRI registration > Check MRI/surface registration...

The cortex looks bad

It is critical to get a good cortex surface for source estimation. If the final cortex surface looks bad, it means that something didn't work well somewhere along the BrainSuite cortical surface extraction sequence. This tutorial is not meant to guide you though troubleshooting BrainSuite results, but most errors in surface generation and segmentation occur at the first step, skull-stripping. If you are ending up with surfaces that include non-brain regions, or are missing large chunks of cortex, this step is where the error occurred.

To fix skull-stripping issues, re-open the original T1 scan in BrainSuite. Open the Cortical Surface Extraction Sequence and check the box next to "Register and label brain" as you did above, but this time uncheck "Skull stripping". Next click on Cortex > Skull Stripping (BSE) to open the skull stripping dialog box, as this will let you step back and forth until you get a result that works. First try increasing 'Automated Iterations' from 5 to 10 or 15, and press 'Apply'. If the results do not look satisfactory, then press 'Back' and try again. You can also try entering parameters manually by unchecking 'automated parameter selection'. Common parameter settings that work are:

In general, increasing the edge constant will exclude more areas of the brain (decreasing will include more areas), while increasing the diffusion constant will include more areas. Set the parameters as you want, then click "Step >" until it says "finished skullstripping" above the progress bar. If the results look good, then click "Run All" on the Cortical Surface Extraction Sequence dialog box to run the rest of the segmentation process; if the results do not look good, click "< Back" on the Skull Stripping Tool dialog box until the progress bar returns to 0% and try a different set of parameters. More information can be found in BrainSuite's documentation.

If after following these instructions you still don't manage to get good surfaces, you can try to run the automatic MRI segmentation from BrainVISA or FreeSurfer.

The head surface looks bad

See the instructions to generate a new head surface file in the FreeSurfer tutorial.

Cortical Parcellations

Checking the box next to "Register and label brain" when running BrainSuite's Cortical Surface Extraction sequence causes BrainSuite to run a companion program called SVReg that implements an automatic parcellation of the cortical surface into anatomical regions. More information on this program can be found here:http://brainsuite.bmap.ucla.edu/processing/svreg/

SVReg's labels are imported into BrainStorm as scouts (cortical regions of interest), and saved directly in the surface files. To check where they are saved: right-click on the low-resolution cortex file > File > View file contents. You can see that there are two "Atlas" structures available, one that has Name='User scouts' and the other with Name='SVReg'.

To access them from the interface: 1. Double-click on the low-resolution cortex (works with the original, high-resolution cortex too, it's just longer to display) 2. Go to the Scout tab, and click on the drop-down list to select "SVReg"

svregscoutssmall.png

Troubleshooting: You do not see the atlas SVReg

If you get some error messages in the Matlab command window during the segmention ("Could not find XML label description file brainsuite_labeldescription.xml"), you are using a version of BrainSuite that does not save the file brainsuite_labeldescription.xml in the segmentation folder.

Workaround: Copy manually the file brainsuite_labeldescription.xml to the segmentation folder.

Volume parcellations

The SVReg atlas is available as a volume, with the same dimensions as the original T1 MRI.

[TODO]

Additional parcellations

An additional BrainSuite module allows the computation multiple parcellations (atlases in BrainStorm terminology). This is not integrated into BrainSuite yet but it is a separate executable and is a separate download. Follow the link for instructions:
https://github.com/ajoshiusc/svreg_multiparc

multiparc1.png

multiparc2.png

Subcortical structures: svreg labels

The file T1.svreg.label.nii.gz contains a volume the subcortical regions. Brainstorm reads these volume labels and tesselates some of these regions, groups all the meshes in a large surface file where the regions are identified in an atlas called "Structures". It identifies: 8 bialateral structures (accumbens, amygdala, caudate, hippocampus, pallidum, putamen, thalamus, cerebellum) and 1 central structure (brainstem). You can easily extract one structure (for example the brainstem or the cerebellum) by selecting the corresponding entries in the scouts list and selecting the menu Scout > Edit surface > Keep only selected scouts. It creates a new surface with only the selected regions. If you want to remove one or several structures, use the menu "Remove selected scouts" instead. Read more about the segmentation and labeling process in BrainSuite here: http://brainsuite.org/processing/svreg/

Template registration for group analysis

BrainSuite provides an accurate registration method to the Brainstorm anatomy templates (Colin27, ICBM152). The registration procedure works in the same way as the FreeSurfer-based registration illustrated in this tutorial: Group studies: Subject coregistration.

To use this registration, you need to use a template anatomy processed with BrainSuite.
Right-click on Default anatomy > Use template > Colin27_BrainSuite_2016 or ICBM152_BrainSuite_2016.

Resection labeling

BrainSuite's module auto_resection_labeling can coregister pre- and post- op MRI's of subjects that underwent surgical resection. The module coregisters pre- and post-op MRI images and identifies resection as a volumetric mask. This volumetric mask can be imported as a MRI parcellation (aka MRI atlas) in subject space, and then used to generate volume scouts in the source space.

Please refer to the documentation of the module for identifying the resection and importing results into BrainStorm. Brainstorm will import the resection mask, and extract a surface representation.





Feedback: Comments, bug reports, suggestions, questions
Email address (if you expect an answer):


Tutorials/SegBrainSuite (last edited 2023-09-18 19:37:59 by ?AnandJoshi)