paper-with-me

Papers

Diffusion Twigs with Loop Guidance for Conditional Graph Generation

2024-10-31 · Giangiacomo Mercatali, Yogesh Verma, Andre Freitas, Vikas Garg

We introduce a novel score-based diffusion framework named Twigs that incorporates multiple co-evolving flows for enriching conditional generation tasks. Specifically, a central or trunk diffusion process is associated with a primary variable (e.g., graph structure), and additional offshoot or stem processes are dedicated to dependent variables (e.g., graph properties or labels). A new strategy, which we call loop guidance, effectively orchestrates the flow of information between the trunk and the stem processes during sampling. This approach allows us to uncover intricate interactions and dependencies, and unlock new generative capabilities. We provide extensive experiments to demonstrate strong performance gains of the proposed method over contemporary baselines in the context of conditional graph generation, underscoring the potential of Twigs in challenging generative tasks such as inverse molecular design and molecular optimization.

📄 PDF Abstract BibTeX arXiv:2410.24012

Code (1)

aalto-quml/diffusion_twigs 공식 구현 pytorch

Tasks

Graph Generation

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 제목 키워드 기반

Graph Guided Diffusion: Unified Guidance for Conditional Graph Generation

2025-05-26 · Victor M. Tenorio, Nicolas Zilberstein, Santiago Segarra, Antonio G. Marques

Diffusion models have emerged as powerful generative models for graph generation, yet their use for conditional graph generation remains a fundamental challenge. In particular, guiding diffusion models on graphs under ar…

Computational EfficiencyFairnessGraph GenerationLink Prediction

Conditional Diffusion with Less Explicit Guidance via Model Predictive Control

2022-10-21 · Max W. Shen, Ehsan Hajiramezanali, Gabriele Scalia, Alex Tseng 외

How much explicit guidance is necessary for conditional diffusion? We consider the problem of conditional sampling using an unconditional diffusion model and limited explicit guidance (e.g., a noised classifier, or a con…

Model Predictive Control

Unconditional Diffusion Guidance

2021-09-29 · Jonathan Ho, Tim Salimans

Classifier guidance is a recently introduced method to trade off mode coverage and sample fidelity in conditional diffusion models post training, in the same spirit as low temperature sampling or truncation in other type…

Diversity

Classifier-Free Diffusion Guidance

2022-07-26 · Jonathan Ho, Tim Salimans

Classifier guidance is a recently introduced method to trade off mode coverage and sample fidelity in conditional diffusion models post training, in the same spirit as low temperature sampling or truncation in other type…

Diversity

No Training, No Problem: Rethinking Classifier-Free Guidance for Diffusion Models

2024-07-02 · Seyedmorteza Sadat, Manuel Kansy, Otmar Hilliges, Romann M. Weber

Classifier-free guidance (CFG) has become the standard method for enhancing the quality of conditional diffusion models. However, employing CFG requires either training an unconditional model alongside the main diffusion…