Table of Contents
Fetching ...

SCOPE-MRI: Bankart Lesion Detection as a Case Study in Data Curation and Deep Learning for Challenging Diagnoses

Sahil Sethi, Sai Reddy, Mansi Sakarvadia, Jordan Serotte, Darlington Nwaudo, Nicholas Maassen, Lewis Shi

TL;DR

Detecting Bankart lesions on non-contrast shoulder MRIs is clinically challenging due to subtle imaging features. The authors release ScopeMRI, the first public expert-annotated shoulder MRI dataset, and develop a modular, modality-specific deep learning pipeline with MRNet-based pretraining and multi-view ensembling across sagittal, axial, and coronal planes to detect Bankart tears on both standard MRIs and MRAs. They demonstrate radiologist-level performance on standard MRIs and competitive results on MRAs, with external validation suggesting generalizability, and provide public code to enable reproducibility. This work addresses a critical gap in musculoskeletal imaging by enabling robust diagnosis on non-invasive imaging and facilitating future research through open data and tools.

Abstract

Deep learning has shown strong performance in musculoskeletal imaging, but prior work has largely targeted conditions where diagnosis is relatively straightforward. More challenging problems remain underexplored, such as detecting Bankart lesions (anterior-inferior glenoid labral tears) on standard MRIs. These lesions are difficult to diagnose due to subtle imaging features, often necessitating invasive MRI arthrograms (MRAs). We introduce ScopeMRI, the first publicly available, expert-annotated dataset for shoulder pathologies, and present a deep learning framework for Bankart lesion detection on both standard MRIs and MRAs. ScopeMRI contains shoulder MRIs from patients who underwent arthroscopy, providing ground-truth labels from intraoperative findings, the diagnostic gold standard. Separate models were trained for MRIs and MRAs using CNN- and transformer-based architectures, with predictions ensembled across multiple imaging planes. Our models achieved radiologist-level performance, with accuracy on standard MRIs surpassing radiologists interpreting MRAs. External validation on independent hospital data demonstrated initial generalizability across imaging protocols. By releasing ScopeMRI and a modular codebase for training and evaluation, we aim to accelerate research in musculoskeletal imaging and foster development of datasets and models that address clinically challenging diagnostic tasks.

SCOPE-MRI: Bankart Lesion Detection as a Case Study in Data Curation and Deep Learning for Challenging Diagnoses

TL;DR

Detecting Bankart lesions on non-contrast shoulder MRIs is clinically challenging due to subtle imaging features. The authors release ScopeMRI, the first public expert-annotated shoulder MRI dataset, and develop a modular, modality-specific deep learning pipeline with MRNet-based pretraining and multi-view ensembling across sagittal, axial, and coronal planes to detect Bankart tears on both standard MRIs and MRAs. They demonstrate radiologist-level performance on standard MRIs and competitive results on MRAs, with external validation suggesting generalizability, and provide public code to enable reproducibility. This work addresses a critical gap in musculoskeletal imaging by enabling robust diagnosis on non-invasive imaging and facilitating future research through open data and tools.

Abstract

Deep learning has shown strong performance in musculoskeletal imaging, but prior work has largely targeted conditions where diagnosis is relatively straightforward. More challenging problems remain underexplored, such as detecting Bankart lesions (anterior-inferior glenoid labral tears) on standard MRIs. These lesions are difficult to diagnose due to subtle imaging features, often necessitating invasive MRI arthrograms (MRAs). We introduce ScopeMRI, the first publicly available, expert-annotated dataset for shoulder pathologies, and present a deep learning framework for Bankart lesion detection on both standard MRIs and MRAs. ScopeMRI contains shoulder MRIs from patients who underwent arthroscopy, providing ground-truth labels from intraoperative findings, the diagnostic gold standard. Separate models were trained for MRIs and MRAs using CNN- and transformer-based architectures, with predictions ensembled across multiple imaging planes. Our models achieved radiologist-level performance, with accuracy on standard MRIs surpassing radiologists interpreting MRAs. External validation on independent hospital data demonstrated initial generalizability across imaging protocols. By releasing ScopeMRI and a modular codebase for training and evaluation, we aim to accelerate research in musculoskeletal imaging and foster development of datasets and models that address clinically challenging diagnostic tasks.
Paper Structure (24 sections, 7 figures, 6 tables)

This paper contains 24 sections, 7 figures, 6 tables.

Figures (7)

  • Figure 1: Bankart lesion on standard MRI (left) and MRI arthrogram (right) in the axial view. Images are from the same patient and depict the same tear. White circles reflect annotations identifying the tear, provided by a shoulder/elbow fellowship-trained orthopedic surgeon.
  • Figure 2: Heatmap illustrating the difference in validation AUC (MRNet - ImageNet) across model architectures (AlexNet, Swin Transformer, ViT) and view-modalities (sagittal, axial, coronal) for MRAs and standard MRIs. Positive values indicate higher performance with MRNet pretraining compared to ImageNet pretraining. Each cell represents the AUC difference for the corresponding model and view-modality pair, with results derived from the best-performing hyperparameter set for each model and view-modality. The AUC differences have been scaled by 100 for readability and are presented as percentages.
  • Figure 3: Distribution of receiver operating characteristic (ROC) area under the curve (AUC) values across eight cross-validation splits for each view-modality's final selected architecture. ROC AUC quantifies the model’s ability to distinguish between classes. Each box shows the interquartile range (IQR, 25th–75th percentile), with whiskers extending to 1.5 times the IQR. The horizontal line within each box represents the median AUC, while green triangles indicate the mean AUC. Black dots depict individual split AUCs, with dots outside the whiskers representing outliers. This visualization demonstrates the model’s performance stability on different the validation folds across sagittal, axial, and coronal views for both standard MRIs and MRI arthrograms (MRAs).
  • Figure 4: Receiver operating characteristic (ROC) curves for single-view models and the multi-view ensemble compared to radiologist performance. Results are shown for (a) internal standard MRIs, (b) MRI arthrograms (MRAs), and (c) external standard MRIs. The single-view models correspond to those included in the multi-view ensemble. Shaded regions around each curve represent 95% confidence intervals, calculated through bootstrapping with 1000 iterations. Radiologist performance is marked with red X symbols, illustrating sensitivity and false positive rates derived from original radiology reports (internal datasets only). The dashed diagonal line indicates the performance of a random classifier (AUC = 0.50).
  • Figure 5: Gradient-weighted class activation mapping (Grad-CAM)selvaraju_grad-cam_2017 visualizations for Bankart lesion detection on MRAs (left) and standard MRIs (right) for the axial view. Cases with and without Bankart lesions are presented. The model correctly classified all four cases. White circles highlight the anterior labrum (the region of interest), annotated by a shoulder/elbow fellowship-trained orthopedic surgeon. Heatmaps indicate regions most influential to the model’s prediction, with warmer colors (red/yellow) signifying higher relevance.
  • ...and 2 more figures