CR-Diff: Cross-Resolution Diffusion Models via Network Pruning

Accepted by CVPR 2026 Findings
1Westlake University, 2University of Electronic Science and Technology of China
*Corresponding author: wanghuan [at] westlake [dot] edu [dot] cn
Westlake University
UESTC
ENCODE LAB
CR-Diff teaser

This paper proposes CR-Diff, a pruning-based method to improve cross-resolution consistency in UNet-based diffusion models. Pruning is used to mask certain parameters, helping the model generalize to unseen resolutions. Compared to the original SDXL trained at 1024×1024, which doesn't perform well on other resolutions, the pruned model produces more coherent results at sizes like 400×560 and 480×360. This suggests that some parameters may hinder generalization, and removing them can effectively improve performance across resolutions.

Overview of our CR-Diff method

CR-Diff framework

Illustration of the proposed CR-Diff framework for improving cross-resolution generation in UNet-based diffusion models. The method follows a two-stage pruning and optimizing paradigm. First, target UNet blocks are assigned adaptive sparsity levels via a block-wise pruning strategy, where magnitude-based criteria are applied with differentiated ratios across downsampling, middle, and upsampling modules to extract resolution-stable parameter subsets. Subsequently, a pruned output amplification mechanism refines the denoising process by amplifying the pruned subnetwork outputs with a coefficient k > 1, effectively suppressing adverse contributions from the dense model. This process leads to more stable denoising trajectories and produces higher-quality images with improved structural coherence and semantic alignment across resolutions.

Quantitative Results

Qualitative Results

BibTeX

@misc{ren2026crdiff,
      title={Cross-Resolution Diffusion Models via Network Pruning}, 
      author={Jiaxuan Ren and Junhan Zhu and Huan Wang},
      year={2026},
      eprint={2604.05524},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2604.05524},       
    }