Official PyTorch implementation for paper Context Matters: Graph-based Self-supervised Representation Learning for Medical Images, accepted by AAAI 2021.
*** NEW *** We release an all-in-one pipeline for feature extraction using our model pretrained on lung CT, available here, sample data is provided.
Supervised learning method requires a large volume of annotated datasets. Collecting such datasets is time-consuming and expensive. Until now, very few annotated COVID-19 imaging datasets are available. Although self-supervised learning enables us to bootstrap the training by exploiting unlabeled data, the generic self-supervised methods for natural images do not sufficiently incorporate the context. For medical images, a desirable method should be sensitive enough to detect deviation from normal-appearing tissue of each anatomical region; here, anatomy is the context. We introduce a novel approach with two levels of self-supervised representation learning objectives: one on the regional anatomical level and another on the patient-level. We use graph neural networks to incorporate the relationship between different anatomical regions. The structure of the graph is informed by anatomical correspondences between each patient and an anatomical atlas. In addition, the graph representation has the advantage of handling any arbitrarily sized image in full resolution. Experiments on large-scale Computer Tomography (CT) datasets of lung images show that our approach compares favorably to baseline methods that do not account for the context. We use the learnt embedding to quantify the clinical progression of COVID-19 and show that our method generalizes well to COVID-19 patients from different hospitals. Qualitative results suggest that our model can identify clinically relevant regions in the images.
@inproceedings{sun2021context,
title={Context Matters: Graph-based Self-supervised Representation Learning for Medical Images},
author={Sun, Li and Yu, Ke and Batmanghelich, Kayhan},
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
volume={35},
number={6},
pages={4874--4882},
year={2021}
}
Please follow the instructions here
sh train.sh
The hyperparameter setting can be found in train.sh
python extract_feature.py --exp-dir ./results/ \
--root-dir ./results/processed_patch/ \
--config-path ./misc/configs.json \
--atlas_patch_loc ./misc/atlas_patch_loc.npy \
--checkpoint_patch ./src/SSL_pretrained_weight/checkpoint_patch.pth.tar \
--checkpoint_graph ./src/SSL_pretrained_weight/checkpoint_graph.pth.tar
Dataset | Anatomy | Checkpoint |
---|---|---|
COPDGene | Lung | Download |