Kumar V Dhilip, Rajesh P, Geman Oana, Craciun Maria Daniela, Arif Muhammad, Filip Roxana
School of Computing, Vel Tech Rangarajan Dr. Sagunthala R&D Institute of Science and Technology, Chennai 600062, India.
Department of Computers, Electronics and Automation, Faculty of Electrical Engineering and Computer Science, Stefan cel Mare University of Suceava, 720229 Suceava, Romania.
Diagnostics (Basel). 2023 Mar 30;13(7):1305. doi: 10.3390/diagnostics13071305.
A pneumothorax is a condition that occurs in the lung region when air enters the pleural space-the area between the lung and chest wall-causing the lung to collapse and making it difficult to breathe. This can happen spontaneously or as a result of an injury. The symptoms of a pneumothorax may include chest pain, shortness of breath, and rapid breathing. Although chest X-rays are commonly used to detect a pneumothorax, locating the affected area visually in X-ray images can be time-consuming and prone to errors. Existing computer technology for detecting this disease from X-rays is limited by three major issues, including class disparity, which causes overfitting, difficulty in detecting dark portions of the images, and vanishing gradient. To address these issues, we propose an ensemble deep learning model called PneumoNet, which uses synthetic images from data augmentation to address the class disparity issue and a segmentation system to identify dark areas. Finally, the issue of the vanishing gradient, which becomes very small during back propagation, can be addressed by hyperparameter optimization techniques that prevent the model from slowly converging and poorly performing. Our model achieved an accuracy of 98.41% on the Society for Imaging Informatics in Medicine pneumothorax dataset, outperforming other deep learning models and reducing the computation complexities in detecting the disease.
气胸是一种发生在肺部区域的病症,当空气进入胸膜腔(肺与胸壁之间的区域)时,会导致肺部塌陷并使人呼吸困难。这可能自发发生,也可能是由外伤引起。气胸的症状可能包括胸痛、呼吸急促和呼吸加快。虽然胸部X光片常用于检测气胸,但在X光图像中目视定位受影响区域可能很耗时且容易出错。现有的从X光片中检测这种疾病的计算机技术受到三个主要问题的限制,包括导致过拟合的类别不均衡、检测图像暗部的困难以及梯度消失。为了解决这些问题,我们提出了一种名为PneumoNet的集成深度学习模型,它使用数据增强生成的合成图像来解决类别不均衡问题,并使用一个分割系统来识别暗区。最后,在反向传播过程中变得非常小的梯度消失问题,可以通过超参数优化技术来解决,这些技术可防止模型缓慢收敛和性能不佳。我们的模型在医学影像信息学会气胸数据集中达到了98.41%的准确率,优于其他深度学习模型,并降低了检测该疾病的计算复杂度。