Skip to content

Self-supervised Longitudinal Neighbourhood Embedding (LNE), MICCAI2021 & Speicial Issue on Medical Image Analysis

Notifications You must be signed in to change notification settings

ouyangjiahong/longitudinal-neighbourhood-embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

longitudinal-neighbourhood-embedding

Self-supervised Longitudinal Neighbourhood Embedding (LNE), MICCAI 2021. paper

Self-supervised learning of neighborhood embedding for longitudinal MRI, Medical Image Analysis 2022. (LNE-v2) paper

Dependency

conda env create -f requirement.yml

Data Preprocessing

data_preprocessing_ADNI.py and data_preprocessing_LAB.py save images and other information in h5 files.

Self-supervised models

change parameters in config.yml (default setting is training LNE)
run python main.py

change parameters in config_v2.yml (default setting is training LNE-v2)
run python main_v2.py

Downstream classification / regression

change parameters in config.yml
For setting use_feature: ['z'], data_type: single, run python main_classification_single.py
For setting use_feature: ['z', 'delta_z'], data_type: pair, run python main_classification_pair.py

Visualization

see visualization.ipynb for more details.

About

Self-supervised Longitudinal Neighbourhood Embedding (LNE), MICCAI2021 & Speicial Issue on Medical Image Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published