Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.35 KB

3D MRI Transformations

Your Image

How to extract information from 3D MRI for CNN?

Extracting useful information for 3D MRI scan to train efficient CNN models can be tricky. Why?
  1. 3D CNN are difficult to train due to high computation times. And retraining models can be exhausting.
  2. To train 3D CNN, amount of labelled-data required is very high and is not suitable if the sample size is small.

Some transformers..

3D Mean Transformation

Your Image

3D Discrete Wavelet Transformation

  1. Chaplot, S., Patnaik, L. M., & Jagannathan, N. R. (2006). Classification of magnetic resonance brain images using wavelets as input to support vector machine and neural network. Biomedical signal processing and control, 1(1), 86-92.

Your Image