| Literature DB >> 31212736 |
Haixing Li1,2,3,4,5, Haibo Luo1,2,4,5, Yunpeng Liu6,7,8,9.
Abstract
The accurate segmentation of the paraspinal muscle in Magnetic Resonance (MR) images is a critical step in the automated analysis of lumbar diseases such as chronic low back pain, disc herniation and lumbar spinal stenosis. However, the automatic segmentation of multifidus and erector spinae has not yet been achieved due to three unusual challenges: (1) the muscle boundary is unclear; (2) the gray histogram distribution of the target overlaps with the background; (3) the intra- and inter-patient shape is variable. We propose to tackle the problem of the automatic segmentation of paravertebral muscles using a deformed U-net consisting of two main modules: the residual module and the feature pyramid attention (FPA) module. The residual module can directly return the gradient while preserving the details of the image to make the model easier to train. The FPA module fuses different scales of context information and provides useful salient features for high-level feature maps. In this paper, 120 cases were used for experiments, which were provided and labeled by the spine surgery department of Shengjing Hospital of China Medical University. The experimental results show that the model can achieve higher predictive capability. The dice coefficient of the multifidus is as high as 0.949, and the Hausdorff distance is 4.62 mm. The dice coefficient of the erector spinae is 0.913 and the Hausdorff distance is 7.89 mm. The work of this paper will contribute to the development of an automatic measurement system for paraspinal muscles, which is of great significance for the treatment of spinal diseases.Entities:
Keywords: FPA module; U-Net; paraspinal muscles; residual module; segmentation
Year: 2019 PMID: 31212736 PMCID: PMC6630766 DOI: 10.3390/s19122650
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1(a–c) Experts manually construct the outer edge polygon points (yellow) around each muscle. The area enclosed by the red curve connected by the yellow dots indicates the cross-sectional area (CSA) of each muscle.
Figure 2Typical paraspinal muscle Magnetic Resonance (MR) images and their difficulty in segmentation. (a–c) show images of three patients whose target muscles are unclear. Yellow rectangular boxes indicate the area that is easily segmented incorrectly. The spinous processes in (a), the quadratus in (b), and the unobvious boundaries between MF and ES in (c) effect the segmentation of the target. (d–f) show three slices from different spinal levels in the same patient. Green denotes the MF muscle and red denotes the ES muscle. Both the MF muscle and the ES muscle have a pronounced deformation.
Figure 3An illustration of the proposed framework for multifidus (MF) and erector spinae (ES) segmentation in MR images.
Figure 4The flowchart of preprocessing.
Figure 5(a) Residual block. (b) Feature pyramid attention (FPA) module. The blue and pink lines represent the down-sample and upsample operators, respectively.
Figure 6Representative cases of the segmentation results of the MF (green is predicted segmentation, red is ground truth mask and yellow is the overlap region) obtained by U-Net, ResU-Net, and our segmentation network. These images are from different patients and shown in the axial view.
Figure 7Representative cases of the segmentation results of the ES obtained by U-Net, ResU-Net, and our segmentation network.
The performance of various models on the MF test set (the best results are indicated in bold).
| Method | DSC | Sensitivity | Specificity | HD (mm) |
|---|---|---|---|---|
| FCN | 0.908 ± 0.057 | 0.925 ± 0.069 | 0.878 ± 0.057 | 10.76 ± 10.0 |
| SegNet | 0.938 ± 0.038 | 0.949 ± 0.472 | 0.930 ± 0.052 | 7.51 ± 8.29 |
| PSPNet | 0.936 ± 0.036 | 0.931 ± 0.043 | 0.944 ± 0.053 | 5.19 ± 3.84 |
| DeepLabv3+ | 0.943 ± 0.035 | 0.940 ± 0.042 | 0.947 ± 0.044 | 5.02 ± 3.89 |
| U-Net | 0.921 ± 0.039 | 0.925 ± 0.049 | 0.920 ± 0.056 | 6.16 ± 5.14 |
| ResU-Net | 0.944 ± 0.043 | 0.946 ± 0.063 | 0.945 ± 0.045 | 4.68 ± 3.25 |
|
|
The performance of various models on the ES test set (the best results are indicated in bold).
| Method | DSC | Sensitivity | Specificity | HD (mm) |
|---|---|---|---|---|
| FCN | 0.873 ± 0.079 | 0.865 ± 0.075 | 0.892 ± 0.111 | 15.24 ± 14.85 |
| SegNet | 0.904 ± 0.082 | 0.918 ± 0.096 | 0.901 ± 0.092 | 9.9 ± 9.85 |
| PSPNet | 0.901 ± 0.081 | 0.90.1 ±0.089 | 0.915 ± 0.098 | 8.46 ± 6.55 |
| DeepLabv3+ | 0.908 ± 0.077 | 0.919 ± 0.075 | 0.908 ± 0.10 | 8.19 ± 5.92 |
| U-Net | 0.895 ± 0.080 | 0.917 ± 0.086 | 0.887 ± 0.105 | 9.75 ± 8.72 |
| ResU-Net | 0.905 ± 0.092 | 0.915 ± 0.102 | 0.902 ± 0.109 | 8.86 ± 8.42 |
|
|
The parameters of various models (the model with the fewest parameters is indicated in bold).
| Method | FCN | SegNet | PSPNet | DeepLabv3+ | U-Net | ResU-Net | Ours |
|---|---|---|---|---|---|---|---|
| Parameter | 10.9M | 29.4M | 11.2M | 41M | 28.8M | 5.1M |
|
Figure 8(a,b) Linear regression for multifidus and erector spine CSA. The blue curve is the regression curve, the orange circle is the predicted area for each image, the value of n is the number of test samples, and the value of r is R squared. (c,d) Bland–Altman analysis for multifidus and erector spinae CSA.