paper-with-me

Papers

CovidGAN: Data Augmentation Using Auxiliary Classifier GAN for Improved Covid-19 Detection

2021-03-08 · Abdul Waheed, Muskan Goyal, Deepak Gupta, Ashish Khanna, Fadi Al-Turjman, Placido Rogerio Pinheiro

Coronavirus (COVID-19) is a viral disease caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The spread of COVID-19 seems to have a detrimental effect on the global economy and health. A positive chest X-ray of infected patients is a crucial step in the battle against COVID-19. Early results suggest that abnormalities exist in chest X-rays of patients suggestive of COVID-19. This has led to the introduction of a variety of deep learning systems and studies have shown that the accuracy of COVID-19 patient detection through the use of chest X-rays is strongly optimistic. Deep learning networks like convolutional neural networks (CNNs) need a substantial amount of training data. Because the outbreak is recent, it is difficult to gather a significant number of radiographic images in such a short time. Therefore, in this research, we present a method to generate synthetic chest X-ray (CXR) images by developing an Auxiliary Classifier Generative Adversarial Network (ACGAN) based model called CovidGAN. In addition, we demonstrate that the synthetic images produced from CovidGAN can be utilized to enhance the performance of CNN for COVID-19 detection. Classification using CNN alone yielded 85% accuracy. By adding synthetic images produced by CovidGAN, the accuracy increased to 95%. We hope this method will speed up COVID-19 detection and lead to more robust systems of radiology.

📄 PDF Abstract BibTeX arXiv:2103.05094

Code (2)

ArijitMishra/CovidGAN-Pytorch pytorch
M4rc-C/OPENCovidGAN tf

Tasks

Data AugmentationGenerative Adversarial Network

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Data Augmentation and Classification of Sea-Land Clutter for Over-the-Horizon Radar Using AC-VAEGAN

2023-01-03 · Xiaoxuan Zhang, Zengfu Wang, Kun Lu, Quan Pan

In the sea-land clutter classification of sky-wave over-the-horizon-radar (OTHR), the imbalanced and scarce data leads to a poor performance of the deep learning-based classification model. To solve this problem, this pa…

ClassificationData AugmentationGenerative Adversarial Network

Data Augmentations for Improved (Large) Language Model Generalization

2023-10-19 · NeurIPS 2023 11 · Amir Feder, Yoav Wald, Claudia Shi, Suchi Saria 외

The reliance of text classifiers on spurious correlations can lead to poor generalization at deployment, raising concerns about their use in safety-critical domains such as healthcare. In this work, we propose to use cou…

AttributecounterfactualData AugmentationLanguage Modeling+3

DiffAug: A Diffuse-and-Denoise Augmentation for Training Robust Classifiers

2023-06-15 · Chandramouli Sastry, Sri Harsha Dumpala, Sageev Oore

We introduce DiffAug, a simple and efficient diffusion-based augmentation technique to train image classifiers for the crucial yet challenging goal of improved classifier robustness. Applying DiffAug to a given example c…

DenoisingImage GenerationOut-of-Distribution Detection

PAGE: Prompt Augmentation for text Generation Enhancement

2025-10-13 · Mauro Jose Pacchiotti, Luciana Ballejos, Mariel Ale arxiv

In recent years, natural language generative models have shown outstanding performance in text generation tasks. However, when facing specific tasks or particular requirements, they may exhibit poor performance or requir…

Text Generation

Fully Automatic Electrocardiogram Classification System based on Generative Adversarial Network with Auxiliary Classifier

2020-04-10 · Zhanhong Zhou, Xiaolong Zhai, Chung Tin

A generative adversarial network (GAN) based fully automatic electrocardiogram (ECG) arrhythmia classification system with high performance is presented in this paper. The generator (G) in our GAN is designed to generate…

Data AugmentationGeneral ClassificationGenerative Adversarial NetworkTransfer Learning