paper-with-me

Papers

Adversarial Diffusion Compression for Real-World Image Super-Resolution

2024-11-20 · CVPR 2025 1 · Bin Chen, Gehui Li, Rongyuan Wu, Xindong Zhang, Jie Chen, Jian Zhang, Lei Zhang

Real-world image super-resolution (Real-ISR) aims to reconstruct high-resolution images from low-resolution inputs degraded by complex, unknown processes. While many Stable Diffusion (SD)-based Real-ISR methods have achieved remarkable success, their slow, multi-step inference hinders practical deployment. Recent SD-based one-step networks like OSEDiff and S3Diff alleviate this issue but still incur high computational costs due to their reliance on large pretrained SD models. This paper proposes a novel Real-ISR method, AdcSR, by distilling the one-step diffusion network OSEDiff into a streamlined diffusion-GAN model under our Adversarial Diffusion Compression (ADC) framework. We meticulously examine the modules of OSEDiff, categorizing them into two types: (1) Removable (VAE encoder, prompt extractor, text encoder, etc.) and (2) Prunable (denoising UNet and VAE decoder). Since direct removal and pruning can degrade the model's generation capability, we pretrain our pruned VAE decoder to restore its ability to decode images and employ adversarial distillation to compensate for performance loss. This ADC-based diffusion-GAN hybrid design effectively reduces complexity by 73% in inference time, 78% in computation, and 74% in parameters, while preserving the model's generation capability. Experiments manifest that our proposed AdcSR achieves competitive recovery quality on both synthetic and real-world datasets, offering up to 9.3$\times$ speedup over previous one-step diffusion-based methods. Code and models are available at https://github.com/Guaishou74851/AdcSR.

📄 PDF Abstract BibTeX arXiv:2411.13383

Code (2)

guaishou74851/adcsr 공식 구현 pytorch
cswry/osediff pytorch

Tasks

DecoderDenoisingImage Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Improved Adversarial Diffusion Compression for Real-World Video Super-Resolution

2026-02-28 · Bin Chen, Weiqi Li, Shijie Zhao, Xuanyu Zhang 외 arxiv

While many diffusion models have achieved impressive results in real-world video super-resolution (Real-VSR) by generating rich and realistic details, their reliance on multi-step sampling leads to slow inference. One-st…

Video Super-Resolution

CoD-Lite: Real-Time Diffusion-Based Generative Image Compression

2026-04-14 · Zhaoyang Jia, Naifu Xue, Zihan Zheng, Jiahao Li 외 arxiv

Recent advanced diffusion methods typically derive strong generative priors by scaling diffusion transformers. However, scaling fails to generalize when adapted for real-time compression scenarios that demand lightweight…

Image Compression

Take Fake as Real: Realistic-like Robust Black-box Adversarial Attack to Evade AIGC Detection

2024-12-09 · Caiyun Xie, Dengpan Ye, Yunming Zhang, Long Tang 외

The security of AI-generated content (AIGC) detection is crucial for ensuring multimedia content credibility. To enhance detector security, research on adversarial attacks has become essential. However, most existing adv…

Adversarial Attack

Refusion: Enabling Large-Size Realistic Image Restoration with Latent-Space Diffusion Models

2023-04-17 · Ziwei Luo, Fredrik K. Gustafsson, Zheng Zhao, Jens Sjölund 외

This work aims to improve the applicability of diffusion models in realistic image restoration. Specifically, we enhance the diffusion model in several aspects such as network architecture, noise level, denoising steps, …

Bokeh Effect RenderingDenoisingImage DehazingImage Restoration+5

Real-time Identity Defenses against Malicious Personalization of Diffusion Models

2024-12-13 · Hanzhong Guo, Shen Nie, Chao Du, Tianyu Pang 외

Personalized generative diffusion models, capable of synthesizing highly realistic images based on a few reference portraits, may pose substantial social, ethical, and legal risks via identity replication. Existing defen…

CPUGPUImage Compression