One-Step Offline Distillation of Diffusion-based Models via Koopman Modeling
Nimrod Berman, Ilan Naiman, Moshe Eliasof, Hedi Zisling, Omri Azencot
TL;DR
The paper tackles the high computational cost of diffusion-model sampling by introducing Koopman Distillation Model (KDM), an offline distillation framework that learns a finite-dimensional Koopman operator in a latent observable space to map noisy inputs to clean outputs in a single step. By training encoders, a linear Koopman operator, and a decoder with reconstruction, latent consistency, and prediction losses (plus adversarial and conditioning components), KDM achieves fast, semantically faithful generation while preserving the teacher's dynamics. The authors provide theoretical guarantees for finite-dimensional Koopman representations and semantic proximity, and demonstrate competitive, and often superior, one-step generation results across CIFAR-10, FFHQ, and AFHQv2 in the offline distillation setting, with favorable scalability and efficiency. This work offers a practical, architecture-agnostic path to efficient diffusion distillation and lays the groundwork for extending Koopman-based dynamics to broader generative modeling tasks.
Abstract
Diffusion-based generative models have demonstrated exceptional performance, yet their iterative sampling procedures remain computationally expensive. A prominent strategy to mitigate this cost is distillation, with offline distillation offering particular advantages in terms of efficiency, modularity, and flexibility. In this work, we identify two key observations that motivate a principled distillation framework: (1) while diffusion models have been viewed through the lens of dynamical systems theory, powerful and underexplored tools can be further leveraged; and (2) diffusion models inherently impose structured, semantically coherent trajectories in latent space. Building on these observations, we introduce the Koopman Distillation Model (KDM), a novel offline distillation approach grounded in Koopman theory - a classical framework for representing nonlinear dynamics linearly in a transformed space. KDM encodes noisy inputs into an embedded space where a learned linear operator propagates them forward, followed by a decoder that reconstructs clean samples. This enables single-step generation while preserving semantic fidelity. We provide theoretical justification for our approach: (1) under mild assumptions, the learned diffusion dynamics admit a finite-dimensional Koopman representation; and (2) proximity in the Koopman latent space correlates with semantic similarity in the generated outputs, allowing for effective trajectory alignment. KDM achieves highly competitive performance across standard offline distillation benchmarks.
