paper-with-me

홈 › Papers

DiffFit: Unlocking Transferability of Large Diffusion Models via Simple Parameter-Efficient Fine-Tuning

2023-04-13 · ICCV 2023 1 · Enze Xie, Lewei Yao, Han Shi, Zhili Liu, Daquan Zhou, Zhaoqiang Liu, Jiawei Li, Zhenguo Li

Diffusion models have proven to be highly effective in generating high-quality images. However, adapting large pre-trained diffusion models to new domains remains an open challenge, which is critical for real-world applications. This paper proposes DiffFit, a parameter-efficient strategy to fine-tune large pre-trained diffusion models that enable fast adaptation to new domains. DiffFit is embarrassingly simple that only fine-tunes the bias term and newly-added scaling factors in specific layers, yet resulting in significant training speed-up and reduced model storage costs. Compared with full fine-tuning, DiffFit achieves 2$\times$ training speed-up and only needs to store approximately 0.12\% of the total model parameters. Intuitive theoretical analysis has been provided to justify the efficacy of scaling factors on fast adaptation. On 8 downstream datasets, DiffFit achieves superior or competitive performances compared to the full fine-tuning while being more efficient. Remarkably, we show that DiffFit can adapt a pre-trained low-resolution generative model to a high-resolution one by adding minimal cost. Among diffusion-based methods, DiffFit sets a new state-of-the-art FID of 3.02 on ImageNet 512$\times$512 benchmark by fine-tuning only 25 epochs from a public pre-trained ImageNet 256$\times$256 checkpoint while being 30$\times$ more training efficient than the closest competitor.

📄 PDF Abstract BibTeX arXiv:2304.06648

Code (1)

mkshing/DiffFit-pytorch pytorch

Tasks

Efficient Diffusion Personalizationparameter-efficient fine-tuning

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

DiffFit: Visually-Guided Differentiable Fitting of Molecule Structures to a Cryo-EM Map

2024-04-03 · Deng Luo, Zainab Alsuwaykit, Dawar Khan, Ondřej Strnad 외

We introduce DiffFit, a differentiable algorithm for fitting protein atomistic structures into an experimental reconstructed Cryo-Electron Microscopy (cryo-EM) volume map. In structural biology, this process is necessary…

Parameter-efficient Bayesian Neural Networks for Uncertainty-aware Depth Estimation

2024-09-25 · Richard D. Paul, Alessio Quercia, Vincent Fortuin, Katharina Nöh 외

State-of-the-art computer vision tasks, like monocular depth estimation (MDE), rely heavily on large, modern Transformer-based architectures. However, their application in safety-critical domains demands reliable predict…

Bayesian InferenceDepth EstimationMonocular Depth Estimationparameter-efficient fine-tuning+1

Mist: Towards Improved Adversarial Examples for Diffusion Models

2023-05-22 · Chumeng Liang, Xiaoyu Wu

Diffusion Models (DMs) have empowered great success in artificial-intelligence-generated content, especially in artwork creation, yet raising new concerns in intellectual properties and copyright. For example, infringers…

Adversarial Defense

Unlocking Feature Visualization for Deep Network with MAgnitude Constrained Optimization

2023-09-21 · NeurIPS 2023 11

Feature visualization has gained significant popularity as an explainability method, particularly after the influential work by Olah et al. in 2017. Despite its success, its widespread adoption has been limited due to is…

Group Diffusion: Enhancing Image Generation by Unlocking Cross-Sample Collaboration

2025-12-11 · Sicheng Mo, Thao Nguyen, Richard Zhang, Nick Kolkin 외 arxiv

In this work, we explore an untapped signal in diffusion model inference. While all previous methods generate images independently at inference, we instead ask if samples can be generated collaboratively. We propose Grou…

Image Generation