paper-with-me

Papers

Image Super-Resolution with Text Prompt Diffusion

2023-11-24 · Zheng Chen, Yulun Zhang, Jinjin Gu, Xin Yuan, Linghe Kong, Guihai Chen, Xiaokang Yang

Image super-resolution (SR) methods typically model degradation to improve reconstruction accuracy in complex and unknown degradation scenarios. However, extracting degradation information from low-resolution images is challenging, which limits the model performance. To boost image SR performance, one feasible approach is to introduce additional priors. Inspired by advancements in multi-modal methods and text prompt image processing, we introduce text prompts to image SR to provide degradation priors. Specifically, we first design a text-image generation pipeline to integrate text into the SR dataset through the text degradation representation and degradation model. The text representation applies a discretization manner based on the binning method to describe the degradation abstractly. This method maintains the flexibility of the text and is user-friendly. Meanwhile, we propose the PromptSR to realize the text prompt SR. The PromptSR utilizes the pre-trained language model (e.g., T5 or CLIP) to enhance restoration. We train the PromptSR on the generated text-image dataset. Extensive experiments indicate that introducing text prompts into SR, yields excellent results on both synthetic and real-world images. Code is available at: https://github.com/zhengchen1999/PromptSR.

📄 PDF Abstract BibTeX arXiv:2311.14282

Code (1)

zhengchen1999/promptsr 공식 구현 pytorch

Tasks

Image GenerationImage Super-ResolutionLanguage ModelingLanguage ModellingSuper-Resolution

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…

Similar Papers 제목 키워드 기반

Semantic Segmentation Prior for Diffusion-Based Real-World Super-Resolution

2024-12-04 · Jiahua Xiao, Jiawei Zhang, Dongqing Zou, Xiaodan Zhang 외

Real-world image super-resolution (Real-ISR) has achieved a remarkable leap by leveraging large-scale text-to-image models, enabling realistic image restoration from given recognition textual prompts. However, these meth…

Image RestorationImage Super-ResolutionSegmentationSemantic Segmentation+1

HoliSDiP: Image Super-Resolution via Holistic Semantics and Diffusion Prior

2024-11-27 · Li-Yuan Tsao, Hao-Wei Chen, Hao-Wei Chung, Deqing Sun 외

Text-to-image diffusion models have emerged as powerful priors for real-world image super-resolution (Real-ISR). However, existing methods may produce unintended results due to noisy text prompts and their lack of spatia…

Image Super-ResolutionSegmentationSemantic SegmentationSuper-Resolution

Tiled Prompts: Overcoming Prompt Misguidance in Image and Video Super-Resolution

2026-02-03 · Bryan Sangwoo Kim, Jonghyun Park, Jong Chul Ye arxiv

Text-conditioned diffusion models have advanced image and video super-resolution by using prompts as semantic priors, and modern super-resolution pipelines typically rely on latent tiling to scale to high resolutions. In…

Video Super-Resolution

Zoomed In, Diffused Out: Towards Local Degradation-Aware Multi-Diffusion for Extreme Image Super-Resolution

2024-11-18 · Brian B. Moser, Stanislav Frolov, Tobias C. Nauen, Federico Raue 외

Large-scale, pre-trained Text-to-Image (T2I) diffusion models have gained significant popularity in image generation tasks and have shown unexpected potential in image Super-Resolution (SR). However, most existing T2I di…

2k4k8kImage Generation+2

RSDiff: Remote Sensing Image Generation from Text Using Diffusion Model

2023-09-03 · Ahmad Sebaq, Mohamed ElHelw

The generation and enhancement of satellite imagery are critical in remote sensing, requiring high-quality, detailed images for accurate analysis. This research introduces a two-stage diffusion model methodology for synt…

Decision MakingImage CaptioningImage GenerationSuper-Resolution