paper-with-me

홈 › Papers

Discriminator Guidance for Autoregressive Diffusion Models

2023-10-24 · Filip Ekström Kelvinius, Fredrik Lindsten

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.

📄 PDF Abstract BibTeX arXiv:2310.15817

Code (1)

filipekstrm/graph_ardm 공식 구현 pytorch

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

Direct Discriminative Optimization: Your Likelihood-Based Visual Generative Model is Secretly a GAN Discriminator

2025-03-03 · Kaiwen Zheng, Yongxin Chen, Huayu Chen, Guande He 외

While likelihood-based generative models, particularly diffusion and autoregressive models, have achieved remarkable fidelity in visual generation, the maximum likelihood estimation (MLE) objective, which minimizes the f…

Image Generation

Improving Discriminator Guidance in Diffusion Models

2025-03-20 · Alexandre Verine, Mehdi Inane, Florian Le Bronnec, Benjamin Negrevergne 외

Discriminator Guidance has become a popular method for efficiently refining pre-trained Score-Matching Diffusion models. However, in this paper, we demonstrate that the standard implementation of this technique does not …

Refining Generative Process with Discriminator Guidance in Score-based Diffusion Models

2022-11-28 · Dongjun Kim, Yeongmin Kim, Se Jung Kwon, Wanmo Kang 외

The proposed method, Discriminator Guidance, aims to improve sample generation of pre-trained diffusion models. The approach introduces a discriminator that gives explicit supervision to a denoising sample path whether i…

Conditional Image GenerationDenoisingImage Generation

Guiding Noisy Label Conditional Diffusion Models with Score-based Discriminator Correction

2025-08-27 · Dat Nguyen Cong, Hieu Tran Bao, Hoang Thanh-Tung arxiv

Diffusion models have gained prominence as state-of-the-art techniques for synthesizing images and videos, particularly due to their ability to scale effectively with large datasets. Recent studies have uncovered that th…

Mitigating Exposure Bias in Discriminator Guided Diffusion Models

2023-11-18 · Eleftherios Tsonis, Paraskevi Tzouveli, Athanasios Voulodimos

Diffusion Models have demonstrated remarkable performance in image generation. However, their demanding computational requirements for training have prompted ongoing efforts to enhance the quality of generated images thr…

Image Generation