Binarized Diffusion Model for Image Super-Resolution
Zheng Chen, Haotong Qin, Yong Guo, Xiongfei Su, Xin Yuan, Linghe Kong,, Yulun Zhang

TL;DR
This paper introduces BI-DiffSR, a binarized diffusion model optimized for image super-resolution that reduces memory and computation costs while maintaining high performance through novel architectural and activation strategies.
Contribution
The paper proposes a novel binarized diffusion model with specialized architecture and activation adjustments, significantly improving super-resolution performance over existing binarization methods.
Findings
Outperforms existing binarization methods in image super-resolution
Maintains high-quality results with reduced memory and computation
Introduces novel architectural components like CP-Down, CP-Up, and CS-Fusion
Abstract
Advanced diffusion models (DMs) perform impressively in image super-resolution (SR), but the high memory and computational costs hinder their deployment. Binarization, an ultra-compression algorithm, offers the potential for effectively accelerating DMs. Nonetheless, due to the model structure and the multi-step iterative attribute of DMs, existing binarization methods result in significant performance degradation. In this paper, we introduce a novel binarized diffusion model, BI-DiffSR, for image SR. First, for the model structure, we design a UNet architecture optimized for binarization. We propose the consistent-pixel-downsample (CP-Down) and consistent-pixel-upsample (CP-Up) to maintain dimension consistent and facilitate the full-precision information transfer. Meanwhile, we design the channel-shuffle-fusion (CS-Fusion) to enhance feature fusion in skip connection. Second, for the…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Image Processing Techniques · Image and Signal Denoising Methods · Advanced Image Fusion Techniques
MethodsDiffusion
