paper-with-me

홈 › Papers

High Quality Diffusion Distillation on a Single GPU with Relative and Absolute Position Matching

2025-03-26 · Guoqiang Zhang, Kenta Niwa, J. P. Lewis, Cedric Mesnage, W. Bastiaan Kleijn

We introduce relative and absolute position matching (RAPM), a diffusion distillation method resulting in high quality generation that can be trained efficiently on a single GPU. Recent diffusion distillation research has achieved excellent results for high-resolution text-to-image generation with methods such as phased consistency models (PCM) and improved distribution matching distillation (DMD2). However, these methods generally require many GPUs (e.g.~8-64) and significant batchsizes (e.g.~128-2048) during training, resulting in memory and compute requirements that are beyond the resources of some researchers. RAPM provides effective single-GPU diffusion distillation training with a batchsize of 1. The new method attempts to mimic the sampling trajectories of the teacher model by matching the relative and absolute positions. The design of relative positions is inspired by PCM. Two discriminators are introduced accordingly in RAPM, one for matching relative positions and the other for absolute positions. Experimental results on StableDiffusion (SD) V1.5 and SDXL indicate that RAPM with 4 timesteps produces comparable FID scores as the best method with 1 timestep under very limited computational resources.

📄 PDF Abstract BibTeX arXiv:2503.20744

Code (0)

등록된 구현이 없습니다.

Tasks

GPUImage GenerationPositionText to Image GenerationText-to-Image Generation

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…
Consistency Models 설명 없음

Similar Papers 제목 키워드 기반

Multi-student Diffusion Distillation for Better One-step Generators

2024-10-30 · Yanke Song, Jonathan Lorraine, Weili Nie, Karsten Kreis 외

Diffusion models achieve high-quality sample generation at the cost of a lengthy multistep inference procedure. To overcome this, diffusion distillation techniques produce student generators capable of matching or surpas…

Image Generation

Motion Consistency Model: Accelerating Video Diffusion with Disentangled Motion-Appearance Distillation

2024-06-11 · Yuanhao Zhai, Kevin Lin, Zhengyuan Yang, Linjie Li 외

Image diffusion distillation achieves high-fidelity generation with very few sampling steps. However, applying these techniques directly to video diffusion often results in unsatisfactory frame quality due to the limited…

SFDDM: Single-fold Distillation for Diffusion models

2024-05-23 · Chi Hong, Jiyue Huang, Robert Birke, Dick Epema 외

While diffusion models effectively generate remarkable synthetic images, a key limitation is the inference inefficiency, requiring numerous sampling steps. To accelerate inference and maintain high-quality synthesis, tea…

Multistep Consistency Models

2024-03-11 · Jonathan Heek, Emiel Hoogeboom, Tim Salimans

Diffusion models are relatively easy to train but require many steps to generate samples. Consistency models are far more difficult to train, but generate samples in a single step. In this paper we propose Multistep Cons…

Adversarial Diffusion Distillation

2023-11-28 · Axel Sauer, Dominik Lorenz, Andreas Blattmann, Robin Rombach

We introduce Adversarial Diffusion Distillation (ADD), a novel training approach that efficiently samples large-scale foundational image diffusion models in just 1-4 steps while maintaining high image quality. We use sco…

Image Generation