paper-with-me

Papers

Wasserstein Adversarially Regularized Graph Autoencoder

2021-11-09 · Huidong Liang, Junbin Gao

This paper introduces Wasserstein Adversarially Regularized Graph Autoencoder (WARGA), an implicit generative algorithm that directly regularizes the latent distribution of node embedding to a target distribution via the Wasserstein metric. The proposed method has been validated in tasks of link prediction and node clustering on real-world graphs, in which WARGA generally outperforms state-of-the-art models based on Kullback-Leibler (KL) divergence and typical adversarial framework.

📄 PDF Abstract BibTeX arXiv:2111.04981

Code (1)

LeonResearch/WARGA 공식 구현 pytorch

Tasks

ClusteringLink PredictionNode Clustering

Similar Papers 제목 키워드 기반

Adversarially Regularized Autoencoders

2017-06-13 · Jake Zhao, Yoon Kim, Kelly Zhang, Alexander M. Rush 외

Deep latent variable models, trained using variational autoencoders or generative adversarial networks, are now a key technique for representation learning of continuous structures. However, applying similar methods to d…

Representation LearningStyle Transfer

Adversarially Regularized Graph Autoencoder for Graph Embedding

2018-02-13 · Shirui Pan, Ruiqi Hu, Guodong Long, Jing Jiang 외

Graph embedding is an effective method to represent graph data in a low dimensional space for graph analytics. Most existing embedding algorithms typically focus on preserving the topological structure or minimizing the …

ClusteringDecoderGraph ClusteringGraph Embedding+1

Learning Graph Embedding with Adversarial Training Methods

2019-01-04 · Shirui Pan, Ruiqi Hu, Sai-fu Fung, Guodong Long 외

Graph embedding aims to transfer a graph into vectors to facilitate subsequent graph analytics tasks like link prediction and graph clustering. Most approaches on graph embedding focus on preserving the graph structure o…

ClusteringDecoderGraph ClusteringGraph Embedding+2

Poison Attacks against Text Datasets with Conditional Adversarially Regularized Autoencoder

2020-10-06 · Findings of the Association for Computational Linguistics 2020 · Alvin Chan, Yi Tay, Yew-Soon Ong, Aston Zhang

This paper demonstrates a fatal vulnerability in natural language inference (NLI) and text classification systems. More concretely, we present a 'backdoor poisoning' attack on NLP models. Our poisoning attack utilizes co…

ClassificationGeneral ClassificationNatural Language Inferencetext-classification+1

Disentangled Representation Learning with Wasserstein Total Correlation

2019-12-30 · Yijun Xiao, William Yang Wang

Unsupervised learning of disentangled representations involves uncovering of different factors of variations that contribute to the data generation process. Total correlation penalization has been a key component in rece…

DisentanglementRepresentation Learning