Skip to content

kondratevakate/mri-epilepsy-diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mri-epilepsy-segmentation

The current project is devoted to the Focal Cortical Displasia detection on MRI T1w images.

fcd

credit: https://doi.org/10.1371/journal.pone.0122252.g002

Focal cortical dysplasia (FCD) is one of the most common epileptogenic lesions associatedwith malformations of cortical development. The findings on magnetic resonance (MR) images areessential for diagnostics and surgical planning in patients with epilepsy. The accurate detection ofthe FCD relies on the radiologist professionalism, and in many cases, the lesion could be missed. Automated detection systems for FCD are now extensively developing, yet it requires large datasetswith annotated data. The aim of this study is to enhance the detection of FCD with the means of transfer learning.

1. Detection

baseline folder contains instructions and tests for medical-detection. Code reproduction for the paper: https://doi.org/10.1016/j.compmedimag.2019.101662

2. Segmentation

segmentation folder contains segmentation model train and transfer. Code reproduction for the paper: https://arxiv.org/abs/2003.04696

3. Classification

classification folder contains fader net architecture and CNN interpretation unit as well as baseline model.