Evaluating unsupervised contrastive learning framework for MRI sequences classification
Yuli Wang, Kritika Iyer, Sep Farhand, Yoshihisa Shinagawa
TL;DR
The paper tackles the challenge of automatically identifying MRI sequence types across nonstandardized protocols to support clinical workflows. It proposes an unsupervised contrastive pre-training pipeline using SimCLR or SimSiam with a ResNet-18 backbone on 2D MRI slices, followed by supervised fine-tuning for nine sequences. On a large in-house brain MRI dataset and multiple public datasets (BraTS, ADNI, Organs), the method achieves an accuracy exceeding $0.95$ on the nine-type task and demonstrates strong generalization across domains, though external datasets show some drop when transferring. The work suggests that unsupervised pre-training reduces labeling burden and enhances robustness to protocol variability, with practical implications for scalable MRI sequence identification in clinical practice.
Abstract
The automatic identification of Magnetic Resonance Imaging (MRI) sequences can streamline clinical workflows by reducing the time radiologists spend manually sorting and identifying sequences, thereby enabling faster diagnosis and treatment planning for patients. However, the lack of standardization in the parameters of MRI scans poses challenges for automated systems and complicates the generation and utilization of datasets for machine learning research. To address this issue, we propose a system for MRI sequence identification using an unsupervised contrastive deep learning framework. By training a convolutional neural network based on the ResNet-18 architecture, our system classifies nine common MRI sequence types as a 9-class classification problem. The network was trained using an in-house internal dataset and validated on several public datasets, including BraTS, ADNI, Fused Radiology-Pathology Prostate Dataset, the Breast Cancer Dataset (ACRIN), among others, encompassing diverse acquisition protocols and requiring only 2D slices for training. Our system achieves a classification accuracy of over 0.95 across the nine most common MRI sequence types.
