GRMar 28

2ndMatch: Finetuning Pruned Diffusion Models via Second-Order Jacobian Matching

arXiv:2506.0539821.11 citationsh-index: 22
Predicted impact top 32% in GR · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying diffusion models, this method improves the quality of pruned models, reducing computational cost without sacrificing performance.

The paper proposes 2ndMatch, a finetuning framework for pruned diffusion models that uses second-order Jacobian matching to transfer knowledge from dense to pruned models. Experiments on multiple datasets show it reduces the performance gap between pruned and dense models, improving output quality.

Diffusion models achieve remarkable performance across diverse generative tasks in computer vision, but their high computational cost remains a major barrier to deployment. Model pruning offers a promising way to reduce inference cost and enable lightweight models. However, pruning leads to quality drop due to reduced capacity. A key limitation of existing pruning approaches is that pruned models are finetuned using the same objective as the dense model (denoising score matching). Since the dense model is accessible during finetuning, it warrants a more effective approach for knowledge transfer from the dense to the pruned model. Motivated by this, we propose \textbf{2ndMatch} (\textbf{2ndM}), a general-purpose finetuning framework that introduces a \textbf{2nd}-order Jacobian ($J^{\top} J$) \textbf{M}atching loss inspired by Finite-Time Lyapunov Exponents. \textbf{2ndM} teaches the pruned model to mimic the sensitivity of the dense teacher, i.e., how to respond to small perturbations over time, through scalable random projections. The framework is architecture-agnostic and applies to both U-Net- and Transformer-based diffusion models. Experiments on CIFAR-10, CelebA, LSUN, ImageNet, and MSCOCO demonstrate that \textbf{2ndM} reduces the performance gap between pruned and dense models, substantially improving output quality.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes