paper-with-me

홈 › Papers

NetGAN: Generating Graphs via Random Walks

2018-03-02 · ICML 2018 7 · Aleksandar Bojchevski, Oleksandr Shchur, Daniel Zügner, Stephan Günnemann

We propose NetGAN - the first implicit generative model for graphs able to mimic real-world networks. We pose the problem of graph generation as learning the distribution of biased random walks over the input graph. The proposed model is based on a stochastic neural network that generates discrete output samples and is trained using the Wasserstein GAN objective. NetGAN is able to produce graphs that exhibit well-known network patterns without explicitly specifying them in the model definition. At the same time, our model exhibits strong generalization properties, as highlighted by its competitive link prediction performance, despite not being trained specifically for this task. Being the first approach to combine both of these desirable properties, NetGAN opens exciting avenues for further research.

📄 PDF Abstract BibTeX arXiv:1803.00816

Code (2)

danielzuegner/netgan tf
mmiller96/netgan_pytorch pytorch

Tasks

Graph GenerationLink Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Can NetGAN be improved on short random walks?

2019-05-13 · Amir Jalilifard, Vinicius Caridá, Alex Mansano, Rogers Cristo

Graphs are useful structures that can model several important real-world problems. Recently, learning graphs have drawn considerable attention, leading to the proposal of new methods for learning these data structures. O…

Link Prediction

NetGAN without GAN: From Random Walks to Low-Rank Approximations

2020-01-01 · ICML 2020 1 · Luca Rendsburg, Holger Heidrich, Ulrike Von Luxburg

A graph generative model takes a graph as input and is supposed to generate new graphs that ``look like'' the input graph. While most classical models focus on few, hand-selected graph statistics and are too simplistic t…

Inductive Bias

Multi-MotifGAN (MMGAN): Motif-targeted Graph Generation and Prediction

2019-11-08 · Anuththari Gamage, Eli Chien, Jianhao Peng, Olgica Milenkovic

Generative graph models create instances of graphs that mimic the properties of real-world networks. Generative models are successful at retaining pairwise associations in the underlying networks but often fail to captur…

Generative Adversarial NetworkGraph GenerationPrediction

Random Walks on Hypergraphs with Edge-Dependent Vertex Weights

2019-05-20 · Uthsav Chitra, Benjamin J. Raphael

Hypergraphs are used in machine learning to model higher-order relationships in data. While spectral methods for graphs are well-established, spectral theory for hypergraphs remains an active area of research. In this pa…

BIG-bench Machine Learning

Accurately Modeling Biased Random Walks on Weighted Graphs Using $\textit{Node2vec+}$

2021-09-15 · Renming Liu, Matthew Hirn, Arjun Krishnan

Node embedding is a powerful approach for representing the structural role of each node in a graph. $\textit{Node2vec}$ is a widely used method for node embedding that works by exploring the local neighborhoods via biase…