Proceedings of the Web Conference 2020 2020
DOI: 10.1145/3366423.3380201
|View full text |Cite
|
Sign up to set email alerts
|

GraphGen: A Scalable Approach to Domain-agnostic Labeled Graph Generation

Abstract: Graph generative models have been extensively studied in the data mining literature. While traditional techniques are based on generating structures that adhere to a pre-decided distribution, recent techniques have shifted towards learning this distribution directly from the data. While learning-based approaches have imparted significant improvement in quality, some limitations remain to be addressed. First, learning graph distributions introduces additional computational overhead, which limits their scalabili… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
48
0

Year Published

2020
2020
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 47 publications
(48 citation statements)
references
References 27 publications
(22 reference statements)
0
48
0
Order By: Relevance
“…Ideally, high-quality generated graphs should be diverse and similar, but not identical. Thus, uniqueness is utilized to capture the diversity of generated graphs [6,44,79,92,107]. To calculate the uniqueness of a generated graph, the generated graphs that are sub-graph isomorphic to some other generated graphs are first removed.…”
Section: Classifier-basedmentioning
confidence: 99%
See 2 more Smart Citations
“…Ideally, high-quality generated graphs should be diverse and similar, but not identical. Thus, uniqueness is utilized to capture the diversity of generated graphs [6,44,79,92,107]. To calculate the uniqueness of a generated graph, the generated graphs that are sub-graph isomorphic to some other generated graphs are first removed.…”
Section: Classifier-basedmentioning
confidence: 99%
“…Novelty. Novelty measures the percentage of generated graphs that are not sub-graphs of the training graphs and vice versa [6,44,92]. Note that identical graphs are defined as graphs that are sub-graph isomorphic to each other.…”
Section: Classifier-basedmentioning
confidence: 99%
See 1 more Smart Citation
“…A major challenge for molecular graph generation is addressing the scalability issue caused by its high computational complexity [4]. The representation of a molecular graph G = (V, E) on which a model learns, where V and E are the set of nodes and edges in G , typically involves an adjacency expression between its nodes, yielding O(|V| 2 ) complexity.…”
Section: Introductionmentioning
confidence: 99%
“…You et al presented GraphRNN which constructs a model on a node-level sequence representation with M-dimensional adjacency vectors, where M is set to less than |V| , by employing breadth-firstsearch node ordering with which the complexity is reduced to O(|V|M) [10]. Goyal et al presented Graph-Gen which transforms a molecular graph into an edgelevel sequence based on minimum depth-first-search coding, which leads to a complexity of O(|E|) [4]. However, as in the SMILES representation, the sequential nature imposes constraints on the model architecture and prevents the model from capturing molecular similarity and retaining chemical validity.…”
Section: Introductionmentioning
confidence: 99%