菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-29
📄 Abstract - Are Data Augmentation and Segmentation Always Necessary? Insights from COVID-19 X-Rays and a Methodology Thereof

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.

顶级标签: medical machine learning
详细标签: covid-19 detection chest x-ray data augmentation segmentation classification 或 搜索:

数据增强和分割是否总是必要的?来自COVID-19 X光片的见解及其方法论 / Are Data Augmentation and Segmentation Always Necessary? Insights from COVID-19 X-Rays and a Methodology Thereof


1️⃣ 一句话总结

本研究通过分析COVID-19患者胸部X光片的AI诊断过程,发现肺部分割对提高预测准确性至关重要,而过度数据增强反而会导致模型过拟合,并在此基础上提出了一种名为SDL-COVID的新方法,实现了95.21%的高精度和更低的漏诊率。

源自 arXiv: 2604.26437