🤖 AI Summary
This study addresses critical limitations in existing AI-based approaches for COVID-19 diagnosis from chest X-rays, which often neglect lung segmentation and employ inappropriate data augmentation, resulting in poor generalization and low clinical reliability. The authors propose SDL-COVID, a novel method that uniquely integrates medical expert supervision with class activation mapping visualization to systematically evaluate the necessity of lung segmentation and the threshold effects of data augmentation. Their analysis reveals that excessive augmentation induces overfitting, thereby degrading model performance. Through a carefully designed convolutional neural network architecture and comparative experimental framework, SDL-COVID achieves high precision (95.21%) while significantly reducing false-negative rates, thereby enhancing diagnostic reliability for clinical deployment.
📝 Abstract
Purpose: Rapid and reliable diagnostic tools are crucial for managing respiratory diseases like COVID-19, where chest X-ray analysis coupled with artificial intelligence techniques has proven invaluable. However, most existing works on X-ray images have not considered lung segmentation, raising concerns about their reliability. Additionally, some have employed disproportionate and impractical augmentation techniques, making models less generalized and prone to overfitting. This study presents a critical analysis of both issues and proposes a methodology (SDL-COVID) for more reliable classification of chest X-rays for COVID-19 detection. Methods: We use class activation mapping to obtain a visual understanding of the predictions made by Convolutional Neural Networks (CNNs), validating the necessity of lung segmentation. To analyze the effect of data augmentation, deep learning models are implemented on two levels: one for an augmented dataset and another for a non-augmented dataset. Results: Careful analysis of X-ray images and their corresponding heat maps under expert medical supervision reveals that lung segmentation is necessary for accurate COVID-19 prediction. Regarding data augmentation, test accuracy significantly drops beyond a certain threshold with additional augmented images, indicating model overfitting. Conclusion: Our proposed methodology, SDL-COVID, achieves a precision of 95.21% and a lower false negative rate, ensuring its reliability for COVID-19 detection using chest X-rays.