paper-with-me

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, Ming-Yu Liu, Jun Zhu, Qinsheng Zhang

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 forward KL divergence, inherently suffers from a mode-covering tendency that limits the generation quality under limited model capacity. In this work, we propose Direct Discriminative Optimization (DDO) as a unified framework that integrates likelihood-based generative training and GAN-type discrimination to bypass this fundamental constraint by exploiting reverse KL and self-generated negative signals. Our key insight is to parameterize a discriminator implicitly using the likelihood ratio between a learnable target model and a fixed reference model, drawing parallels with the philosophy of Direct Preference Optimization (DPO). Unlike GANs, this parameterization eliminates the need for joint training of generator and discriminator networks, allowing for direct, efficient, and effective finetuning of a well-trained model to its full potential beyond the limits of MLE. DDO can be performed iteratively in a self-play manner for progressive model refinement, with each round requiring less than 1% of pretraining epochs. Our experiments demonstrate the effectiveness of DDO by significantly advancing the previous SOTA diffusion model EDM, reducing FID scores from 1.79/1.58/1.96 to new records of 1.30/0.97/1.26 on CIFAR-10/ImageNet-64/ImageNet 512x512 datasets without any guidance mechanisms, and by consistently improving both guidance-free and CFG-enhanced FIDs of visual autoregressive models on ImageNet 256x256.

📄 PDF Abstract BibTeX arXiv:2503.01103

Code (1)

nvlabs/ddo 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Dogecoin Customer Service Number +1-833-534-1729 설명 없음
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 제목 키워드 기반

Your Classifier Can Be Secretly a Likelihood-Based OOD Detector

2024-08-09 · Jirayu Burapacheep, Yixuan Li

The ability to detect out-of-distribution (OOD) inputs is critical to guarantee the reliability of classification models deployed in an open environment. A fundamental challenge in OOD detection is that a discriminative …

Likelihood Landscapes: A Unifying Principle Behind Many Adversarial Defenses

2020-08-25 · Fu Lin, Rohit Mittapalli, Prithvijit Chattopadhyay, Daniel Bolya 외

Convolutional Neural Networks have been shown to be vulnerable to adversarial examples, which are known to locate in subspaces close to where normal data lies but are not naturally occurring and of low probability. In th…

Adversarial DefenseAdversarial Robustness

Discriminative versus Generative Approaches to Simulation-based Inference

2025-03-11 · Benjamin Sluijter, Sascha Diefenbacher, Wahid Bhimji, Benjamin Nachman

Most of the fundamental, emergent, and phenomenological parameters of particle and nuclear physics are determined through parametric template fits. Simulations are used to populate histograms which are then matched to da…

Hyperparameter Optimizationparameter estimation

Mind Your Bits and Errors: Prioritizing the Bits that Matter in Variational Autoencoders

2021-09-29 · Rui Shu, Stefano Ermon

Good likelihoods do not imply great sample quality. However, the precise manner in which models trained to achieve good likelihoods fail at sample quality remains poorly understood. In this work, we consider the task of …

It Is Likely That Your Loss Should be a Likelihood

2020-07-12 · Mark Hamilton, Evan Shelhamer, William T. Freeman

Many common loss functions such as mean-squared-error, cross-entropy, and reconstruction loss are unnecessarily rigid. Under a probabilistic interpretation, these common losses correspond to distributions with fixed shap…

Outlier Detection