ProtoGuide: Prototype-Driven Guidance for Class-Conditional Graph Generation

📅 2026-09-14
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为了解决离散图生成中条件机制与训练模型绑定的问题,本文提出ProtoGuide框架,通过原型驱动和梯度注入的方法提升分类准确性。
📝 Abstract
Discrete diffusion models are a prominent family for graph generation, but standard class-conditional mechanisms embed the class signal in the denoiser during training, tying the conditioning mechanism to the trained model. Classifier guidance avoids this coupling in continuous domains by steering a frozen model with a classifier's gradient, but discrete graph diffusion samples discrete edge states, so gradients cannot propagate through the sampled graph. We introduce ProtoGuide, a post-hoc, backbone-agnostic framework that recovers an analogous mechanism. At each reverse step the denoiser's per-edge output is relaxed into a differentiable soft adjacency, embedded by a frozen Siamese graph neural network, and scored against a target-class prototype and its nearest competitor; the resulting per-edge gradient, damped by a cosine schedule, is injected back into the denoiser output. All components stay frozen, so guidance is retargeted by supplying a different prototype. On five classes of real-world networks and two architecturally different backbones, EDGE and DiGress, ProtoGuide raises macro classification accuracy from 50.7% to 73.5% and from 73.6% to 83.8%, and outperforms DiGress's built-in conditional training under our configuration. Gains are largest where the unguided models are weakest, and are not uniform across classes. Per-graph coverage remains high in most settings, while distributional effects are class-dependent. A Best-of-N selection baseline matches this accuracy given enough oversampling, but at a substantial cost in graph diversity. An independently initialized classifier, a directionality test, and a few-shot analysis support target-directed steering and robustness to very small support sets.
Problem

Research questions and friction points this paper is trying to address.

discrete graph generation
classifier guidance
denoiser
Innovation

Methods, ideas, or system contributions that make the work stand out.

ProtoGuide
class-conditional graph generation
post-hoc framework
soft adjacency
Siamese graph neural network
🔎 Similar Papers
No similar papers found.
S
Salvatore Romano
Department of Electrical, Electronic and Computer Engineering, University of Catania, Italy
M
Marco Grassia
Department of Electrical, Electronic and Computer Engineering, University of Catania, Italy
Pietro Liò
Pietro Liò
Professor, University of Cambridge
AI & Comp Biology -> Medicine
G
Giuseppe Mangioni
Department of Electrical, Electronic and Computer Engineering, University of Catania, Italy