SSP-IR: Semantic and Structure Priors for Diffusion-based Realistic Image Restoration
Yuhong Zhang, Hengsheng Zhang, Zhengxue Cheng, Rong Xie, Li Song, Wenjun Zhang
TL;DR
SSP-IR addresses the challenge of realistic image restoration under real-world degradations by leveraging semantic and structure priors within a diffusion-based framework. It combines explicit textual guidance from a multimodal large language model with implicit image semantics via CLIP embeddings, and enforces degradation-independent structure control through a constrained Processor and ControlNet, all integrated by a Prior-Guided Attention module. The approach is trained in one stage with end-to-end optimization and losses that preserve both local details and global structure, achieving state-of-the-art performance on synthetic and real datasets in semantic fidelity and perceptual quality. The work demonstrates the potential of integrating MLLMs and multi-level priors into diffusion-based restoration, while noting higher computational requirements and latency as practical considerations for deployment.
Abstract
Realistic image restoration is a crucial task in computer vision, and diffusion-based models for image restoration have garnered significant attention due to their ability to produce realistic results. Restoration can be seen as a controllable generation conditioning on priors. However, due to the severity of image degradation, existing diffusion-based restoration methods cannot fully exploit priors from low-quality images and still have many challenges in perceptual quality, semantic fidelity, and structure accuracy. Based on the challenges, we introduce a novel image restoration method, SSP-IR. Our approach aims to fully exploit semantic and structure priors from low-quality images to guide the diffusion model in generating semantically faithful and structurally accurate natural restoration results. Specifically, we integrate the visual comprehension capabilities of Multimodal Large Language Models (explicit) and the visual representations of the original image (implicit) to acquire accurate semantic prior. To extract degradation-independent structure prior, we introduce a Processor with RGB and FFT constraints to extract structure prior from the low-quality images, guiding the diffusion model and preventing the generation of unreasonable artifacts. Lastly, we employ a multi-level attention mechanism to integrate the acquired semantic and structure priors. The qualitative and quantitative results demonstrate that our method outperforms other state-of-the-art methods overall on both synthetic and real-world datasets. Our project page is https://zyhrainbow.github.io/projects/SSP-IR.
