English

Transferring Models Trained on Natural Images to 3D MRI via Position Encoded Slice Models

Image and Video Processing 2023-03-03 v1 Machine Learning Quantitative Methods

Abstract

Transfer learning has remarkably improved computer vision. These advances also promise improvements in neuroimaging, where training set sizes are often small. However, various difficulties arise in directly applying models pretrained on natural images to radiologic images, such as MRIs. In particular, a mismatch in the input space (2D images vs. 3D MRIs) restricts the direct transfer of models, often forcing us to consider only a few MRI slices as input. To this end, we leverage the 2D-Slice-CNN architecture of Gupta et al. (2021), which embeds all the MRI slices with 2D encoders (neural networks that take 2D image input) and combines them via permutation-invariant layers. With the insight that the pretrained model can serve as the 2D encoder, we initialize the 2D encoder with ImageNet pretrained weights that outperform those initialized and trained from scratch on two neuroimaging tasks -- brain age prediction on the UK Biobank dataset and Alzheimer's disease detection on the ADNI dataset. Further, we improve the modeling capabilities of 2D-Slice models by incorporating spatial information through position embeddings, which can improve the performance in some cases.

Keywords

Cite

@article{arxiv.2303.01491,
  title  = {Transferring Models Trained on Natural Images to 3D MRI via Position Encoded Slice Models},
  author = {Umang Gupta and Tamoghna Chattopadhyay and Nikhil Dhinagar and Paul M. Thompson and Greg Ver Steeg and The Alzheimer's Disease Neuroimaging Initiative},
  journal= {arXiv preprint arXiv:2303.01491},
  year   = {2023}
}

Comments

To appear at IEEE International Symposium on Biomedical Imaging 2023 (ISBI 2023). Code is available at https://github.com/umgupta/2d-slice-set-networks