English

Discriminator Guidance for Autoregressive Diffusion Models

Machine Learning 2024-09-24 v2 Artificial Intelligence Machine Learning

Abstract

We introduce discriminator guidance in the setting of Autoregressive Diffusion Models. The use of a discriminator to guide a diffusion process has previously been used for continuous diffusion models, and in this work we derive ways of using a discriminator together with a pretrained generative model in the discrete case. First, we show that using an optimal discriminator will correct the pretrained model and enable exact sampling from the underlying data distribution. Second, to account for the realistic scenario of using a sub-optimal discriminator, we derive a sequential Monte Carlo algorithm which iteratively takes the predictions from the discriminator into account during the generation process. We test these approaches on the task of generating molecular graphs and show how the discriminator improves the generative performance over using only the pretrained model.

Keywords

Cite

@article{arxiv.2310.15817,
  title  = {Discriminator Guidance for Autoregressive Diffusion Models},
  author = {Filip Ekström Kelvinius and Fredrik Lindsten},
  journal= {arXiv preprint arXiv:2310.15817},
  year   = {2024}
}

Comments

Accepted to AISTATS 2024, official proceedings available at https://proceedings.mlr.press/v238/ekstrom-kelvinius24a.html. Code available at https://github.com/filipekstrm/graph_ardm

R2 v1 2026-06-28T13:00:15.802Z