Encoding Robust Representation for Graph Generation
Generative networks have made it possible to generate meaningful signals such as images and texts from simple noise. Recently, generative methods based on GAN and VAE were developed for graphs and graph signals. However, the mathematical properties of these methods are unclear, and training good generative models is difficult. This work proposes a graph generation model that uses a recent adaptation of Mallat's scattering transform to graphs. The proposed model is naturally composed of an encoder and a decoder. The encoder is a Gaussianized graph scattering transform, which is robust to signal and graph manipulation. The decoder is a simple fully connected network that is adapted to specific tasks, such as link prediction, signal generation on graphs and full graph and signal generation. The training of our proposed system is efficient since it is only applied to the decoder and the hardware requirements are moderate. Numerical results demonstrate state-of-the-art performance of the proposed system for both link prediction and graph and signal generation.
Code (1)
Tasks
DecoderGraph GenerationLink PredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Adversarial Generation and Encoding of Nested Texts
In this paper we propose a new language model called AGENT, which stands for Adversarial Generation and Encoding of Nested Texts. AGENT is designed for encoding, generating and refining documents that consist of a long a…
Language ModelingLanguage ModellingMasked Language ModelingSentence+1A Simple and Scalable Representation for Graph Generation
Recently, there has been a surge of interest in employing neural networks for graph generation, a fundamental statistical learning problem with critical applications like molecule design and community analysis. However, …
Graph GenerationMolecular Graph GenerationJointGT: Graph-Text Joint Representation Learning for Text Generation from Knowledge Graphs
Existing pre-trained models for knowledge-graph-to-text (KG-to-text) generation simply fine-tune text-to-text pre-trained models such as BART or T5 on KG-to-text datasets, which largely ignore the graph structure during …
Graph ReconstructionKG-to-Text GenerationKnowledge GraphsQuestion Generation+2Neighbour-level Message Interaction Encoding for Improved Representation Learning on Graphs
Message passing has become the dominant framework in graph representation learning. The essential idea of the message-passing framework is to update node embeddings based on the information aggregated from local neighbou…
Graph Representation LearningRepresentation LearningPromoting Graph Awareness in Linearized Graph-to-Text Generation
Generating text from structured inputs, such as meaning representations or RDF triples, has often involved the use of specialized graph-encoding neural networks. However, recent applications of pretrained transformers to…
DenoisingText Generation