paper-with-me

홈 › Papers

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

2021-10-07 · Yassaman Ommi, Matin Yousefabadi, Faezeh Faez, Amirmojtaba Sabour, Mahdieh Soleymani Baghshah, Hamid R. Rabiee

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. However, despite its significance, conditional graph generation that creates graphs with desired features is relatively less explored in previous studies. This paper addresses the problem of class-conditional graph generation that uses class labels as generation constraints by introducing the Class Conditioned Graph Generator (CCGG). We built CCGG by injecting the class information as an additional input into a graph generator model and including a classification loss in its total loss along with a gradient passing trick. Our experiments show that CCGG outperforms existing conditional graph generation methods on various datasets. It also manages to maintain the quality of the generated graphs in terms of distribution-based evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2110.03800

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Generation

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

Autoregressive latent diffusion for 3D molecule generation

2026-07-10 · Federico Ottomano, Gaopeng Ren, Yingzhen Li, Kim E. Jelfs 외 arxiv

Three-dimensional (3D) molecule generation has been dominated by diffusion models, which achieve strong generation quality but typically require the molecular size to be specified a priori. Recent autoregressive approach…

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

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

Lift Your Molecules: Molecular Graph Generation in Latent Euclidean Space

2024-06-15 · Mohamed Amine Ketata, Nicholas Gao, Johanna Sommer, Tom Wollschläger 외

We introduce a new framework for molecular graph generation with 3D molecular generative models. Our Synthetic Coordinate Embedding (SyCo) framework maps molecular graphs to Euclidean point clouds via synthetic conformer…

Edge ClassificationGraph GenerationGraph Neural NetworkMolecular Graph Generation+1