paper-with-me

Papers

Score-based Idempotent Distillation of Diffusion Models

2025-09-25 · Shehtab Zaman, Chengyan Liu, Kenneth Chiu arxiv

Idempotent generative networks (IGNs) are a new line of generative models based on idempotent mapping to a target manifold. IGNs support both single-and multi-step generation, allowing for a flexible trade-off between computational cost and sample quality. But similar to Generative Adversarial Networks (GANs), conventional IGNs require adversarial training and are prone to training instabilities and mode collapse. Diffusion and score-based models are popular approaches to generative modeling that iteratively transport samples from one distribution, usually a Gaussian, to a target data distribution. These models have gained popularity due to their stable training dynamics and high-fidelity generation quality. However, this stability and quality come at the cost of high computational cost, as the data must be transported incrementally along the entire trajectory. New sampling methods, model distillation, and consistency models have been developed to reduce the sampling cost and even perform one-shot sampling from diffusion models. In this work, we unite diffusion and IGNs by distilling idempotent models from diffusion model scores, called SIGN. Our proposed method is highly stable and does not require adversarial losses. We provide a theoretical analysis of our proposed score-based training methods and empirically show that IGNs can be effectively distilled from a pre-trained diffusion model, enabling faster inference than iterative score-based models. SIGNs can perform multi-step sampling, allowing users to trade off quality for efficiency. These models operate directly on the source domain; they can project corrupted or alternate distributions back onto the target manifold, enabling zero-shot editing of inputs. We validate our models on multiple image datasets, achieving state-of-the-art results for idempotent models on the CIFAR and CelebA datasets.

📄 PDF Abstract BibTeX arXiv:2509.21470

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IDER: IDempotent Experience Replay for Reliable Continual Learning

2026-02-28 · Zhanwang Liu, Yuting Li, Haoyuan Gao, Yexin Li 외 arxiv

Catastrophic forgetting, the tendency of neural networks to forget previously learned knowledge when learning new tasks, has been a major challenge in continual learning (CL). To tackle this challenge, CL methods have be…

Continual Learning

Idempotent Learned Image Compression with Right-Inverse

2023-09-21 · NeurIPS 2023 11

We consider the problem of idempotent learned image compression (LIC). The idempotence of codec refers to the stability of codec to re-compression. To achieve idempotence, previous codecs adopt invertible transforms such…

NeRF Inpainting with Geometric Diffusion Prior and Balanced Score Distillation

2024-11-23 · Menglin Zhang, Xin Luo, Yunwei Lan, Chang Liu 외

Recent advances in NeRF inpainting have leveraged pretrained diffusion models to enhance performance. However, these methods often yield suboptimal results due to their ineffective utilization of 2D diffusion priors. The…

NeRF

Score identity Distillation: Exponentially Fast Distillation of Pretrained Diffusion Models for One-Step Generation

2024-04-05 · Mingyuan Zhou, Huangjie Zheng, Zhendong Wang, Mingzhang Yin 외

We introduce Score identity Distillation (SiD), an innovative data-free method that distills the generative capabilities of pretrained diffusion models into a single-step generator. SiD not only facilitates an exponentia…

Image Generation

Orthogonal and Idempotent Transformations for Learning Deep Neural Networks

2017-07-19 · Jingdong Wang, Yajie Xing, Kexin Zhang, Cha Zhang

Identity transformations, used as skip-connections in residual networks, directly connect convolutional layers close to the input and those close to the output in deep neural networks, improving information flow and thus…