paper-with-me

홈 › Papers

CorGAN: Correlation-Capturing Convolutional Generative Adversarial Networks for Generating Synthetic Healthcare Records

2020-01-25 · Amirsina Torfi, Edward A. Fox

Deep learning models have demonstrated high-quality performance in areas such as image classification and speech processing. However, creating a deep learning model using electronic health record (EHR) data, requires addressing particular privacy challenges that are unique to researchers in this domain. This matter focuses attention on generating realistic synthetic data while ensuring privacy. In this paper, we propose a novel framework called correlation-capturing Generative Adversarial Network (CorGAN), to generate synthetic healthcare records. In CorGAN we utilize Convolutional Neural Networks to capture the correlations between adjacent medical features in the data representation space by combining Convolutional Generative Adversarial Networks and Convolutional Autoencoders. To demonstrate the model fidelity, we show that CorGAN generates synthetic data with performance similar to that of real data in various Machine Learning settings such as classification and prediction. We also give a privacy assessment and report on statistical analysis regarding realistic characteristics of the synthetic data. The software of this work is open-source and is available at: https://github.com/astorfi/cor-gan.

📄 PDF Abstract BibTeX arXiv:2001.09346

Code (1)

astorfi/cor-gan 공식 구현 pytorch

Tasks

Disease PredictionGeneral ClassificationGenerative Adversarial Networkimage-classificationImage ClassificationSynthetic Data Generation

Similar Papers 제목 키워드 기반

Semi-supervised Outlier Detection using Generative And Adversary Framework

2018-01-01 · ICLR 2018 1 · Jindong Gu, Matthias Schubert, Volker Tresp

In a conventional binary/multi-class classification task, the decision boundary is supported by data from two or more classes. However, in one-class classification task, only data from one class are available. To build a…

General ClassificationMulti-class ClassificationOne-Class ClassificationOne-class classifier+1

CM-GANs: Cross-modal Generative Adversarial Networks for Common Representation Learning

2017-10-14 · Yuxin Peng, Jinwei Qi, Yuxin Yuan

It is known that the inconsistent distribution and representation of different modalities, such as image and text, cause the heterogeneity gap that makes it challenging to correlate such heterogeneous data. Generative ad…

Cross-Modal RetrievalRepresentation LearningRetrieval

Synthesizing Tabular Data using Generative Adversarial Networks

2018-11-27 · Lei Xu, Kalyan Veeramachaneni

Generative adversarial networks (GANs) implicitly learn the probability distribution of a dataset and can draw samples from the distribution. This paper presents, Tabular GAN (TGAN), a generative adversarial network whic…

Generative Adversarial Network

Stock market forecasting using DRAGAN and feature matching

2023-01-06 · Fateme Shahabi Nejad, Mohammad Mehdi Ebadzadeh

Applying machine learning methods to forecast stock prices has been one of the research topics of interest in recent years. Almost few studies have been reported based on generative adversarial networks (GANs) in this ar…

TGAN: Deep Tensor Generative Adversarial Nets for Large Image Generation

2019-01-28 · Zihan Ding, Xiao-Yang Liu, Miao Yin, Linghe Kong

Deep generative models have been successfully applied to many applications. However, existing works experience limitations when generating large images (the literature usually generates small images, e.g. 32 * 32 or 128 …

Dictionary LearningImage GenerationSuper-Resolution