paper-with-me

홈 › Papers

Graph2Graph Learning with Conditional Autoregressive Models

2021-06-06 · Guan Wang, Francois Bernard Lauze, Aasa Feragen

We present a graph neural network model for solving graph-to-graph learning problems. Most deep learning on graphs considers ``simple'' problems such as graph classification or regressing real-valued graph properties. For such tasks, the main requirement for intermediate representations of the data is to maintain the structure needed for output, i.e., keeping classes separated or maintaining the order indicated by the regressor. However, a number of learning tasks, such as regressing graph-valued output, generative models, or graph autoencoders, aim to predict a graph-structured output. In order to successfully do this, the learned representations need to preserve far more structure. We present a conditional auto-regressive model for graph-to-graph learning and illustrate its representational capabilities via experiments on challenging subgraph predictions from graph algorithmics; as a graph autoencoder for reconstruction and visualization; and on pretraining representations that allow graph classification with limited labeled data.

📄 PDF Abstract BibTeX arXiv:2106.03236

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationGraph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

SeaDAG: Semi-autoregressive Diffusion for Conditional Directed Acyclic Graph Generation

2024-10-21 · Xinyi Zhou, Xing Li, Yingzhao Lian, Yiwen Wang 외

We introduce SeaDAG, a semi-autoregressive diffusion model for conditional generation of Directed Acyclic Graphs (DAGs). Considering their inherent layer-wise structure, we simulate layer-wise autoregressive generation b…

DecoderDenoisingGraph Generation

CCGG: A Deep Autoregressive Model for Class-Conditional Graph Generation

2021-10-07 · Yassaman Ommi, Matin Yousefabadi, Faezeh Faez, Amirmojtaba Sabour 외

Graph data structures are fundamental for studying connected entities. With an increase in the number of applications where data is represented as graphs, the problem of graph generation has recently become a hot topic. …

Graph Generation

Let There Be Order: Rethinking Ordering in Autoregressive Graph Generation

2023-05-24 · Jie Bu, Kazi Sajeed Mehrab, Anuj Karpatne

Conditional graph generation tasks involve training a model to generate a graph given a set of input conditions. Many previous studies employ autoregressive models to incrementally generate graph components such as nodes…

Dimensionality ReductionGraph Generation

Autoregressive Models for Knowledge Graph Generation

2026-02-06 · Thiviyan Thanapalasingam, Antonis Vozikis, Peter Bloem, Paul Groth arxiv

Knowledge Graph (KG) generation requires models to learn complex semantic dependencies between triples while maintaining domain validity constraints. Unlike link prediction, which scores triples independently, generative…

Computational EfficiencyGraph GenerationLink Prediction

Joint Relational Database Generation via Graph-Conditional Diffusion Models

2025-05-22 · Mohamed Amine Ketata, David Lüdke, Leo Schwinn, Stephan Günnemann

Building generative models for relational databases (RDBs) is important for applications like privacy-preserving data release and augmenting real datasets. However, most prior work either focuses on single-table generati…

Graph Neural NetworkImputationPrivacy Preserving