TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Encoding Robust Representation for Graph Generation

Encoding Robust Representation for Graph Generation

Dongmian Zou, Gilad Lerman

2018-09-28Graph GenerationLink Prediction
PaperPDFCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Link PredictionCora (biased evaluation)AP94.63SCAT (half of negative examples with 0 features)
Link PredictionCora (biased evaluation)AUC94.48SCAT (half of negative examples with 0 features)
Link PredictionPubmed (biased evaluation)AP97.19SCAT (half of negative examples with 0 features)
Link PredictionPubmed (biased evaluation)AUC97.52SCAT (half of negative examples with 0 features)
Link PredictionCiteseer (biased evaluation)AP97.57SCAT (half of negative examples with 0 features)
Link PredictionCiteseer (biased evaluation)AUC97.27SCAT (half of negative examples with 0 features)

Related Papers

NGTM: Substructure-based Neural Graph Topic Model for Interpretable Graph Generation2025-07-17GNN-CNN: An Efficient Hybrid Model of Convolutional and Graph Neural Networks for Text Representation2025-07-10SPADE: Spatial-Aware Denoising Network for Open-vocabulary Panoptic Scene Graph Generation with Long- and Local-range Context Reasoning2025-07-08Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05GDGB: A Benchmark for Generative Dynamic Text-Attributed Graph Learning2025-07-04Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29