paper-with-me

Papers

Semi-supervised Learning on Graphs with Generative Adversarial Nets

2018-09-01 · Ming Ding, Jie Tang, Jie Zhang

We investigate how generative adversarial nets (GANs) can help semi-supervised learning on graphs. We first provide insights on working principles of adversarial learning over graphs and then present GraphSGAN, a novel approach to semi-supervised learning on graphs. In GraphSGAN, generator and classifier networks play a novel competitive game. At equilibrium, generator generates fake samples in low-density areas between subgraphs. In order to discriminate fake samples from the real, classifier implicitly takes the density property of subgraph into consideration. An efficient adversarial learning algorithm has been developed to improve traditional normalized graph Laplacian regularization with a theoretical guarantee. Experimental results on several different genres of datasets show that the proposed GraphSGAN significantly outperforms several state-of-the-art methods. GraphSGAN can be also trained using mini-batch, thus enjoys the scalability advantage.

📄 PDF Abstract BibTeX arXiv:1809.00130

Code (2)

BradleyFeSt/graphSGAN
dm-thu/GraphSGAN pytorch

Similar Papers 제목 키워드 기반

ExoSGAN and ExoACGAN: Exoplanet Detection using Adversarial Training Algorithms

2022-07-20 · Cicy K Agnes, Akthar Naveed V, Anitha Mary M O Chacko

Exoplanet detection opens the door to the discovery of new habitable worlds and helps us understand how planets were formed. With the objective of finding earth-like habitable planets, NASA launched Kepler space telescop…

CapsuleGAN: Generative Adversarial Capsule Network

2018-02-17 · Ayush Jaiswal, Wael Abd-Almageed, Yue Wu, Premkumar Natarajan

We present Generative Adversarial Capsule Network (CapsuleGAN), a framework that uses capsule networks (CapsNets) instead of the standard convolutional neural networks (CNNs) as discriminators within the generative adver…

General ClassificationGenerative Adversarial Networkimage-classificationImage Classification+1

Multi-class Generative Adversarial Nets for Semi-supervised Image Classification

2021-02-13 · Saman Motamed, Farzad Khalvati

From generating never-before-seen images to domain adaptation, applications of Generative Adversarial Networks (GANs) spread wide in the domain of vision and graphics problems. With the remarkable ability of GANs in lear…

ClassificationDomain AdaptationGeneral Classificationimage-classification+3

Concept-Oriented Deep Learning: Generative Concept Representations

2018-11-15 · Daniel T. Chang

Generative concept representations have three major advantages over discriminative ones: they can represent uncertainty, they support integration of learning and reasoning, and they are good for unsupervised and semi-sup…

Deep Learning

Toward Understanding Generative Data Augmentation

2023-09-21 · NeurIPS 2023 11

Generative data augmentation, which scales datasets by obtaining fake labeled examples from a trained conditional generative model, boosts classification performance in various learning tasks including (semi-)supervised …