ML/STUDIOSresearch-grade applied AI/ML
All work
Case study · Medical imaging · Deep learning

Medical AI

Detecting early Alzheimer's disease from MRI brain scans with a convolutional neural network — reaching accuracy ahead of the human specialist benchmark.

CNN Research

Overview

Catching Alzheimer's earlier means intervening earlier. This project trains an image classifier to read MRI brain scans for the signs — and does it more accurately than the specialist benchmark it was measured against.

The gain didn't come from a bigger model; it came from encoding domain knowledge into how the data is prepared and the network is regularised. The result: 92% accuracy, ahead of the 87% human medical-professional benchmark.

Impact

92%
classification accuracy
87%
human specialist benchmark
+5pts
above the benchmark

How it works

  1. 1

    Skull stripping

    Non-brain tissue is removed from each scan so the model learns from brain structure, not surrounding noise.

  2. 2

    Targeted slice selection

    Mid-brain slices near the hippocampus are selected — the region where the tissue shrinkage characteristic of the disease appears first.

  3. 3

    Augmentation for robustness

    Image augmentation increases data variability so the classifier generalises rather than memorising.

  4. 4

    Regularised CNN

    Layer regularisation, dropout and normalisation keep the network from overfitting and push accuracy past the benchmark.

The data

MRI brain scan
MRI brain scan — mid-brain slices near the hippocampus carry the earliest signal.

Built with

Convolutional neural networksPython Medical imagingData augmentation Domain-informed design