paper-with-me

Papers

PC-GAIN: Pseudo-label Conditional Generative Adversarial Imputation Networks for Incomplete Data

2020-11-16 · Yufeng Wang, Dan Li, Xiang Li, Min Yang

Datasets with missing values are very common in real world applications. GAIN, a recently proposed deep generative model for missing data imputation, has been proved to outperform many state-of-the-art methods. But GAIN only uses a reconstruction loss in the generator to minimize the imputation error of the non-missing part, ignoring the potential category information which can reflect the relationship between samples. In this paper, we propose a novel unsupervised missing data imputation method named PC-GAIN, which utilizes potential category information to further enhance the imputation power. Specifically, we first propose a pre-training procedure to learn potential category information contained in a subset of low-missing-rate data. Then an auxiliary classifier is determined using the synthetic pseudo-labels. Further, this classifier is incorporated into the generative adversarial framework to help the generator to yield higher quality imputation results. The proposed method can improve the imputation quality of GAIN significantly. Experimental results on various benchmark datasets show that our method is also superior to other baseline approaches. Our code is available at \url{https://github.com/WYu-Feng/pc-gain}.

📄 PDF Abstract BibTeX arXiv:2011.07770

Code (1)

WYu-Feng/pc-gain 공식 구현 tf

Tasks

ImputationMissing ValuesPseudo Label

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 제목 키워드 기반

Generative Pseudo-label Refinement for Unsupervised Domain Adaptation

2020-01-09 · Pietro Morerio, Riccardo Volpi, Ruggero Ragonesi, Vittorio Murino

We investigate and characterize the inherent resilience of conditional Generative Adversarial Networks (cGANs) against noise in their conditioning labels, and exploit this fact in the context of Unsupervised Domain Adapt…

Domain AdaptationPseudo LabelUnsupervised Domain Adaptation

Pseudo Label-Guided Model Inversion Attack via Conditional Generative Adversarial Network

2023-02-20 · Xiaojian Yuan, Kejiang Chen, Jie Zhang, Weiming Zhang 외

Model inversion (MI) attacks have raised increasing concerns about privacy, which can reconstruct training data from public models. Indeed, MI attacks can be formalized as an optimization problem that seeks private data …

Generative Adversarial NetworkPseudo Label

An Improved Self-supervised GAN via Adversarial Training

2019-05-14 · Ngoc-Trung Tran, Viet-Hung Tran, Ngoc-Bao Nguyen, Ngai-Man Cheung

We propose to improve unconditional Generative Adversarial Networks (GAN) by training the self-supervised learning with the adversarial process. In particular, we apply self-supervised learning via the geometric transfor…

ClassificationGeneral ClassificationSelf-Supervised Learning

Are Generative Classifiers More Robust to Adversarial Attacks?

2018-02-19 · Yingzhen Li, John Bradshaw, Yash Sharma

There is a rising interest in studying the robustness of deep neural network classifiers against adversaries, with both advanced attack and defence techniques being actively developed. However, most recent work focuses o…

Adversarial DefenseAdversarial Robustness

Adversarial Self-Training Improves Robustness and Generalization for Gradual Domain Adaptation

2023-09-21 · NeurIPS 2023 11

Gradual Domain Adaptation (GDA), in which the learner is provided with additional intermediate domains, has been theoretically and empirically studied in many contexts. Despite its vital role in security-critical scenari…