| Literature DB >> 34926416 |
Alexander Tack1, Alexey Shestakov1, David Lüdke1, Stefan Zachow1,2.
Abstract
We present a novel and computationally efficient method for the detection of meniscal tears in Magnetic Resonance Imaging (MRI) data. Our method is based on a Convolutional Neural Network (CNN) that operates on complete 3D MRI scans. Our approach detects the presence of meniscal tears in three anatomical sub-regions (anterior horn, body, posterior horn) for both the Medial Meniscus (MM) and the Lateral Meniscus (LM) individually. For optimal performance of our method, we investigate how to preprocess the MRI data and how to train the CNN such that only relevant information within a Region of Interest (RoI) of the data volume is taken into account for meniscal tear detection. We propose meniscal tear detection combined with a bounding box regressor in a multi-task deep learning framework to let the CNN implicitly consider the corresponding RoIs of the menisci. We evaluate the accuracy of our CNN-based meniscal tear detection approach on 2,399 Double Echo Steady-State (DESS) MRI scans from the Osteoarthritis Initiative database. In addition, to show that our method is capable of generalizing to other MRI sequences, we also adapt our model to Intermediate-Weighted Turbo Spin-Echo (IW TSE) MRI scans. To judge the quality of our approaches, Receiver Operating Characteristic (ROC) curves and Area Under the Curve (AUC) values are evaluated for both MRI sequences. For the detection of tears in DESS MRI, our method reaches AUC values of 0.94, 0.93, 0.93 (anterior horn, body, posterior horn) in MM and 0.96, 0.94, 0.91 in LM. For the detection of tears in IW TSE MRI data, our method yields AUC values of 0.84, 0.88, 0.86 in MM and 0.95, 0.91, 0.90 in LM. In conclusion, the presented method achieves high accuracy for detecting meniscal tears in both DESS and IW TSE MRI data. Furthermore, our method can be easily trained and applied to other MRI sequences.Entities:
Keywords: bounding box regression; convolutional neural networks–CNN; explainable AI (XAI); knee joint; meniscal lesions; multi-task deep learning; object detection; residual learning
Year: 2021 PMID: 34926416 PMCID: PMC8675251 DOI: 10.3389/fbioe.2021.747217
Source DB: PubMed Journal: Front Bioeng Biotechnol ISSN: 2296-4185
Demographics: In this study, 2,399 DESS and 2,396 IW TSE MRI scans from the OAI database are analyzed. In these data, slightly more normal than diseased medial menisci (MM) and lateral menisci (LM) are contained. Here, normal is defined as no conspicuous features with respect to the MOAKS scoring system in any sub-region.
| DESS | IW TSE | |
|---|---|---|
| Number of MR images | 2,399 | 2,396 |
| In-plane resolution | 0.36 mm × 0.36 mm | 0.36 mm × 0.36 mm |
| Usual slice dimension | 384 × 384 | 442 × 448 |
| Slice thickness | 0.7 mm | 3 mm |
| Number of slices | 160 | 35 to 43 |
| Side (left; right) | 1104; 1295 | 1104; 1292 |
| Sex (female; male) | 1489; 910 | 1487; 909 |
| Age [years] | 61.88 ± 8.87 | 61.89 ± 8.86 |
| BMI [kg/m2] | 29.01 ± 4.79 | 29.08 ± 4.79 |
| MM (% normal) | 60.0% | 59.9% |
| LM (% normal) | 80.0% | 79.9% |
FIGURE 1Examples of normal menisci, signal abnormalities, and subjects with meniscal tears shown for DESS as well as IW TSE MRI data. For a summary of different types of meniscal tears per sub-region the reader is referred to Supplementary Table S1.
FIGURE 2CNN pipeline for detection of meniscal tears in six sub-regions. Approach Full-scale uses a ResNet50 encoder followed by a classifier head with for classification of meniscal tears in 3D MRI data (A). Approach BB-crop reduces the 3D MRI input to the meniscal RoI and uses a DRN-C-26 encoder followed by a classifier head with to detect meniscal tears (B). Approach BB-loss uses a ResNet50 encoder followed by a classifier head with as well as another bounding box regression head with and in order to predict bounding boxes of the menisci in the 3D MRI data (C). The ResNet50 is made up of an initial convolutional layer followed by max-pooling before 16 ResNet bottleneck blocks with residual connections are stacked. The DRN-C-26 starts with the same convolutional layer but is immediately followed by ten residual building blocks and, lastly, two building blocks without a residual connection. After average pooling, the encoders generate 2048 and 512 features, respectively. Finally, SmoothGrad saliency maps are presented as overlaid heatmaps on top of the respective MR image to highlight these regions that mostly influenced the detection of tears (bottom right corner).
FIGURE 3ROC curves for detection of meniscal tears in DESS MRI data.
ROC AUC results for medial menisci (MM) and lateral menisci (LM) in DESS MRI data.
| MM | LM | |||||
|---|---|---|---|---|---|---|
| Method | Anterior | Body | Posterior | Anterior | Body | Posterior |
|
| 0.74 | 0.84 | 0.85 | 0.94 | 0.92 | 0.91 |
|
| 0.87 | 0.89 | 0.89 | 0.95 | 0.93 |
|
|
|
|
|
|
|
|
|
The best results for each anatomical sub-region are highlighted in bold.
FIGURE 4ROC curves for detection of meniscal tears in IW TSE MRI data.
ROC AUC results for medial menisci (MM) and lateral menisci (LM) in IW TSE data.
| MM | LM | |||||
|---|---|---|---|---|---|---|
| Method | Anterior | Body | Posterior | Anterior | Body | Posterior |
|
| 0.82 | 0.87 | 0.82 | 0.88 | 0.85 | 0.85 |
|
|
|
|
| 0.92 | 0.90 |
|
|
|
| 0.88 |
|
|
|
|
The best results for each anatomical sub-region are highlighted in bold.
FIGURE 5The distribution of the IoU values for the bounding boxes of MM and LM in DESS and IW TSE MRI data.
FIGURE 6SmoothGrad saliency maps overlaid over DESS MRI data (A) and IW TSE MRI data (B).
Comparison of our results on DESS MRI data to the related work. The “3D data” column indicates whether the method is trained on and applied to complete 3D MR images. The explainable AI “XAI” column indicates if concepts of saliency maps are employed in order to highlight the areas responsible for the CNNs’ decisions.
|
|
|
|
|
|
|
|
| Ours: | Ours: | Ours: | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 3D data | × | × |
|
|
|
|
|
|
|
|
|
| XAI | × |
|
| × |
| × |
|
|
|
|
|
| Anywhere | 0.94 | 0.906 | 0.847 | 0.89 | 0.904 and 0.913 | 0.934 |
| — | 0.81 | 0.89 | 0.94 |
| Any MM | — | — | — | — | — | — | 0.882 | 0.93 | 0.79 | 0.89 |
|
| Any LM | — | — | — | — | — | — | 0.781 | 0.84 | 0.87 | 0.92 |
|
| MM-AH |
|
| — | — | — | — | — | — | 0.85 | 0.84 |
|
| MM-B | — | — | — | — | — | — | — | — | 0.82 | 0.89 |
|
| MM-PH |
|
| — | — | — | — | — | — | 0.78 | 0.89 |
|
| LM-AH |
|
| — | — | — | — | — | — | 0.90 | 0.95 |
|
| LM-B | — | — | — | — | — | — | — | — | 0.86 | 0.92 |
|
| LM-PH |
|
| — | — | — | — | — | — | 0.88 |
|
|
*Roblot et al. (2019) and Couteaux et al. (2019) detected meniscal tears in 2D slices for AH and PH, but reported overall results only.
The best methods for the respective task are highlighted in bold.