paper-with-me

홈 › Papers

Controllable Graph Generation with Diffusion Models via Inference-Time Tree Search Guidance

2025-10-12 · Jiachi Zhao, Zehong Wang, Yamei Liao, Chuxu Zhang, Yanfang Ye arxiv

Graph generation is a fundamental problem in graph learning with broad applications across Web-scale systems, knowledge graphs, and scientific domains such as drug and material discovery. Recent approaches leverage diffusion models for step-by-step generation, yet unconditional diffusion offers little control over desired properties, often leading to unstable quality and difficulty in incorporating new objectives. Inference-time guidance methods mitigate these issues by adjusting the sampling process without retraining, but they remain inherently local, heuristic, and limited in controllability. To overcome these limitations, we propose TreeDiff, a Monte Carlo Tree Search (MCTS) guided dual-space diffusion framework for controllable graph generation. TreeDiff is a plug-and-play inference-time method that expands the search space while keeping computation tractable. Specifically, TreeDiff introduces three key designs to make it practical and scalable: (1) a macro-step expansion strategy that groups multiple denoising updates into a single transition, reducing tree depth and enabling long-horizon exploration; (2) a dual-space denoising mechanism that couples efficient latent-space denoising with lightweight discrete correction in graph space, ensuring both scalability and structural fidelity; and (3) a dual-space verifier that predicts long-term rewards from partially denoised graphs, enabling early value estimation and removing the need for full rollouts. Extensive experiments on 2D and 3D molecular generation benchmarks, under both unconditional and conditional settings, demonstrate that TreeDiff achieves state-of-the-art performance. Notably, TreeDiff exhibits favorable inference-time scaling: it continues to improve with additional computation, while existing inference-time methods plateau early under limited resources.

📄 PDF Abstract BibTeX arXiv:2510.10402

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationKnowledge GraphsGraph Learning

Similar Papers 제목 키워드 기반

GraphGUIDE: interpretable and controllable conditional graph generation with discrete Bernoulli diffusion

2023-02-07 · Alex M. Tseng, Nathaniel Diamant, Tommaso Biancalani, Gabriele Scalia

Diffusion models achieve state-of-the-art performance in generating realistic objects and have been successfully applied to images, text, and videos. Recent work has shown that diffusion can also be defined on graphs, in…

Graph Generation

Inference-Time Attribute Distribution Alignment for Unconditional Diffusion

2026-05-08 · Hao Luan, See-Kiong Ng, Chun Kai Ling arxiv

Inference-time controllable generation is essential for real-world applications of unconditional diffusion models. However, most existing techniques focus on individual samples, struggling in applications that require th…

Image Generation

DITTO-2: Distilled Diffusion Inference-Time T-Optimization for Music Generation

2024-05-30 · Zachary Novack, Julian McAuley, Taylor Berg-Kirkpatrick, Nicholas Bryan

Controllable music generation methods are critical for human-centered AI-based music creation, but are currently limited by speed, quality, and control design trade-offs. Diffusion Inference-Time T-optimization (DITTO), …

Music Generation

Training-Free Debiasing of Diffusion Models via CLIP-Guided Denoising Optimization

2026-07-01 · Dain Kim, Jinseo Kim, Sungyong Baik arxiv

Text-to-image diffusion models achieve impressive visual quality, yet demographic bias remains a challenge, as neutral prompts consistently produce stereotypical representations across gender and race. Existing approache…

EchoScene: Indoor Scene Generation via Information Echo over Scene Graph Diffusion

2024-05-02 · Guangyao Zhai, Evin Pınar Örnek, Dave Zhenyu Chen, Ruotong Liao 외

We present EchoScene, an interactive and controllable generative model that generates 3D indoor scenes on scene graphs. EchoScene leverages a dual-branch diffusion model that dynamically adapts to scene graphs. Existing …

3D Object RetrievalDenoisingScene GenerationTexture Synthesis