paper-with-me

홈 › Papers

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 to reproduce real-world graphs, NetGAN recently emerged as an attractive alternative: by training a GAN to learn the random walk distribution of the input graph, the algorithm is able to reproduce a large number of important network patterns simultaneously, without explicitly specifying any of them. In this paper, we investigate the implicit bias of NetGAN. We find that the root of its generalization properties does not lie in the GAN architecture, but in an inconspicuous low-rank approximation of the logits random walk transition matrix. Step by step we can strip NetGAN of all unnecessary parts, including the GAN, and obtain a highly simplified reformulation that achieves comparable generalization results, but is orders of magnitudes faster and easier to adapt. Being much simpler on the conceptual side, we reveal the implicit inductive bias of the algorithm --- an important step towards increasing the interpretability, transparency and acceptance of machine learning systems.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

Similar 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 …

Graph GenerationLink Prediction

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

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

On Statistical Estimation of Edge-Reinforced Random Walks

2025-03-08 · Qinghua, Ding, Venkat Anantharam

Reinforced random walks (RRWs), including vertex-reinforced random walks (VRRWs) and edge-reinforced random walks (ERRWs), model random walks where the transition probabilities evolve based on prior visitation history~\c…

Representation Learning