Segmentation of Pneumothorax Disease based on Deep Learning
Yao Zhang
North China University of Technology, Beijing, China
Keywords: Pneumothorax Segmentation, Residual Module, Attention Mechanism.
Abstract: Pneumothorax is a common acute pulmonary disease. At present, chest X-ray is an important diagnostic
method of pneumothorax. The image of pneumothorax has the characteristics of uneven distribution, great
changes in the shape and size of lesions, and no obvious characteristics, which makes it difficult for doctors
to make early diagnosis. At the same time, the traditional image algorithm is not good for the extraction of
pneumothorax lesions. To solve the above problems, a deep learning based extraction method for
pneumothorax lesions was proposed. The feature extraction module is constructed by combining the
bottleneck module and improved coordatt attention mechanism, so that the neural network can fully capture
image features, which effectively solves the problem of inaccurate segmentation and extraction due to the
large variation of pneumothorax and the lack of obvious features. Experimental results showed that, on SIIM-
ACR Pneumothorax data set, the Dice index, Accuracy, Recall and Iou reached 85.67%, 92.42%, 87.25% and
81.37%, which proved that compared with other image semantic segmentation methods, Segmentation and
extraction of pneumothorax region results are more accurate.
1 INTRODUCTION
Pneumothorax is a common acute lung disease
(
Gilday 2021), which is fatal. The rapid diagnosis and
treatment of pneumothorax diseases can help to
ensure the safety of patients' lives and have practical
significance. At this stage, the main diagnostic
method for pneumothorax is the doctor's X-ray chest
radiograph. Compared with CT and NMR, X-ray is
inexpensive and has obvious advantages. At present,
the ratio of doctors to patients in China is seriously
imbalanced. Doctors need to diagnose a large number
of chest X-rays every day. The results of artificial
pneumothorax detection are easily affected by factors
such as doctors' experience and level, and are likely
to be missed or misdiagnosed. The failure of
radiologists to detect pneumothorax early is one of
the main causes of death from pneumothorax disease
(
Suthar 2016). Therefore, the Computer-Aided-
Diagnosis (CAD) system (
Chen 2021) should be used
in the automatic detection of clinical X-ray
pneumothorax to help doctors improve the efficiency
and accuracy of diagnosis and reduce missed
diagnosis.
In recent years, with the continuous development
of computer technology, convolutional neural
network models represented by LeNet5(Lecun 1998),
VGG16(Simonyan 2014) and GoogLenet (Szegedy
2015) have been used in the field of computer vision
and medicine. It has achieved success in the image
field, and the recognition effect has been greatly
improved compared with traditional methods. In
2012, Hinton and Krizhevsky used ReLU as the
network activation function, and successfully
proposed Local Response Normalization (LRN), and
AlexNet(Wang 2020), and used the Dropout layer for
the first time to deactivate some neurons and avoid
The model is over-fitting; Kaiming He released the
ResNet(He 2015) neural network based on the
residual module in 2015, which effectively solved the
problem that the gradient disappears when the neural
network reaches a certain depth. In the field of image
segmentation, Ronneberger (Ronneberger 2015) et al.
proposed a U-Net network for medical image
segmentation tasks based on the FCN architecture. It
improved FCN and improved the expansion path a
lot. Multi-channel convolution and similar feature
pyramid networks the structure is combined, and U-
Net can also achieve good results in training and
testing with a small amount of data sets, making a
great contribution to medical image segmentation. In
terms of pneumothorax segmentation, Wang (Wang
2020) et al. proposed a CheXLocNet convolutional
neural network based on Mask R-CNN for