Delta Sampling: Data-Free Knowledge Transfer Across Diffusion Models
Zhidong Gao, Zimeng Pan, Yuhang Yao, Chenyue Xie, Wei Wei

TL;DR
Delta Sampling introduces a data-free, inference-time method for transferring knowledge across different diffusion models, improving image synthesis consistency without needing original training data or model re-training.
Contribution
The paper presents Delta Sampling, a novel inference-time technique that enables knowledge transfer across diffusion models with different architectures without requiring training data.
Findings
DS improves effect creation across SD versions.
DS is effective with various sampling strategies.
Code is publicly available for implementation.
Abstract
Diffusion models like Stable Diffusion (SD) drive a vibrant open-source ecosystem including fully fine-tuned checkpoints and parameter-efficient adapters such as LoRA, LyCORIS, and ControlNet. However, these adaptation components are tightly coupled to a specific base model, making them difficult to reuse when the base model is upgraded (e.g., from SD 1.x to 2.x) due to substantial changes in model parameters and architecture. In this work, we propose Delta Sampling (DS), a novel method that enables knowledge transfer across base models with different architectures, without requiring access to the original training data. DS operates entirely at inference time by leveraging the delta: the difference in model predictions before and after the adaptation of a base model. This delta is then used to guide the denoising process of a new base model. We evaluate DS across various SD versions,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Domain Adaptation and Few-Shot Learning · Model Reduction and Neural Networks
