Git Product home page Git Product logo

brain_age_regression's Introduction

Age regression from brain MRI

This notebook was produced as part of a team of 3 and formed part of the submission fo the Machine Learning for Imaging course during my MSc in AI. The coursework provided data and high level guidance on strategies, but the methods were implemented outselves.

Text in italics are taken from the coursework information.

Background

Predicting the age of patient from a brain MRI scan can have diagnostic value for a number of diseases that may cause structural changes and potential damage to the brain. A discrepancy between the predicted age and the real, chronological age of a patient might indicate the presence of disease. This requires an accurate predictor of brain age which may be learned from a set of healthy reference subjects, given their brain MRI data and their actual age.

The objective for the coursework is to implement different supervised learning approaches for age regression from brain MRI. We provided data from a total of 652 healthy subjects, that is split into different development sets and a held-out test set on which you will evaluate your final prediction accuracy.

Each approach will require a processing pipeline with different components that you will need to implement using methods that were discussed in the lectures and tutorials. There are three dedicated parts in the Jupyter notebook for each approach which contain some detailed instructions and some helper code.

Approach

Three appraoches were taken (A,B,C), each approaching the task in different ways - from extracting domain specific features, to training a fully end-to-end model. The results of the three methods are compared. Please note data is not included for ethical reasons.

A: Extract features using segmentation and apply regression

This technique trained a CNN-based model to segment a brain MRI into 3 tissues. The volumes of each tissue were then manually calculated using the images' metadata, to be used as features in the regression.

B: Perform dimenionality reduction on MRI, and apply regression.

This technique extracted abstract features from the MRI using PCA. Regression was performed on the low-dimensional features returned by PCA.

C: Using CNN to predict age directly from MRI

A CNN architecture was trained to predict age directly from the MRI. Feature extraction and regression wis captured in the neural network architecture. The CNN learns highly representative, non-linear features of the MRI scan, from which age can be estimated.

brain_age_regression's People

Contributors

tobygodwin avatar

Stargazers

Lorenzo Niccolini avatar Clarissa Lima Tech avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.