paper-with-me

홈 › Papers

IFH: a Diffusion Framework for Flexible Design of Graph Generative Models

2024-08-23 · Samuel Cognolato, Alessandro Sperduti, Luciano Serafini

Graph generative models can be classified into two prominent families: one-shot models, which generate a graph in one go, and sequential models, which generate a graph by successive additions of nodes and edges. Ideally, between these two extreme models lies a continuous range of models that adopt different levels of sequentiality. This paper proposes a graph generative model, called Insert-Fill-Halt (IFH), that supports the specification of a sequentiality degree. IFH is based upon the theory of Denoising Diffusion Probabilistic Models (DDPM), designing a node removal process that gradually destroys a graph. An insertion process learns to reverse this removal process by inserting arcs and nodes according to the specified sequentiality degree. We evaluate the performance of IFH in terms of quality, run time, and memory, depending on different sequentiality degrees. We also show that using DiGress, a diffusion-based one-shot model, as a generative step in IFH leads to improvement to the model itself, and is competitive with the current state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2408.13194

Code (1)

CognacS/ifh-model-graphgen 공식 구현 pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Discrete-state Continuous-time Diffusion for Graph Generation

2024-05-19 · Zhe Xu, Ruizhong Qiu, Yuzhong Chen, Huiyuan Chen 외

Graph is a prevalent discrete data structure, whose generation has wide applications such as drug discovery and circuit design. Diffusion generative models, as an emerging research focus, have been applied to graph gener…

Drug DiscoveryGraph Generation

CreatiParser: Generative Image Parsing of Raster Graphic Designs into Editable Layers

2026-04-21 · Weidong Chen, Dexiang Hong, Zhendong Mao, Yutao Cheng 외 arxiv

Graphic design images consist of multiple editable layers, such as text, background, and decorative elements, while most generative models produce rasterized outputs without explicit layer structures, limiting downstream…

Generative Molecular Morphing for Flexible-Size Design via Unbalanced Optimal Transport

2026-06-05 · Malte Franke, Stefan P. Schmid, Zarko Ivkovic, Kjell Jorner 외 arxiv

The success of generative molecular design hinges on a model's steerability toward high-reward samples. Because many molecular properties are intrinsically linked to molecular size, accurately capturing the joint distrib…

NVDiff: Graph Generation through the Diffusion of Node Vectors

2022-11-19 · Xiaohui Chen, Yukun Li, Aonan Zhang, Li-Ping Liu

Learning to generate graphs is challenging as a graph is a set of pairwise connected, unordered nodes encoding complex combinatorial structures. Recently, several works have proposed graph generative models based on norm…

Graph Generation

Pharmacophore-Conditioned Diffusion Model for Ligand-Based De Novo Drug Design

2025-05-15 · Amira Alakhdar, Barnabas Poczos, Newell Washburn

Developing bioactive molecules remains a central, time- and cost-heavy challenge in drug discovery, particularly for novel targets lacking structural or functional data. Pharmacophore modeling presents an alternative for…

Drug DesignDrug Discovery