paper-with-me

Papers

Memory-Efficient Fine-Tuning for Quantized Diffusion Model

2024-01-09 · Hyogon Ryu, Seohyun Lim, Hyunjung Shim

The emergence of billion-parameter diffusion models such as Stable Diffusion XL, Imagen, and DALL-E 3 has significantly propelled the domain of generative AI. However, their large-scale architecture presents challenges in fine-tuning and deployment due to high resource demands and slow inference speed. This paper explores the relatively unexplored yet promising realm of fine-tuning quantized diffusion models. Our analysis revealed that the baseline neglects the distinct patterns in model weights and the different roles throughout time steps when finetuning the diffusion model. To address these limitations, we introduce a novel memory-efficient fine-tuning method specifically designed for quantized diffusion models, dubbed TuneQDM. Our approach introduces quantization scales as separable functions to consider inter-channel weight patterns. Then, it optimizes these scales in a timestep-specific manner for effective reflection of the role of each time step. TuneQDM achieves performance on par with its full-precision counterpart while simultaneously offering significant memory efficiency. Experimental results demonstrate that our method consistently outperforms the baseline in both single-/multi-subject generations, exhibiting high subject fidelity and prompt fidelity comparable to the full precision model.

📄 PDF Abstract BibTeX arXiv:2401.04339

Code (0)

등록된 구현이 없습니다.

Tasks

modelQuantization

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

CDM-QTA: Quantized Training Acceleration for Efficient LoRA Fine-Tuning of Diffusion Model

2025-04-08 · Jinming Lu, Minghao She, Wendong Mao, Zhongfeng Wang

Fine-tuning large diffusion models for custom applications demands substantial power and time, which poses significant challenges for efficient implementation on mobile devices. In this paper, we develop a novel training…

Image Generation

Efficient Personalization of Quantized Diffusion Model without Backpropagation

2025-03-19 · CVPR 2025 1 · Hoigi Seo, Wongi Jeong, Kyungryeol Lee, Se Young Chun

Diffusion models have shown remarkable performance in image synthesis, but they demand extensive computational and memory resources for training, fine-tuning and inference. Although advanced quantization techniques have …

Image Generation

Fine-tuning Quantized Neural Networks with Zeroth-order Optimization

2025-05-19 · Sifeng Shang, Jiayi Zhou, Chenyu Lin, Minxian Li 외

As the size of large language models grows exponentially, GPU memory has become a bottleneck for adapting these models to downstream tasks. In this paper, we aim to push the limits of memory-efficient training by minimiz…

GPUQuantization

QuEST: Low-bit Diffusion Model Quantization via Efficient Selective Finetuning

2024-02-06 · Haoxuan Wang, Yuzhang Shang, Zhihang Yuan, Junyi Wu 외

The practical deployment of diffusion models still suffers from the high memory and time overhead. While quantization paves a way for compression and acceleration, existing methods unfortunately fail when the models are …

Image GenerationModel CompressionQuantization

Data-Free Group-Wise Fully Quantized Winograd Convolution via Learnable Scales

2024-12-27 · CVPR 2025 1 · Shuokai Pan, Gerti Tuzi, Sudarshan Sreeram, Dibakar Gope

Despite the revolutionary breakthroughs of large-scale text-to-image diffusion models for complex vision and downstream tasks, their extremely high computational and storage costs limit their usability. Quantization of d…

image-classificationImage ClassificationImage GenerationQuantization+2