paper-with-me

Papers

Long and Short Guidance in Score identity Distillation for One-Step Text-to-Image Generation

2024-06-03 · Mingyuan Zhou, Zhendong Wang, Huangjie Zheng, Hai Huang

Diffusion-based text-to-image generation models trained on extensive text-image pairs have shown the capacity to generate photorealistic images consistent with textual descriptions. However, a significant limitation of these models is their slow sample generation, which requires iterative refinement through the same network. In this paper, we enhance Score identity Distillation (SiD) by developing long and short classifier-free guidance (LSG) to efficiently distill pretrained Stable Diffusion models without using real training data. SiD aims to optimize a model-based explicit score matching loss, utilizing a score-identity-based approximation alongside the proposed LSG for practical computation. By training exclusively with fake images synthesized with its one-step generator, SiD equipped with LSG rapidly improves FID and CLIP scores, achieving state-of-the-art FID performance while maintaining a competitive CLIP score. Specifically, its data-free distillation of Stable Diffusion 1.5 achieves a record low FID of 8.15 on the COCO-2014 validation set, with a CLIP score of 0.304 at an LSG scale of 1.5, and an FID of 9.56 with a CLIP score of 0.313 at an LSG scale of 2. Our code and distilled one-step text-to-image generators are available at https://github.com/mingyuanzhou/SiD-LSG.

📄 PDF Abstract BibTeX arXiv:2406.01561

Code (2)

mingyuanzhou/sid-lsg 공식 구현 pytorch
mingyuanzhou/sid pytorch

Tasks

Image GenerationText to Image GenerationText-to-Image Generation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
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 제목 키워드 기반

Few-Step Diffusion via Score identity Distillation

2025-05-19 · Mingyuan Zhou, Yi Gu, Zhendong Wang

Diffusion distillation has emerged as a promising strategy for accelerating text-to-image (T2I) diffusion models by distilling a pretrained score network into a one- or few-step generator. While existing methods have mad…

Diversity

SteinDreamer: Variance Reduction for Text-to-3D Score Distillation via Stein Identity

2023-12-31 · Peihao Wang, Zhiwen Fan, Dejia Xu, Dilin Wang 외

Score distillation has emerged as one of the most prevalent approaches for text-to-3D asset synthesis. Essentially, score distillation updates 3D parameters by lifting and back-propagating scores averaged over different …

Text to 3D

FFP-300K: Scaling First-Frame Propagation for Generalizable Video Editing

2026-01-05 · Xijie Huang, Chengming Xu, Donghao Luo, Xiaobin Hu 외 arxiv

First-Frame Propagation (FFP) offers a promising paradigm for controllable video editing, but existing methods are hampered by a reliance on cumbersome run-time guidance. We identify the root cause of this limitation as …

Long Short-Term Sample Distillation

2020-03-02 · Liang Jiang, Zujie Wen, Zhongping Liang, Yafang Wang 외

In the past decade, there has been substantial progress at training increasingly deep neural networks. Recent advances within the teacher--student training paradigm have established that information about past training u…

Score identity Distillation: Exponentially Fast Distillation of Pretrained Diffusion Models for One-Step Generation

2024-04-05 · Mingyuan Zhou, Huangjie Zheng, Zhendong Wang, Mingzhang Yin 외

We introduce Score identity Distillation (SiD), an innovative data-free method that distills the generative capabilities of pretrained diffusion models into a single-step generator. SiD not only facilitates an exponentia…

Image Generation