paper-with-me

홈 › Papers

LD-RPS: Zero-Shot Unified Image Restoration via Latent Diffusion Recurrent Posterior Sampling

2025-07-01 · Huaqiu Li, Yong Wang, Tongwen Huang, Hailang Huang, Haoqian Wang, Xiangxiang Chu

Unified image restoration is a significantly challenging task in low-level vision. Existing methods either make tailored designs for specific tasks, limiting their generalizability across various types of degradation, or rely on training with paired datasets, thereby suffering from closed-set constraints. To address these issues, we propose a novel, dataset-free, and unified approach through recurrent posterior sampling utilizing a pretrained latent diffusion model. Our method incorporates the multimodal understanding model to provide sematic priors for the generative model under a task-blind condition. Furthermore, it utilizes a lightweight module to align the degraded input with the generated preference of the diffusion model, and employs recurrent refinement for posterior sampling. Extensive experiments demonstrate that our method outperforms state-of-the-art methods, validating its effectiveness and robustness. Our code and data will be available at https://github.com/AMAP-ML/LD-RPS.

📄 PDF Abstract BibTeX arXiv:2507.00790

Code (1)

amap-ml/ld-rps 공식 구현 jax

Tasks

Image RestorationUnified Image Restoration

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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 제목 키워드 기반

Self-supervised Dynamic Heterogeneous Degradation Modeling for Unified Zero-Shot Image Restoration

2026-05-23 · XiaoWan Hu, Jing Yang, HeNan Liu, HuaQiu Li 외 arxiv

Zero-shot image restoration provides a flexible way to handle diverse degradations without task-specific training. However, existing methods typically rely on stacked layers or pre-trained features to enhance degradation…

Image Restoration

Zero-Shot Video Restoration and Enhancement with Assistance of Video Diffusion Models

2026-01-29 · Cong Cao, Huanjing Yue, Shangbin Xie, Xin Liu 외 arxiv

Although diffusion-based zero-shot image restoration and enhancement methods have achieved great success, applying them to video restoration or enhancement will lead to severe temporal flickering. In this paper, we propo…

Video RestorationImage Restoration

FAPE-IR: Frequency-Aware Planning and Execution Framework for All-in-One Image Restoration

2025-11-18 · Jingren Liu, Shuning Xu, Qirui Yang, Yun Wang 외 arxiv

All-in-One Image Restoration (AIO-IR) aims to develop a unified model that can handle multiple degradations under complex conditions. However, existing methods often rely on task-specific designs or latent routing strate…

Zero-shot GeneralizationImage Restoration

Edit2Restore:Few-Shot Image Restoration via Parameter-Efficient Adaptation of Pre-trained Editing Models

2026-01-06 · M. Akın Yılmaz, Ahmet Bilican, Burak Can Biner, A. Murat Tekalp arxiv

Image restoration has traditionally required training specialized models on thousands of paired examples per degradation type. Large pre-trained text-conditioned image editing models encode rich priors about image struct…

parameter-efficient fine-tuningImage-to-Image TranslationImage EnhancementImage Restoration

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