application of advanced manual and automated
techniques, including artificial intelligence and deep
learning algorithms. These techniques are intended to
emphasize the extent of the pneumothorax, thus
helping radiologists and clinicians to measure the size
of the collapse and decide whether urgent
intervention is required.
Recently, extensive interest has been directed in
applying DNNs to classify pneumothorax using CXR
images. DNNs, specially CNNs, have shown
wonderful promise for various tasks in medical
imaging, which includes lung disease detection,
cardiac anomaly recognition, and tumor
classification. In these tasks, deep models can reach
very high accuracy and sensitivity as well as
specificity in these tasks; sometimes, they even
outperform traditional approaches by machine
learning or even human experts(Rajpurkar, et al. ,
2017). For instance, it has been proven that the 121-
layer DenseNet model developed by CheXNet has
enabled its application to match the performance of a
human radiologist in the detection of pneumonia
through CXR images (Irvin, et al. , 2017).
Despite all this, pneumothorax classification by
such techniques raises several challenges. This
includes problems of class imbalance, the
interpretability of the models, and large annotated
datasets (Liu, et al. , 2019). This article highlights the
key contributions in the detection of pneumothorax
by deep neural networks. The discussions highlight
the ongoing challenges as well as future directions
2 LITERATURE SURVEY
For the last couple of years, there has been intensive
exploration of using deep learning for the
classification of pneumothorax, for the main reason
that now it is possible to take advantage of large-scale
CXR datasets annotated by hundreds of thousands of
images. The development of a benchmark for deep
learning models was powered by ChestX-ray14, a
dataset of over 112 000 images annotated for 14
different thoracic conditions (Cao, et al. , 2020).
Specifically, pneumothorax was one of the 14
conditions that have been fine-tuned using CNN
architectures such as ResNet and DenseNet, known
to outperform most models in extracting the relevant
features from medical images(Krizhevsky,
Sutskever, et al. , 2012).
Pre-trained models have also fast-tracked
pneumothorax detection. A DenseNet-121 model
pre-trained on ImageNet and fine-tuned on the
ChestX-ray14 dataset attained a good area under the
curve of 0.93 for pneumothorax classification. This is
the principle of transfer learning wherein models pre-
trained on large general datasets are adapted to
specific medical tasks, which considerably improves
performance even with just quite minimal labeled
data (He, et al. , 2016).
The challenge offered a particular pneumothorax
dataset with more than 10,000 labeled CXR images
for further acceleration of deep learning models. This
challenge introduced several segmentation models,
such as U-Net and Mask R-CNN, and now not only
classify pneumothorax but also provide pixel-wise
segmentation, and therefore those models are
valuable for detection and localization
alike(Girshick, et al. , 2017). These models thus
demonstrate that segmentation does improve the
classification by establishing context related to
localizing the affected region.
Apart from classification in recent years, multi-
task learning has garnered much attention to improve
the performance of a model. Liu et al. (Liu, et al. ,
2019) recently proposed a multi-task learning
architecture that integrates both classification and
segmentation into its function. Such an architecture
enables end-to-end learning from two tasks at one
time, thereby improving the performance of
pneumothorax detection by leveraging
complementary information arising from the inherent
task of the segmentation mechanism.
Class imbalance in this problem is one of the most
significant problems encountered in pneumothorax
classification where the number of positive cases, that
is, pneumothorax is much limited as compared with
negative cases. Many strategies have been applied to
handle the problem with the help of weighted loss
functions and data augmentation techniques (Zhuang,
et al. , 2018). The weighted loss functions give more
penalties to the cases of misclassified cases that are
pneumothorax thereby reducing the class imbalance
effect. Another form of applying data augmentation
is rotating, flipping, and adjusting the contrast of
images in an artificial manner to create more diverse
positive samples so that the model can be made more
robust (Ronneberger, et al. , 2015).
Synthetic creation of training data To increase
data diversity, some researchers applied synthetic
data generation techniques. These comprise
Generative Adversarial Networks, GANs. GANs
allow the production of realistic images of
pneumothorax as additional examples that could
prove useful to overcome small imbalanced datasets.
In fact, Rajpurkar et al. (Goodfellow, et al. , 2014)
demonstrated that images of GAN-generated were