paper-with-me

Papers

SUDO: Enhancing Text-to-Image Diffusion Models with Self-Supervised Direct Preference Optimization

2025-04-20 · Liang Peng, Boxi Wu, Haoran Cheng, Yibo Zhao, Xiaofei He

Previous text-to-image diffusion models typically employ supervised fine-tuning (SFT) to enhance pre-trained base models. However, this approach primarily minimizes the loss of mean squared error (MSE) at the pixel level, neglecting the need for global optimization at the image level, which is crucial for achieving high perceptual quality and structural coherence. In this paper, we introduce Self-sUpervised Direct preference Optimization (SUDO), a novel paradigm that optimizes both fine-grained details at the pixel level and global image quality. By integrating direct preference optimization into the model, SUDO generates preference image pairs in a self-supervised manner, enabling the model to prioritize global-level learning while complementing the pixel-level MSE loss. As an effective alternative to supervised fine-tuning, SUDO can be seamlessly applied to any text-to-image diffusion model. Importantly, it eliminates the need for costly data collection and annotation efforts typically associated with traditional direct preference optimization methods. Through extensive experiments on widely-used models, including Stable Diffusion 1.5 and XL, we demonstrate that SUDO significantly enhances both global and local image quality. The codes are provided at \href{https://github.com/SPengLiang/SUDO}{this link}.

📄 PDF Abstract BibTeX arXiv:2504.14534

Code (1)

spengliang/sudo 공식 구현 pytorch

Tasks

global-optimization

Methods 이 논문이 사용한 방법론

BASE 설명 없음
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 제목 키워드 기반

Fine-Tuning Masked Diffusion for Provable Self-Correction

2025-10-01 · Jaeyeon Kim, Seunggeun Kim, Taekyun Lee, David Z. Pan 외 arxiv

A natural desideratum for generative models is self-correction--detecting and revising low-quality tokens at inference. While Masked Diffusion Models (MDMs) have emerged as a promising approach for generative modeling in…

Zero123++: a Single Image to Consistent Multi-view Diffusion Base Model

2023-10-23 · Ruoxi Shi, Hansheng Chen, Zhuoyang Zhang, Minghua Liu 외

We report Zero123++, an image-conditioned diffusion model for generating 3D-consistent multi-view images from a single input view. To take full advantage of pretrained 2D generative priors, we develop various conditionin…

On the Trainability of Masked Diffusion Language Models via Blockwise Locality

2026-04-27 · Yuxiang Wang, Yu Xiang, Baojian Zhou, Qifang Zhao 외 arxiv

Masked diffusion language models (MDMs) have recently emerged as a promising alternative to standard autoregressive large language models (AR-LLMs), yet their optimization can be substantially less stable. We study block…

One-2-3-45++: Fast Single Image to 3D Objects with Consistent Multi-View Generation and 3D Diffusion

2023-11-14 · CVPR 2024 1 · Minghua Liu, Ruoxi Shi, Linghao Chen, Zhuoyang Zhang 외

Recent advancements in open-world 3D object generation have been remarkable, with image-to-3D methods offering superior fine-grained control over their text-to-3D counterparts. However, most existing models fall short in…

Image GenerationImage to 3DText to 3D

Guided Discrete Diffusion for Constraint Satisfaction Problems

2025-12-16 · Justin Jung arxiv

We propose discrete diffusion guidance for constraint satisfaction problems (CSPs) and demonstrate its ability to solve Sudoku puzzles without supervision.