MATH 7243

Machine Learning and Statistical Learning Theory

View the course on GitHub tipthederiver/Math-7243-2020

Main

Lectures

Labs

Homework Assignments

Datasets


Syllabus


Final Project

XN Industry Projects

XN Industry Projects:

The MRI Segmentation Project and Surgery Planning project are XN projects sponsored by Z-Imaging, a Harvard Innovation Labs sponsored startup. Below is our student at the Harvard Innovation Labs with CTO Raahil Sha.

MRI Segmentation:

This project used the OASIS1 dataset to perform automatic segmentation of the ventricles. Students used 3D slicer to construct a large dataset of 3D ventricular segmentations from volumetric MRI data. The group then constructed a 3D UNET that takes in a piece of MRI data and returns a 3D segmented volume. The main issues with this project were in data handling, as the data set has few members (100) but each data point (MRI) is 12 MB. Down-sampling, memory handling and a carefully constructed network were required to train a network capable of proper segmentation.

This project is on going and the current source code can be found here on the github page.

Surgery Planing for External Ventricular Drain:

In this project, students took a series of MRI’s, segmented the skull and the ventricles, and simulated various kinds of obstructions. The students then constructed a stochastic sampling function that evaluated many possible surgery paths, picked the best of the sampled and paths, and then further optimized the path to construct a surgery path for EVD that minimally intersected with obstructions.

Getting Started Resource:

As stated before, we will all start by segmenting some MRI images. We will be using 3d Slicer and possibly Nvidia’s product. To get an idea of the flavor of this, take a look at the short tutorials here: Information on Segmentation: A reasonable first article on segmentation to skim: https://www.hindawi.com/journals/cmmm/2015/450341/

Ventricular Segmentation Using 3D Slicer: Demo 1, Demo 2, Converting STL Files to Numpy Arrays.

Automatic Segmentation using Neural Networks: U-Net Paper, No New U-Net Paper.

A couple of articles on Surgery Planning: A pretty good overview of the general problem of surgery planing. A pretty good visual description of the issues around brain surgery.

Both of these papers can be access through Northeastern’s Library.