paper-with-me

Papers

DiffIR: Efficient Diffusion Model for Image Restoration

2023-03-16 · ICCV 2023 1 · Bin Xia, Yulun Zhang, Shiyin Wang, Yitong Wang, Xinglong Wu, Yapeng Tian, Wenming Yang, Luc van Gool

Diffusion model (DM) has achieved SOTA performance by modeling the image synthesis process into a sequential application of a denoising network. However, different from image synthesis, image restoration (IR) has a strong constraint to generate results in accordance with ground-truth. Thus, for IR, traditional DMs running massive iterations on a large model to estimate whole images or feature maps is inefficient. To address this issue, we propose an efficient DM for IR (DiffIR), which consists of a compact IR prior extraction network (CPEN), dynamic IR transformer (DIRformer), and denoising network. Specifically, DiffIR has two training stages: pretraining and training DM. In pretraining, we input ground-truth images into CPEN$_{S1}$ to capture a compact IR prior representation (IPR) to guide DIRformer. In the second stage, we train the DM to directly estimate the same IRP as pretrained CPEN$_{S1}$ only using LQ images. We observe that since the IPR is only a compact vector, DiffIR can use fewer iterations than traditional DM to obtain accurate estimations and generate more stable and realistic results. Since the iterations are few, our DiffIR can adopt a joint optimization of CPEN$_{S2}$, DIRformer, and denoising network, which can further reduce the estimation error influence. We conduct extensive experiments on several IR tasks and achieve SOTA performance while consuming less computational costs. Code is available at \url{https://github.com/Zj-BinXia/DiffIR}.

📄 PDF Abstract BibTeX arXiv:2303.09472

Code (1)

zj-binxia/diffir 공식 구현 pytorch

Tasks

DenoisingImage GenerationImage Restorationmodel

Similar Papers 제목 키워드 기반

MoE-DiffIR: Task-customized Diffusion Priors for Universal Compressed Image Restoration

2024-07-15 · Yulin Ren, Xin Li, Bingchen Li, Xingrui Wang 외

We present MoE-DiffIR, an innovative universal compressed image restoration (CIR) method with task-customized diffusion priors. This intends to handle two pivotal challenges in the existing CIR methods: (i) lacking adapt…

Image RestorationMixture-of-ExpertsTexture Synthesis

DiffIR2VR-Zero: Zero-Shot Video Restoration with Diffusion-based Image Restoration Models

2024-07-01 · Chang-Han Yeh, Chin-Yang Lin, Zhixiang Wang, Chi-Wei Hsiao 외

This paper introduces a method for zero-shot video restoration using pre-trained image restoration diffusion models. Traditional video restoration methods often need retraining for different settings and struggle with li…

DenoisingImage RestorationOptical Flow EstimationSuper-Resolution+3

Exploring Diffusion with Test-Time Training on Efficient Image Restoration

2025-06-17 · Rongchang Lu, Tianduo Luo, Yunzhi Jiang, Conghan Yue 외

Image restoration faces challenges including ineffective feature fusion, computational bottlenecks and inefficient diffusion processes. To address these, we propose DiffRWKVIR, a novel framework unifying Test-Time Traini…

DenoisingImage RestorationSSIMSuper-Resolution

diffIRM: A Diffusion-Augmented Invariant Risk Minimization Framework for Spatiotemporal Prediction over Graphs

2024-12-31 · Zhaobin Mo, Haotian Xiang, Xuan Di

Spatiotemporal prediction over graphs (STPG) is challenging, because real-world data suffers from the Out-of-Distribution (OOD) generalization problem, where test data follow different distributions from training ones. T…

Data Augmentation

Nesterov Accelerated ADMM for Fast Diffeomorphic Image Registration

2021-09-26 · Alexander Thorley, Xi Jia, Hyung Jin Chang, Boyang Liu 외

Deterministic approaches using iterative optimisation have been historically successful in diffeomorphic image registration (DiffIR). Although these approaches are highly accurate, they typically carry a significant comp…

Deep LearningGPUImage Registration