paper-with-me

홈 › Papers

PromptCIR: Blind Compressed Image Restoration with Prompt Learning

2024-04-26 · Bingchen Li, Xin Li, Yiting Lu, Ruoyu Feng, Mengxi Guo, Shijie Zhao, Li Zhang, Zhibo Chen

Blind Compressed Image Restoration (CIR) has garnered significant attention due to its practical applications. It aims to mitigate compression artifacts caused by unknown quality factors, particularly with JPEG codecs. Existing works on blind CIR often seek assistance from a quality factor prediction network to facilitate their network to restore compressed images. However, the predicted numerical quality factor lacks spatial information, preventing network adaptability toward image contents. Recent studies in prompt-learning-based image restoration have showcased the potential of prompts to generalize across varied degradation types and degrees. This motivated us to design a prompt-learning-based compressed image restoration network, dubbed PromptCIR, which can effectively restore images from various compress levels. Specifically, PromptCIR exploits prompts to encode compression information implicitly, where prompts directly interact with soft weights generated from image features, thus providing dynamic content-aware and distortion-aware guidance for the restoration process. The light-weight prompts enable our method to adapt to different compression levels, while introducing minimal parameter overhead. Overall, PromptCIR leverages the powerful transformer-based backbone with the dynamic prompt module to proficiently handle blind CIR tasks, winning first place in the NTIRE 2024 challenge of blind compressed image enhancement track. Extensive experiments have validated the effectiveness of our proposed PromptCIR. The code is available at https://github.com/lbc12345/PromptCIR-NTIRE24.

📄 PDF Abstract BibTeX arXiv:2404.17433

Code (1)

lbc12345/promptcir-ntire24 공식 구현 pytorch

Tasks

Image EnhancementImage RestorationPrompt Learning

Similar Papers 제목 키워드 기반

Visual Style Prompt Learning Using Diffusion Models for Blind Face Restoration

2024-12-30 · Wanglong Lu, Jikai Wang, Tao Wang, Kaihao Zhang 외

Blind face restoration aims to recover high-quality facial images from various unidentified sources of degradation, posing significant challenges due to the minimal information retrievable from the degraded images. Prior…

Blind Face RestorationPrompt Learning

A2BFR: Attribute-Aware Blind Face Restoration

2026-03-31 · Chenxin Zhu, Yushun Fang, Lu Liu, Shibo Yin 외 arxiv

Blind face restoration (BFR) aims to recover high-quality facial images from degraded inputs, yet its inherently ill-posed nature leads to ambiguous and uncontrollable solutions. Recent diffusion-based BFR methods improv…

Blind Face Restoration

Extreme Blind Image Restoration via Prompt-Conditioned Information Bottleneck

2025-10-01 · Hongeun Kim, Bryan Sangwoo Kim, Jong Chul Ye arxiv

Blind Image Restoration (BIR) methods have achieved remarkable success but falter when faced with Extreme Blind Image Restoration (EBIR), where inputs suffer from severe, compounded degradations beyond their training sco…

Image Restoration

Learning Warped Guidance for Blind Face Restoration

2018-04-13 · ECCV 2018 9 · Xiaoming Li, Ming Liu, Yuting Ye, WangMeng Zuo 외

This paper studies the problem of blind face restoration from an unconstrained blurry, noisy, low-resolution, or compressed image (i.e., degraded observation). For better recovery of fine facial details, we modify the pr…

Blind Face Restoration

PromptIR: Prompting for All-in-One Blind Image Restoration

2023-06-22 · Vaishnav Potlapalli, Syed Waqas Zamir, Salman Khan, Fahad Shahbaz Khan

Image restoration involves recovering a high-quality clean image from its degraded version. Deep learning-based methods have significantly improved image restoration performance, however, they have limited generalization…

AllBlind All-in-One Image RestorationDenoisingImage Denoising+2