vix.ing · top · new · best · stats · spec

Decouple-Then-Merge: Finetune Diffusion Models as Multi-Task Learning

2024/10/09 by Qianli Ma, Ma, Qianli, Xuefei Ning +7 · 2 citations
Computer Science · #Artificial Intelligence (cs.AI) #Computer Vision and Pattern Recognition (cs.CV) #FOS: Computer and information sciences #Multi-Agent Systems and Negotiation

paper · pdf · doi:10.48550/arxiv.2410.06664

openalex publication_date 2024/10/09 · openalex created_date 2024/10/12 · openalex updated_date 2026/07/28

Abstract

Diffusion models are trained by learning a sequence of models that reverse each step of noise corruption. Typically, the model parameters are fully shared across multiple timesteps to enhance training efficiency. However, since the denoising tasks differ at each timestep, the gradients computed at different timesteps may conflict, potentially degrading the overall performance of image generation. To solve this issue, this work proposes a Decouple-then-Merge (DeMe) framework, which begins with a pretrained model and finetunes separate models tailored to specific timesteps. We introduce several improved techniques during the finetuning stage to promote effective knowledge sharing while minimizing training interference across timesteps. Finally, after finetuning, these separate models can be merged into a single model in the parameter space, ensuring efficient and practical inference. Experimental results show significant generation quality improvements upon 6 benchmarks including Stable Diffusion on COCO30K, ImageNet1K, PartiPrompts, and DDPM on LSUN Church, LSUN Bedroom, and CIFAR10. Code is available at \hrefhttps://github.com/MqLeet/DeMeGitHub.

Cited by

Related