| Literature DB >> 35054290 |
Rania Almajalid1,2, Ming Zhang3,4, Juan Shan1.
Abstract
In the medical sector, three-dimensional (3D) images are commonly used like computed tomography (CT) and magnetic resonance imaging (MRI). The 3D MRI is a non-invasive method of studying the soft-tissue structures in a knee joint for osteoarthritis studies. It can greatly improve the accuracy of segmenting structures such as cartilage, bone marrow lesion, and meniscus by identifying the bone structure first. U-net is a convolutional neural network that was originally designed to segment the biological images with limited training data. The input of the original U-net is a single 2D image and the output is a binary 2D image. In this study, we modified the U-net model to identify the knee bone structures using 3D MRI, which is a sequence of 2D slices. A fully automatic model has been proposed to detect and segment knee bones. The proposed model was trained, tested, and validated using 99 knee MRI cases where each case consists of 160 2D slices for a single knee scan. To evaluate the model's performance, the similarity, dice coefficient (DICE), and area error metrics were calculated. Separate models were trained using different knee bone components including tibia, femur, patella, as well as a combined model for segmenting all the knee bones. Using the whole MRI sequence (160 slices), the method was able to detect the beginning and ending bone slices first, and then segment the bone structures for all the slices in between. On the testing set, the detection model accomplished 98.79% accuracy and the segmentation model achieved DICE 96.94% and similarity 93.98%. The proposed method outperforms several state-of-the-art methods, i.e., it outperforms U-net by 3.68%, SegNet by 14.45%, and FCN-8 by 2.34%, in terms of DICE score using the same dataset.Entities:
Keywords: 3D MRI; U-net; convolutional neural networks; fully automatic bone detection and bone segmentation; knee osteoarthritis
Year: 2022 PMID: 35054290 PMCID: PMC8774512 DOI: 10.3390/diagnostics12010123
Source DB: PubMed Journal: Diagnostics (Basel) ISSN: 2075-4418
Summary of knee image segmentation methods.
| Paper | Year | Approach | Dataset | Region of Interest | Performance | Advantages | Drawbacks |
|---|---|---|---|---|---|---|---|
| Wu, et al. [ | 2014 | MSL, SSM, Graph cut | 465 CT scans | FB, TB, PB, FiB | AvgD: | High accuracy of overlap | Boundary |
| Fabian et al. [ | 2015 | Random forest classifier | 20 MRI | FB | DICE: 92.37% | Short training time | Smaller dataset used, classification accuracy relied heavily on the quality of labeled data |
| Liu et al. [ | 2018 | SegNet, 3D deformable model | 100 MRI (SKI10) | FB, FC, TB, TC | AvgD: | Low computation cost, short training time | Compared SegNet with only U-Net |
| Liu [ | 2018 | R-Net | 60 MRI (SKI10), | FB, FC, TB, TC | DICE: | The first study to translate one MRI sequence to another | No comparison with other techniques |
| Ambellan et al. [ | 2019 | U-net, SSM | 100 MRI (SKI10), 88 (OAI Imorphics), 507 (OAI-ZIB) | FB, FC, TB, TC | DICE: | Achieved good segmentation accuracy, time-efficient | Compromise between memory and size for choosing subvolume to train 3D CNN |
Figure 1Flowchart of the proposed method.
Figure 2Ground truth labeling and pre-processing. (a) Raw image. (b–e) Manual segmentation of femur, tibia, and patella bones, respectively, and the combined. (f–i) Mask images generated from manual segmentation. (j–m) Mask images after cropping.
Figure 3Illustration of true positive, false positive, and false negative regions.
The performance of the detection models on the testing set.
| FP | FN | TP | TN | Recall | Precision | Accuracy (%) | |
|---|---|---|---|---|---|---|---|
| Tibia | 20 | 9 | 1679 | 692 | 0.995 | 0.988 | 98.79 |
| Femur | 20 | 8 | 1786 | 586 | 0.996 | 0.988 | 98.83 |
| Patella | 9 | 28 | 950 | 1413 | 0.971 | 0.992 | 98.46 |
| Whole Knee | 20 | 9 | 1831 | 540 | 0.995 | 0.989 | 98.79 |
The performance of the segmentation models based on the detection results on testing set.
| TPR (%) | FPR (%) | FNR (%) | SI (%) | DICE (%) | |
|---|---|---|---|---|---|
| Tibia | 96.93 | 3.27 | 3.07 | 93.87 | 96.83 |
| Femur | 98.26 | 2.46 | 1.74 | 95.91 | 97.92 |
| Patella | 96.45 | 11.50 | 3.55 | 86.61 | 92.83 |
| Whole Knee | 98.51 | 4.83 | 1.49 | 93.98 | 96.94 |
Figure 4Plot comparing the manual segmentation and the proposed model’s segmentation.
Figure 5The output of the four segmentation models at different positions form an example case.
The performance of the segmentation models using the manually selected bone slices.
| TPR (%) | FPR (%) | FNR (%) | SI (%) | DICE (%) | |
|---|---|---|---|---|---|
| Tibia | 97.78 | 3.99 | 2.23 | 94.03 | 96.96 |
| Femur | 97.69 | 2.09 | 2.31 | 95.25 | 98.06 |
| Patella | 95.37 | 6.36 | 4.63 | 89.71 | 94.52 |
| Whole Knee | 98.60 | 4.74 | 1.40 | 94.14 | 97.02 |
The comparison of the fully automatic segmentation results and the segmentation results using manually selected bone slices.
| With Manual Detection | With Automatic Detection | |||||
|---|---|---|---|---|---|---|
| SI (%) | DICE (%) | SI (%) | DICE (%) | (DICE) | (SI) | |
| Tibia | 94.03 | 96.96 | 93.87 | 96.83 | 0.400 | 0.729 |
| Femur | 95.25 | 98.06 | 95.91 | 97.92 | 0.399 | 0.330 |
| Patella | 89.71 | 94.52 | 86.61 | 92.83 | 0.304 | 0.239 |
| Whole Knee | 94.14 | 97.02 | 93.98 | 96.94 | 0.489 | 0.499 |
Figure 6The comparison of the performance of the fully automatic models and the segmentation models using manually selected bone slices in terms of DICE (a) and similarity (b) scores.
The comparison of one vs. three segmentation models for whole knee segmentation.
| TPR (%) | FPR (%) | FNR (%) | SI (%) | DICE (%) | |
|---|---|---|---|---|---|
| Whole knee model | 98.60 | 4.74 | 1.40 | 94.14 | 97.02 |
| Combination of three models | 97.66 | 03.29 | 02.34 | 94.55 | 97.20 |
The performance of testing set of the proposed model and other state-of-the-art models for whole knee segmentation.
| TPR (%) | FPR (%) | FNR (%) | SI (%) | DICE (%) | |
|---|---|---|---|---|---|
| U-net | 99.67 | 14.08 | 0.33 | 87.38 | 93.26 |
| SegNet | 83.17 | 20.16 | 16.83 | 70.96 | 82.49 |
| FCN-8 | 92.66 | 3.20 | 7.34 | 89.77 | 94.60 |
| Proposed Method | 98.51 | 4.83 | 1.49 | 93.98 | 96.94 |
The comparison of the proposed model vs. FCN-8 models for whole knee segmentation.
| Proposed Method | FCN-8 | ||||
|---|---|---|---|---|---|
| SI (%) | DICE (%) | SI (%) | DICE (%) | (DICE) | (SI) |
| 93.98 | 96.94 | 89.77 | 94.60 | 0.0000077 | 0.0000069 |
Figure 7The comparison of the performance of the proposed models with the other state-of-the-art models in terms of DICE (a) and similarity (b) scores.