IVLGQMMar 2, 2023

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

arXiv:2303.01491v110 citationsh-index: 30
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific challenge in neuroimaging by enabling better transfer learning for small datasets, though it is incremental as it builds on existing methods.

The paper tackled the problem of transferring models pretrained on natural images to 3D MRI data by using a 2D-Slice-CNN architecture with ImageNet-pretrained weights and position embeddings, resulting in improved performance on brain age prediction and Alzheimer's disease detection tasks compared to training from scratch.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes